Interface AuthorizationContract.UpdateStages.WithStatus
- All Known Subinterfaces:
AuthorizationContract.Update
- Enclosing interface:
AuthorizationContract.UpdateStages
public static interface AuthorizationContract.UpdateStages.WithStatus
The stage of the AuthorizationContract update allowing to specify status.
-
Method Summary
Modifier and TypeMethodDescriptionwithStatus(String status) Specifies the status property: Status of the Authorization.
-
Method Details
-
withStatus
Specifies the status property: Status of the Authorization.- Parameters:
status- Status of the Authorization.- Returns:
- the next definition stage.
-