Uses of Class
com.mypurecloud.sdk.v2.model.BulkFetchNotesResponse
Packages that use BulkFetchNotesResponse
-
Uses of BulkFetchNotesResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return BulkFetchNotesResponseModifier and TypeMethodDescriptionExternalContactsApi.postExternalcontactsBulkNotes(PostExternalcontactsBulkNotesRequest request) Bulk fetch notesExternalContactsApi.postExternalcontactsBulkNotes(BulkIdsRequest body) Bulk fetch notesMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type BulkFetchNotesResponseModifier and TypeMethodDescriptionExternalContactsApi.postExternalcontactsBulkNotes(ApiRequest<BulkIdsRequest> request) Bulk fetch notesExternalContactsApiAsync.postExternalcontactsBulkNotesAsync(PostExternalcontactsBulkNotesRequest request, AsyncApiCallback<BulkFetchNotesResponse> callback) Bulk fetch notesExternalContactsApiAsync.postExternalcontactsBulkNotesAsync(ApiRequest<BulkIdsRequest> request, AsyncApiCallback<ApiResponse<BulkFetchNotesResponse>> callback) Bulk fetch notesExternalContactsApi.postExternalcontactsBulkNotesWithHttpInfo(BulkIdsRequest body) Bulk fetch notesMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type BulkFetchNotesResponseModifier and TypeMethodDescriptionExternalContactsApiAsync.postExternalcontactsBulkNotesAsync(PostExternalcontactsBulkNotesRequest request, AsyncApiCallback<BulkFetchNotesResponse> callback) Bulk fetch notesExternalContactsApiAsync.postExternalcontactsBulkNotesAsync(ApiRequest<BulkIdsRequest> request, AsyncApiCallback<ApiResponse<BulkFetchNotesResponse>> callback) Bulk fetch notes -
Uses of BulkFetchNotesResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BulkFetchNotesResponseModifier and TypeMethodDescriptionBulkFetchNotesResponse.errorCount(Integer errorCount) The number of failed operations in the results.BulkFetchNotesResponse.errorIndexes(List<Integer> errorIndexes) The indexes of all failed operations in the results field.BulkFetchNotesResponse.results(List<BulkResponseResultNoteEntityBulkEntityErrorEntity> results) A list of results for all of the Bulk operations specified in the request.