Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchUserCustomattributesRequest
Packages that use PatchUserCustomattributesRequest
-
Uses of PatchUserCustomattributesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchUserCustomattributesRequestModifier and TypeMethodDescriptionUsersApi.patchUserCustomattributes(PatchUserCustomattributesRequest request) Update a single custom attributes record by amending the data with only the provided fields.UsersApiAsync.patchUserCustomattributesAsync(PatchUserCustomattributesRequest request, AsyncApiCallback<UserCustomAttributes> callback) Update a single custom attributes record by amending the data with only the provided fields. -
Uses of PatchUserCustomattributesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchUserCustomattributesRequestModifier and TypeMethodDescriptionPatchUserCustomattributesRequest.Builder.build()PatchUserCustomattributesRequest.withCustomHeader(String name, String value) PatchUserCustomattributesRequest.withUserCustomAttributes(UserCustomAttributesUpdateRequest userCustomAttributes) PatchUserCustomattributesRequest.withUserId(String userId)