Uses of Class
com.mypurecloud.sdk.v2.model.LicenseBatchAssignmentRequest
Packages that use LicenseBatchAssignmentRequest
Package
Description
-
Uses of LicenseBatchAssignmentRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type LicenseBatchAssignmentRequestModifier and TypeMethodDescriptionLicenseApi.postLicenseOrganization(LicenseBatchAssignmentRequest body) Update the organization's license assignments in a batch.LicenseApi.postLicenseOrganizationWithHttpInfo(LicenseBatchAssignmentRequest body) Update the organization's license assignments in a batch.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type LicenseBatchAssignmentRequestModifier and TypeMethodDescriptionLicenseApi.postLicenseOrganization(ApiRequest<LicenseBatchAssignmentRequest> request) Update the organization's license assignments in a batch.LicenseApiAsync.postLicenseOrganizationAsync(ApiRequest<LicenseBatchAssignmentRequest> request, AsyncApiCallback<ApiResponse<List<LicenseUpdateStatus>>> callback) Update the organization's license assignments in a batch. -
Uses of LicenseBatchAssignmentRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return LicenseBatchAssignmentRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type LicenseBatchAssignmentRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type LicenseBatchAssignmentRequestModifier and TypeMethodDescriptionvoidPostLicenseOrganizationRequest.setBody(LicenseBatchAssignmentRequest body) PostLicenseOrganizationRequest.Builder.withBody(LicenseBatchAssignmentRequest body) PostLicenseOrganizationRequest.withBody(LicenseBatchAssignmentRequest body) -
Uses of LicenseBatchAssignmentRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LicenseBatchAssignmentRequestModifier and TypeMethodDescriptionLicenseBatchAssignmentRequest.assignments(List<LicenseAssignmentRequest> assignments) The list of license assignment updates to make.