Uses of Class
com.mypurecloud.sdk.v2.model.UserCustomAttributes
Packages that use UserCustomAttributes
-
Uses of UserCustomAttributes in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return UserCustomAttributesModifier and TypeMethodDescriptionUsersApi.getUserCustomattribute(GetUserCustomattributeRequest request) Get custom attributes by schema idUsersApi.getUserCustomattribute(String userId, String schemaId) Get custom attributes by schema idUsersApi.patchUserCustomattributes(PatchUserCustomattributesRequest request) Update a single custom attributes record by amending the data with only the provided fields.UsersApi.patchUserCustomattributes(String userId, UserCustomAttributesUpdateRequest userCustomAttributes) Update a single custom attributes record by amending the data with only the provided fields.UsersApi.patchUserCustomattributesBulk(PatchUserCustomattributesBulkRequest 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.UsersApi.putUserCustomattributes(PutUserCustomattributesRequest request) Create or update a single custom attributes record.UsersApi.putUserCustomattributes(String userId, UserCustomAttributesUpdateRequest userCustomAttributes) Create or update a single custom attributes record.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type UserCustomAttributesModifier and TypeMethodDescriptionUsersApi.getUserCustomattribute(ApiRequest<Void> request) Get custom attributes by schema idUsersApiAsync.getUserCustomattributeAsync(GetUserCustomattributeRequest request, AsyncApiCallback<UserCustomAttributes> callback) Get custom attributes by schema idUsersApiAsync.getUserCustomattributeAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<UserCustomAttributes>> callback) Get custom attributes by schema idUsersApi.getUserCustomattributeWithHttpInfo(String userId, String schemaId) Get custom attributes by schema idUsersApi.patchUserCustomattributes(ApiRequest<UserCustomAttributesUpdateRequest> 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.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.UsersApiAsync.patchUserCustomattributesBulkAsync(PatchUserCustomattributesBulkRequest request, AsyncApiCallback<UserCustomAttributes> callback) 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.patchUserCustomattributesWithHttpInfo(String userId, UserCustomAttributesUpdateRequest userCustomAttributes) Update a single custom attributes record by amending the data with only the provided fields.UsersApi.putUserCustomattributes(ApiRequest<UserCustomAttributesUpdateRequest> request) Create or update a single custom attributes record.UsersApiAsync.putUserCustomattributesAsync(PutUserCustomattributesRequest request, AsyncApiCallback<UserCustomAttributes> callback) 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.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 UserCustomAttributesModifier and TypeMethodDescriptionUsersApiAsync.getUserCustomattributeAsync(GetUserCustomattributeRequest request, AsyncApiCallback<UserCustomAttributes> callback) Get custom attributes by schema idUsersApiAsync.getUserCustomattributeAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<UserCustomAttributes>> callback) Get custom attributes by schema idUsersApiAsync.patchUserCustomattributesAsync(PatchUserCustomattributesRequest request, AsyncApiCallback<UserCustomAttributes> callback) 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.UsersApiAsync.patchUserCustomattributesBulkAsync(PatchUserCustomattributesBulkRequest request, AsyncApiCallback<UserCustomAttributes> callback) 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.UsersApiAsync.putUserCustomattributesAsync(PutUserCustomattributesRequest request, AsyncApiCallback<UserCustomAttributes> callback) 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 UserCustomAttributes in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UserCustomAttributesModifier and TypeMethodDescriptionUserCustomAttributes.attributes(Map<String, Object> attributes) The map of attribute values.UserCustomAttributes.schema(DataSchema schema) The schema that dictates which attributes can be included.The user's Id which the attributes are being assigned to.