Interface PortalRevisionContract.DefinitionStages.WithIsCurrent
- All Known Subinterfaces:
PortalRevisionContract.Definition,PortalRevisionContract.DefinitionStages.WithCreate
- Enclosing interface:
PortalRevisionContract.DefinitionStages
public static interface PortalRevisionContract.DefinitionStages.WithIsCurrent
The stage of the PortalRevisionContract definition allowing to specify isCurrent.
-
Method Summary
Modifier and TypeMethodDescriptionwithIsCurrent(Boolean isCurrent) Specifies the isCurrent property: Indicates if the portal's revision is public..
-
Method Details
-
withIsCurrent
Specifies the isCurrent property: Indicates if the portal's revision is public..- Parameters:
isCurrent- Indicates if the portal's revision is public.- Returns:
- the next definition stage.
-