Package com.microsoft.graph.models
Class UserAssignLicenseParameterSet
java.lang.Object
com.microsoft.graph.models.UserAssignLicenseParameterSet
The class for the User Assign License Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the UserAssignLicenseParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe add Licenses.The remove Licenses. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new UserAssignLicenseParameterSetprotected
UserAssignLicenseParameterSet
(UserAssignLicenseParameterSet.UserAssignLicenseParameterSetBuilder builder) Instiaciates a new UserAssignLicenseParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
addLicenses
@SerializedName(value="addLicenses", alternate="AddLicenses") @Expose @Nullable public List<AssignedLicense> addLicensesThe add Licenses. -
removeLicenses
@SerializedName(value="removeLicenses", alternate="RemoveLicenses") @Expose @Nullable public List<UUID> removeLicensesThe remove Licenses.
-
-
Constructor Details
-
UserAssignLicenseParameterSet
public UserAssignLicenseParameterSet()Instiaciates a new UserAssignLicenseParameterSet -
UserAssignLicenseParameterSet
protected UserAssignLicenseParameterSet(@Nonnull UserAssignLicenseParameterSet.UserAssignLicenseParameterSetBuilder builder) Instiaciates a new UserAssignLicenseParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static UserAssignLicenseParameterSet.UserAssignLicenseParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-