Package com.microsoft.graph.models
Class CallAddLargeGalleryViewParameterSet
java.lang.Object
com.microsoft.graph.models.CallAddLargeGalleryViewParameterSet
The class for the Call Add Large Gallery View Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the CallAddLargeGalleryViewParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new CallAddLargeGalleryViewParameterSetprotectedCallAddLargeGalleryViewParameterSet(CallAddLargeGalleryViewParameterSet.CallAddLargeGalleryViewParameterSetBuilder builder) Instiaciates a new CallAddLargeGalleryViewParameterSet -
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
-
clientContext
@SerializedName(value="clientContext", alternate="ClientContext") @Expose @Nullable public String clientContextThe client Context.
-
-
Constructor Details
-
CallAddLargeGalleryViewParameterSet
public CallAddLargeGalleryViewParameterSet()Instiaciates a new CallAddLargeGalleryViewParameterSet -
CallAddLargeGalleryViewParameterSet
protected CallAddLargeGalleryViewParameterSet(@Nonnull CallAddLargeGalleryViewParameterSet.CallAddLargeGalleryViewParameterSetBuilder builder) Instiaciates a new CallAddLargeGalleryViewParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static CallAddLargeGalleryViewParameterSet.CallAddLargeGalleryViewParameterSetBuilder 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
-