Uses of Class
com.mypurecloud.sdk.v2.model.CustomAttributesIdResponse
Packages that use CustomAttributesIdResponse
-
Uses of CustomAttributesIdResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CustomAttributesIdResponseModifier and TypeMethodDescriptionConversationsApi.putConversationCustomattributes(PutConversationCustomattributesRequest request) Create or update a single custom attributes record.ConversationsApi.putConversationCustomattributes(String conversationId, CustomAttributesUpdateRequest body) Create or update a single custom attributes record.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type CustomAttributesIdResponseModifier and TypeMethodDescriptionConversationsApi.putConversationCustomattributes(ApiRequest<CustomAttributesUpdateRequest> request) Create or update a single custom attributes record.ConversationsApiAsync.putConversationCustomattributesAsync(PutConversationCustomattributesRequest request, AsyncApiCallback<CustomAttributesIdResponse> callback) Create or update a single custom attributes record.ConversationsApiAsync.putConversationCustomattributesAsync(ApiRequest<CustomAttributesUpdateRequest> request, AsyncApiCallback<ApiResponse<CustomAttributesIdResponse>> callback) Create or update a single custom attributes record.ConversationsApi.putConversationCustomattributesWithHttpInfo(String conversationId, CustomAttributesUpdateRequest body) Create or update a single custom attributes record.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CustomAttributesIdResponseModifier and TypeMethodDescriptionConversationsApiAsync.putConversationCustomattributesAsync(PutConversationCustomattributesRequest request, AsyncApiCallback<CustomAttributesIdResponse> callback) Create or update a single custom attributes record.ConversationsApiAsync.putConversationCustomattributesAsync(ApiRequest<CustomAttributesUpdateRequest> request, AsyncApiCallback<ApiResponse<CustomAttributesIdResponse>> callback) Create or update a single custom attributes record. -
Uses of CustomAttributesIdResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CustomAttributesIdResponseModifier and TypeMethodDescriptionThe id of the newly created or updated Custom Attributes record.