Package com.microsoft.graph.models
Class GroupAssignLicenseParameterSet.GroupAssignLicenseParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.GroupAssignLicenseParameterSet.GroupAssignLicenseParameterSetBuilder
- Enclosing class:
- GroupAssignLicenseParameterSet
public static final class GroupAssignLicenseParameterSet.GroupAssignLicenseParameterSetBuilder
extends Object
Fluent builder for the GroupAssignLicenseParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<AssignedLicense>
The addLicenses parameter valueThe removeLicenses parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new GroupAssignLicenseParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestSets the AddLicenseswithRemoveLicenses
(List<UUID> val) Sets the RemoveLicenses
-
Field Details
-
addLicenses
The addLicenses parameter value -
removeLicenses
The removeLicenses parameter value
-
-
Constructor Details
-
GroupAssignLicenseParameterSetBuilder
@Nullable protected GroupAssignLicenseParameterSetBuilder()Instanciates a new GroupAssignLicenseParameterSetBuilder
-
-
Method Details
-
withAddLicenses
@Nonnull public GroupAssignLicenseParameterSet.GroupAssignLicenseParameterSetBuilder withAddLicenses(@Nullable List<AssignedLicense> val) Sets the AddLicenses- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withRemoveLicenses
@Nonnull public GroupAssignLicenseParameterSet.GroupAssignLicenseParameterSetBuilder withRemoveLicenses(@Nullable List<UUID> val) Sets the RemoveLicenses- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-