Interface UserContract.DefinitionStages.WithState

All Known Subinterfaces:
UserContract.Definition, UserContract.DefinitionStages.WithCreate
Enclosing interface:
UserContract.DefinitionStages

public static interface UserContract.DefinitionStages.WithState
The stage of the UserContract definition allowing to specify state.
  • Method Details

    • withState

      Specifies the state property: Account state. Specifies whether the user is active or not. Blocked users are unable to sign into the developer portal or call any APIs of subscribed products. Default state is Active..
      Parameters:
      state - Account state. Specifies whether the user is active or not. Blocked users are unable to sign into the developer portal or call any APIs of subscribed products. Default state is Active.
      Returns:
      the next definition stage.