Uses of Class
com.mypurecloud.sdk.v2.model.LicenseAssignmentRequest
Packages that use LicenseAssignmentRequest
-
Uses of LicenseAssignmentRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LicenseAssignmentRequestModifier and TypeMethodDescriptionThe id of the license to assign/unassign.LicenseAssignmentRequest.userIdsAdd(List<String> userIdsAdd) The ids of users to assign this license to.LicenseAssignmentRequest.userIdsRemove(List<String> userIdsRemove) The ids of users to unassign this license from.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type LicenseAssignmentRequestMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type LicenseAssignmentRequestModifier and TypeMethodDescriptionLicenseBatchAssignmentRequest.assignments(List<LicenseAssignmentRequest> assignments) The list of license assignment updates to make.voidLicenseBatchAssignmentRequest.setAssignments(List<LicenseAssignmentRequest> assignments)