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