Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchUserCustomattributesBulkRequest
Packages that use PatchUserCustomattributesBulkRequest
-
Uses of PatchUserCustomattributesBulkRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchUserCustomattributesBulkRequestModifier and TypeMethodDescriptionUsersApi.patchUserCustomattributesBulk(PatchUserCustomattributesBulkRequest request) Update multiple custom attributes records by amending the data with only the provided fields.UsersApiAsync.patchUserCustomattributesBulkAsync(PatchUserCustomattributesBulkRequest request, AsyncApiCallback<UserCustomAttributes> callback) Update multiple custom attributes records by amending the data with only the provided fields. -
Uses of PatchUserCustomattributesBulkRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchUserCustomattributesBulkRequestModifier and TypeMethodDescriptionPatchUserCustomattributesBulkRequest.Builder.build()PatchUserCustomattributesBulkRequest.withCustomHeader(String name, String value) PatchUserCustomattributesBulkRequest.withUserCustomAttributesList(List<UserCustomAttributesUpdateRequest> userCustomAttributesList) PatchUserCustomattributesBulkRequest.withUserId(String userId)