public class UserAssignLicenseParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UserAssignLicenseParameterSet.UserAssignLicenseParameterSetBuilder
Fluent builder for the UserAssignLicenseParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
java.util.List<AssignedLicense> |
addLicenses
The add Licenses.
|
java.util.List<java.util.UUID> |
removeLicenses
The remove Licenses.
|
| Modifier | Constructor and Description |
|---|---|
|
UserAssignLicenseParameterSet()
Instiaciates a new UserAssignLicenseParameterSet
|
protected |
UserAssignLicenseParameterSet(UserAssignLicenseParameterSet.UserAssignLicenseParameterSetBuilder builder)
Instiaciates a new UserAssignLicenseParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static UserAssignLicenseParameterSet.UserAssignLicenseParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="addLicenses",
alternate="AddLicenses")
@Expose
@Nullable
public java.util.List<AssignedLicense> addLicenses
@SerializedName(value="removeLicenses",
alternate="RemoveLicenses")
@Expose
@Nullable
public java.util.List<java.util.UUID> removeLicenses
public UserAssignLicenseParameterSet()
protected UserAssignLicenseParameterSet(@Nonnull
UserAssignLicenseParameterSet.UserAssignLicenseParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static UserAssignLicenseParameterSet.UserAssignLicenseParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()