UserContract.UpdateStages.WithState Interface

public static interface UserContract.UpdateStages.WithState

The stage of the usercontract update allowing to specify State.

Method Summary

Modifier and Type Method and Description
abstract Update withState(UserState state)

Specifies state.

Method Details

withState

public abstract UserContract.Update withState(UserState state)

Specifies state.

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. Possible values include: 'active', 'blocked', 'pending', 'deleted'

Returns:

the next update stage

Applies to