Uses of Class
com.mypurecloud.sdk.v2.model.UserState
Packages that use UserState
Package
Description
-
Uses of UserState in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return UserStateModifier and TypeMethodDescriptionUsersApi.getUserState(GetUserStateRequest request) Get user state information.UsersApi.getUserState(String userId) Get user state information.UsersApi.putUserState(PutUserStateRequest request) Update user state information.UsersApi.putUserState(String userId, UserState body) Update user state information.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type UserStateModifier and TypeMethodDescriptionUsersApi.getUserState(ApiRequest<Void> request) Get user state information.UsersApiAsync.getUserStateAsync(GetUserStateRequest request, AsyncApiCallback<UserState> callback) Get user state information.UsersApiAsync.getUserStateAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<UserState>> callback) Get user state information.UsersApi.getUserStateWithHttpInfo(String userId) Get user state information.UsersApi.putUserState(ApiRequest<UserState> request) Update user state information.UsersApiAsync.putUserStateAsync(PutUserStateRequest request, AsyncApiCallback<UserState> callback) Update user state information.UsersApiAsync.putUserStateAsync(ApiRequest<UserState> request, AsyncApiCallback<ApiResponse<UserState>> callback) Update user state information.UsersApi.putUserStateWithHttpInfo(String userId, UserState body) Update user state information.Methods in com.mypurecloud.sdk.v2.api with parameters of type UserStateModifier and TypeMethodDescriptionUsersApi.putUserState(String userId, UserState body) Update user state information.UsersApi.putUserStateWithHttpInfo(String userId, UserState body) Update user state information.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type UserStateModifier and TypeMethodDescriptionUsersApiAsync.getUserStateAsync(GetUserStateRequest request, AsyncApiCallback<UserState> callback) Get user state information.UsersApiAsync.getUserStateAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<UserState>> callback) Get user state information.UsersApi.putUserState(ApiRequest<UserState> request) Update user state information.UsersApiAsync.putUserStateAsync(PutUserStateRequest request, AsyncApiCallback<UserState> callback) Update user state information.UsersApiAsync.putUserStateAsync(ApiRequest<UserState> request, AsyncApiCallback<ApiResponse<UserState>> callback) Update user state information.UsersApiAsync.putUserStateAsync(ApiRequest<UserState> request, AsyncApiCallback<ApiResponse<UserState>> callback) Update user state information. -
Uses of UserState in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return UserStateMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type UserStateMethods in com.mypurecloud.sdk.v2.api.request with parameters of type UserStateModifier and TypeMethodDescriptionstatic PutUserStateRequest.BuildervoidPutUserStateRequest.Builder.withRequiredParams(String userId, UserState body) -
Uses of UserState in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UserStateModifier and TypeMethodDescriptionUserState.state(UserState.StateEnum state) User's current state.UserState.stateChangeReason(UserState.StateChangeReasonEnum stateChangeReason) Reason for a change in the user's state.Version of this user.