Uses of Class
com.mypurecloud.sdk.v2.api.request.GetUserCustomattributeRequest
Packages that use GetUserCustomattributeRequest
-
Uses of GetUserCustomattributeRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetUserCustomattributeRequestModifier and TypeMethodDescriptionUsersApi.getUserCustomattribute(GetUserCustomattributeRequest request) Get custom attributes by schema idUsersApiAsync.getUserCustomattributeAsync(GetUserCustomattributeRequest request, AsyncApiCallback<UserCustomAttributes> callback) Get custom attributes by schema id -
Uses of GetUserCustomattributeRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetUserCustomattributeRequestModifier and TypeMethodDescriptionGetUserCustomattributeRequest.Builder.build()GetUserCustomattributeRequest.withCustomHeader(String name, String value) GetUserCustomattributeRequest.withSchemaId(String schemaId) GetUserCustomattributeRequest.withUserId(String userId)