Interface PortalConfigContract.UpdateStages.WithDelegation
- All Known Subinterfaces:
PortalConfigContract.Update
- Enclosing interface:
PortalConfigContract.UpdateStages
public static interface PortalConfigContract.UpdateStages.WithDelegation
The stage of the PortalConfigContract update allowing to specify delegation.
-
Method Summary
Modifier and TypeMethodDescriptionwithDelegation(PortalConfigDelegationProperties delegation) Specifies the delegation property: The developer portal delegation settings..
-
Method Details
-
withDelegation
Specifies the delegation property: The developer portal delegation settings..- Parameters:
delegation- The developer portal delegation settings.- Returns:
- the next definition stage.
-