Uses of Class
com.mypurecloud.sdk.v2.model.BulkResponseResultExternalOrganizationEntityBulkEntityErrorEntity
Packages that use BulkResponseResultExternalOrganizationEntityBulkEntityErrorEntity
-
Uses of BulkResponseResultExternalOrganizationEntityBulkEntityErrorEntity in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BulkResponseResultExternalOrganizationEntityBulkEntityErrorEntityModifier and TypeMethodDescriptionBulkResponseResultExternalOrganizationEntityBulkEntityErrorEntity.entity(ExternalOrganization entity) The entity which was affected by this Bulk operation.BulkResponseResultExternalOrganizationEntityBulkEntityErrorEntity.error(BulkEntityErrorEntity error) An error describing why this Bulk operation failed.The id associated with this operation.Status Code for the requested operation.Whether the requested operation completed successfully.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type BulkResponseResultExternalOrganizationEntityBulkEntityErrorEntityMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type BulkResponseResultExternalOrganizationEntityBulkEntityErrorEntityModifier and TypeMethodDescriptionBulkFetchOrganizationsResponse.results(List<BulkResponseResultExternalOrganizationEntityBulkEntityErrorEntity> results) A list of results for all of the Bulk operations specified in the request.voidBulkFetchOrganizationsResponse.setResults(List<BulkResponseResultExternalOrganizationEntityBulkEntityErrorEntity> results)