Class LicenseUpdate
java.lang.Object
com.microsoft.store.partnercenter.models.ResourceBase
com.microsoft.store.partnercenter.models.licenses.LicenseUpdate
public class LicenseUpdate extends ResourceBase
Model for assigning and removing licenses to user.
-
Constructor Summary
Constructors Constructor Description LicenseUpdate() -
Method Summary
Modifier and Type Method Description Iterable<LicenseAssignment>getLicensesToAssign()Iterable<String>getLicensesToRemove()Iterable<LicenseWarning>getLicenseWarnings()voidsetLicensesToAssign(Iterable<LicenseAssignment> value)voidsetLicensesToRemove(Iterable<String> value)
-
Constructor Details
-
LicenseUpdate
public LicenseUpdate()
-
-
Method Details