Package com.microsoft.graph.models
Class MobileAppAssignParameterSet
java.lang.Object
com.microsoft.graph.models.MobileAppAssignParameterSet
The class for the Mobile App Assign Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the MobileAppAssignParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe mobile App Assignments. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new MobileAppAssignParameterSetprotected
Instiaciates a new MobileAppAssignParameterSet -
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
-
mobileAppAssignments
@SerializedName(value="mobileAppAssignments", alternate="MobileAppAssignments") @Expose @Nullable public List<MobileAppAssignment> mobileAppAssignmentsThe mobile App Assignments.
-
-
Constructor Details
-
MobileAppAssignParameterSet
public MobileAppAssignParameterSet()Instiaciates a new MobileAppAssignParameterSet -
MobileAppAssignParameterSet
protected MobileAppAssignParameterSet(@Nonnull MobileAppAssignParameterSet.MobileAppAssignParameterSetBuilder builder) Instiaciates a new MobileAppAssignParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
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
-