Package com.microsoft.graph.models
Class MobileAppAssignParameterSet.MobileAppAssignParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.MobileAppAssignParameterSet.MobileAppAssignParameterSetBuilder
- Enclosing class:
MobileAppAssignParameterSet
public static final class MobileAppAssignParameterSet.MobileAppAssignParameterSetBuilder
extends Object
Fluent builder for the MobileAppAssignParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<MobileAppAssignment>
The mobileAppAssignments parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new MobileAppAssignParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestSets the MobileAppAssignments
-
Field Details
-
mobileAppAssignments
The mobileAppAssignments parameter value
-
-
Constructor Details
-
MobileAppAssignParameterSetBuilder
@Nullable protected MobileAppAssignParameterSetBuilder()Instanciates a new MobileAppAssignParameterSetBuilder
-
-
Method Details
-
withMobileAppAssignments
@Nonnull public MobileAppAssignParameterSet.MobileAppAssignParameterSetBuilder withMobileAppAssignments(@Nullable List<MobileAppAssignment> val) Sets the MobileAppAssignments- 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
-