Interface AuthorizationServerContract.UpdateStages.WithDescription
- All Known Subinterfaces:
AuthorizationServerContract.Update
- Enclosing interface:
AuthorizationServerContract.UpdateStages
public static interface AuthorizationServerContract.UpdateStages.WithDescription
The stage of the AuthorizationServerContract update allowing to specify description.
-
Method Summary
Modifier and TypeMethodDescriptionwithDescription(String description) Specifies the description property: Description of the authorization server.
-
Method Details
-
withDescription
Specifies the description property: Description of the authorization server. Can contain HTML formatting tags..- Parameters:
description- Description of the authorization server. Can contain HTML formatting tags.- Returns:
- the next definition stage.
-