Package com.mypurecloud.sdk.v2.model
Class LicenseAssignmentRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.LicenseAssignmentRequest
- All Implemented Interfaces:
Serializable
LicenseAssignmentRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()The id of the license to assign/unassign.voidsetLicenseId(String licenseId) voidsetUserIdsAdd(List<String> userIdsAdd) voidsetUserIdsRemove(List<String> userIdsRemove) toString()userIdsAdd(List<String> userIdsAdd) The ids of users to assign this license to.userIdsRemove(List<String> userIdsRemove) The ids of users to unassign this license from.
-
Constructor Details
-
LicenseAssignmentRequest
public LicenseAssignmentRequest() -
LicenseAssignmentRequest
-
-
Method Details
-
licenseId
The id of the license to assign/unassign. -
getLicenseId
-
setLicenseId
-
userIdsAdd
The ids of users to assign this license to. -
getUserIdsAdd
-
setUserIdsAdd
-
userIdsRemove
The ids of users to unassign this license from. -
getUserIdsRemove
-
setUserIdsRemove
-
equals
-
hashCode
public int hashCode() -
toString
-