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 Details

    • withDescription

      AuthorizationServerContract.Update withDescription(String description)
      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.