Uses of Class
com.mypurecloud.sdk.v2.model.UserCustomAttributesUpdateRequest
Packages that use UserCustomAttributesUpdateRequest
Package
Description
-
Uses of UserCustomAttributesUpdateRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type UserCustomAttributesUpdateRequestModifier and TypeMethodDescriptionUsersApi.patchUserCustomattributes(String userId, UserCustomAttributesUpdateRequest userCustomAttributes) Update a single custom attributes record by amending the data with only the provided fields.UsersApi.patchUserCustomattributesWithHttpInfo(String userId, UserCustomAttributesUpdateRequest userCustomAttributes) Update a single custom attributes record by amending the data with only the provided fields.UsersApi.putUserCustomattributes(String userId, UserCustomAttributesUpdateRequest userCustomAttributes) Create or update a single custom attributes record.UsersApi.putUserCustomattributesWithHttpInfo(String userId, UserCustomAttributesUpdateRequest userCustomAttributes) Create or update a single custom attributes record.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type UserCustomAttributesUpdateRequestModifier and TypeMethodDescriptionUsersApi.patchUserCustomattributes(ApiRequest<UserCustomAttributesUpdateRequest> request) Update a single custom attributes record by amending the data with only the provided fields.UsersApiAsync.patchUserCustomattributesAsync(ApiRequest<UserCustomAttributesUpdateRequest> request, AsyncApiCallback<ApiResponse<UserCustomAttributes>> callback) Update a single custom attributes record by amending the data with only the provided fields.UsersApi.patchUserCustomattributesBulk(ApiRequest<List<UserCustomAttributesUpdateRequest>> request) Update multiple custom attributes records by amending the data with only the provided fields.UsersApi.patchUserCustomattributesBulk(String userId, List<UserCustomAttributesUpdateRequest> userCustomAttributesList) Update multiple custom attributes records by amending the data with only the provided fields.UsersApiAsync.patchUserCustomattributesBulkAsync(ApiRequest<List<UserCustomAttributesUpdateRequest>> request, AsyncApiCallback<ApiResponse<UserCustomAttributes>> callback) Update multiple custom attributes records by amending the data with only the provided fields.UsersApi.patchUserCustomattributesBulkWithHttpInfo(String userId, List<UserCustomAttributesUpdateRequest> userCustomAttributesList) Update multiple custom attributes records by amending the data with only the provided fields.UsersApi.putUserCustomattributes(ApiRequest<UserCustomAttributesUpdateRequest> request) Create or update a single custom attributes record.UsersApiAsync.putUserCustomattributesAsync(ApiRequest<UserCustomAttributesUpdateRequest> request, AsyncApiCallback<ApiResponse<UserCustomAttributes>> callback) Create or update a single custom attributes record. -
Uses of UserCustomAttributesUpdateRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return UserCustomAttributesUpdateRequestModifier and TypeMethodDescriptionPatchUserCustomattributesRequest.getUserCustomAttributes()PutUserCustomattributesRequest.getUserCustomAttributes()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type UserCustomAttributesUpdateRequestModifier and TypeMethodDescriptionPatchUserCustomattributesBulkRequest.getUserCustomAttributesList()PatchUserCustomattributesBulkRequest.withHttpInfo()PatchUserCustomattributesRequest.withHttpInfo()PutUserCustomattributesRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type UserCustomAttributesUpdateRequestModifier and TypeMethodDescriptionPatchUserCustomattributesRequest.builder(String userId, UserCustomAttributesUpdateRequest userCustomAttributes) PutUserCustomattributesRequest.builder(String userId, UserCustomAttributesUpdateRequest userCustomAttributes) voidPatchUserCustomattributesRequest.setUserCustomAttributes(UserCustomAttributesUpdateRequest userCustomAttributes) voidPutUserCustomattributesRequest.setUserCustomAttributes(UserCustomAttributesUpdateRequest userCustomAttributes) PatchUserCustomattributesRequest.Builder.withRequiredParams(String userId, UserCustomAttributesUpdateRequest userCustomAttributes) PutUserCustomattributesRequest.Builder.withRequiredParams(String userId, UserCustomAttributesUpdateRequest userCustomAttributes) PatchUserCustomattributesRequest.Builder.withUserCustomAttributes(UserCustomAttributesUpdateRequest userCustomAttributes) PatchUserCustomattributesRequest.withUserCustomAttributes(UserCustomAttributesUpdateRequest userCustomAttributes) PutUserCustomattributesRequest.Builder.withUserCustomAttributes(UserCustomAttributesUpdateRequest userCustomAttributes) PutUserCustomattributesRequest.withUserCustomAttributes(UserCustomAttributesUpdateRequest userCustomAttributes) Method parameters in com.mypurecloud.sdk.v2.api.request with type arguments of type UserCustomAttributesUpdateRequestModifier and TypeMethodDescriptionPatchUserCustomattributesBulkRequest.builder(String userId, List<UserCustomAttributesUpdateRequest> userCustomAttributesList) voidPatchUserCustomattributesBulkRequest.setUserCustomAttributesList(List<UserCustomAttributesUpdateRequest> userCustomAttributesList) PatchUserCustomattributesBulkRequest.Builder.withRequiredParams(String userId, List<UserCustomAttributesUpdateRequest> userCustomAttributesList) PatchUserCustomattributesBulkRequest.Builder.withUserCustomAttributesList(List<UserCustomAttributesUpdateRequest> userCustomAttributesList) PatchUserCustomattributesBulkRequest.withUserCustomAttributesList(List<UserCustomAttributesUpdateRequest> userCustomAttributesList) -
Uses of UserCustomAttributesUpdateRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UserCustomAttributesUpdateRequestModifier and TypeMethodDescriptionUserCustomAttributesUpdateRequest.attributes(Map<String, Object> attributes) The map of attribute values.The id of the schema that dictates which attributes can be included.UserCustomAttributesUpdateRequest.schemaVersion(Integer schemaVersion) The version of the schema.