Uses of Class
com.mypurecloud.sdk.v2.api.request.DeleteUserCustomattributeRequest
Packages that use DeleteUserCustomattributeRequest
-
Uses of DeleteUserCustomattributeRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type DeleteUserCustomattributeRequestModifier and TypeMethodDescriptionvoidUsersApi.deleteUserCustomattribute(DeleteUserCustomattributeRequest request) Delete a custom attributes record.UsersApiAsync.deleteUserCustomattributeAsync(DeleteUserCustomattributeRequest request, AsyncApiCallback<Void> callback) Delete a custom attributes record. -
Uses of DeleteUserCustomattributeRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return DeleteUserCustomattributeRequestModifier and TypeMethodDescriptionDeleteUserCustomattributeRequest.Builder.build()DeleteUserCustomattributeRequest.withCustomHeader(String name, String value) DeleteUserCustomattributeRequest.withSchemaId(String schemaId) DeleteUserCustomattributeRequest.withUserId(String userId)