Uses of Class
com.mypurecloud.sdk.v2.api.request.GetUserCustomattributesBulkRequest
Packages that use GetUserCustomattributesBulkRequest
-
Uses of GetUserCustomattributesBulkRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetUserCustomattributesBulkRequestModifier and TypeMethodDescriptionUsersApi.getUserCustomattributesBulk(GetUserCustomattributesBulkRequest request) Get multiple custom attributes records by schema idsUsersApiAsync.getUserCustomattributesBulkAsync(GetUserCustomattributesBulkRequest request, AsyncApiCallback<List<Object>> callback) Get multiple custom attributes records by schema ids -
Uses of GetUserCustomattributesBulkRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetUserCustomattributesBulkRequestModifier and TypeMethodDescriptionGetUserCustomattributesBulkRequest.Builder.build()GetUserCustomattributesBulkRequest.withCustomHeader(String name, String value) GetUserCustomattributesBulkRequest.withSchemaIds(List<String> schemaIds) GetUserCustomattributesBulkRequest.withUserId(String userId)