Interface PortalRevisionContract.UpdateStages.WithIsCurrent
- All Known Subinterfaces:
PortalRevisionContract.Update
- Enclosing interface:
PortalRevisionContract.UpdateStages
public static interface PortalRevisionContract.UpdateStages.WithIsCurrent
The stage of the PortalRevisionContract update 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.
-