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 Details

    • withIsCurrent

      PortalRevisionContract.Update withIsCurrent(Boolean isCurrent)
      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.