Interface UserContract.UpdateStages.WithState

All Known Subinterfaces:
UserContract.Update
Enclosing interface:
UserContract.UpdateStages

public static interface UserContract.UpdateStages.WithState
The stage of the UserContract update allowing to specify state.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the state property: Account state.
  • Method Details

    • withState

      UserContract.Update withState(UserState state)
      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.