Package com.microsoft.graph.models
Class GroupAssignLicenseParameterSet
java.lang.Object
com.microsoft.graph.models.GroupAssignLicenseParameterSet
The class for the Group Assign License Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the GroupAssignLicenseParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe add Licenses.The remove Licenses. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new GroupAssignLicenseParameterSetprotected
GroupAssignLicenseParameterSet
(GroupAssignLicenseParameterSet.GroupAssignLicenseParameterSetBuilder builder) Instiaciates a new GroupAssignLicenseParameterSet -
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
-
GroupAssignLicenseParameterSet
public GroupAssignLicenseParameterSet()Instiaciates a new GroupAssignLicenseParameterSet -
GroupAssignLicenseParameterSet
protected GroupAssignLicenseParameterSet(@Nonnull GroupAssignLicenseParameterSet.GroupAssignLicenseParameterSetBuilder builder) Instiaciates a new GroupAssignLicenseParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static GroupAssignLicenseParameterSet.GroupAssignLicenseParameterSetBuilder 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
-