Interface AuthorizationContract.DefinitionStages.WithAuthorizationType
- All Known Subinterfaces:
AuthorizationContract.Definition,AuthorizationContract.DefinitionStages.WithCreate
- Enclosing interface:
AuthorizationContract.DefinitionStages
public static interface AuthorizationContract.DefinitionStages.WithAuthorizationType
The stage of the AuthorizationContract definition allowing to specify authorizationType.
-
Method Summary
Modifier and TypeMethodDescriptionwithAuthorizationType(AuthorizationType authorizationType) Specifies the authorizationType property: Authorization type options.
-
Method Details
-
withAuthorizationType
AuthorizationContract.DefinitionStages.WithCreate withAuthorizationType(AuthorizationType authorizationType) Specifies the authorizationType property: Authorization type options.- Parameters:
authorizationType- Authorization type options.- Returns:
- the next definition stage.
-