Uses of Class
com.mypurecloud.sdk.v2.model.BulkRelationshipsResponse
Packages that use BulkRelationshipsResponse
-
Uses of BulkRelationshipsResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return BulkRelationshipsResponseModifier and TypeMethodDescriptionExternalContactsApi.postExternalcontactsBulkRelationshipsAdd(PostExternalcontactsBulkRelationshipsAddRequest request) Bulk add relationshipsExternalContactsApi.postExternalcontactsBulkRelationshipsAdd(BulkRelationshipsRequest body) Bulk add relationshipsExternalContactsApi.postExternalcontactsBulkRelationshipsUpdate(PostExternalcontactsBulkRelationshipsUpdateRequest request) Bulk update relationshipsExternalContactsApi.postExternalcontactsBulkRelationshipsUpdate(BulkRelationshipsRequest body) Bulk update relationshipsMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type BulkRelationshipsResponseModifier and TypeMethodDescriptionExternalContactsApi.postExternalcontactsBulkRelationshipsAdd(ApiRequest<BulkRelationshipsRequest> request) Bulk add relationshipsExternalContactsApiAsync.postExternalcontactsBulkRelationshipsAddAsync(PostExternalcontactsBulkRelationshipsAddRequest request, AsyncApiCallback<BulkRelationshipsResponse> callback) Bulk add relationshipsExternalContactsApiAsync.postExternalcontactsBulkRelationshipsAddAsync(ApiRequest<BulkRelationshipsRequest> request, AsyncApiCallback<ApiResponse<BulkRelationshipsResponse>> callback) Bulk add relationshipsExternalContactsApi.postExternalcontactsBulkRelationshipsAddWithHttpInfo(BulkRelationshipsRequest body) Bulk add relationshipsExternalContactsApi.postExternalcontactsBulkRelationshipsUpdate(ApiRequest<BulkRelationshipsRequest> request) Bulk update relationshipsExternalContactsApiAsync.postExternalcontactsBulkRelationshipsUpdateAsync(PostExternalcontactsBulkRelationshipsUpdateRequest request, AsyncApiCallback<BulkRelationshipsResponse> callback) Bulk update relationshipsExternalContactsApiAsync.postExternalcontactsBulkRelationshipsUpdateAsync(ApiRequest<BulkRelationshipsRequest> request, AsyncApiCallback<ApiResponse<BulkRelationshipsResponse>> callback) Bulk update relationshipsExternalContactsApi.postExternalcontactsBulkRelationshipsUpdateWithHttpInfo(BulkRelationshipsRequest body) Bulk update relationshipsMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type BulkRelationshipsResponseModifier and TypeMethodDescriptionExternalContactsApiAsync.postExternalcontactsBulkRelationshipsAddAsync(PostExternalcontactsBulkRelationshipsAddRequest request, AsyncApiCallback<BulkRelationshipsResponse> callback) Bulk add relationshipsExternalContactsApiAsync.postExternalcontactsBulkRelationshipsAddAsync(ApiRequest<BulkRelationshipsRequest> request, AsyncApiCallback<ApiResponse<BulkRelationshipsResponse>> callback) Bulk add relationshipsExternalContactsApiAsync.postExternalcontactsBulkRelationshipsUpdateAsync(PostExternalcontactsBulkRelationshipsUpdateRequest request, AsyncApiCallback<BulkRelationshipsResponse> callback) Bulk update relationshipsExternalContactsApiAsync.postExternalcontactsBulkRelationshipsUpdateAsync(ApiRequest<BulkRelationshipsRequest> request, AsyncApiCallback<ApiResponse<BulkRelationshipsResponse>> callback) Bulk update relationships -
Uses of BulkRelationshipsResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BulkRelationshipsResponseModifier and TypeMethodDescriptionBulkRelationshipsResponse.errorCount(Integer errorCount) The number of failed operations in the results.BulkRelationshipsResponse.errorIndexes(List<Integer> errorIndexes) The indexes of all failed operations in the results field.BulkRelationshipsResponse.results(List<BulkResponseResultRelationshipRelationshipBulkEntityErrorRelationship> results) A list of results for all of the Bulk operations specified in the request.