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 TypeMethodDescriptionSpecifies the state property: Account 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.
-