Package com.microsoft.graph.models
Class ApplicationTemplateInstantiateParameterSet
java.lang.Object
com.microsoft.graph.models.ApplicationTemplateInstantiateParameterSet
The class for the Application Template Instantiate Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the ApplicationTemplateInstantiateParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new ApplicationTemplateInstantiateParameterSetprotected
ApplicationTemplateInstantiateParameterSet
(ApplicationTemplateInstantiateParameterSet.ApplicationTemplateInstantiateParameterSetBuilder builder) Instiaciates a new ApplicationTemplateInstantiateParameterSet -
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
-
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe display Name.
-
-
Constructor Details
-
ApplicationTemplateInstantiateParameterSet
public ApplicationTemplateInstantiateParameterSet()Instiaciates a new ApplicationTemplateInstantiateParameterSet -
ApplicationTemplateInstantiateParameterSet
protected ApplicationTemplateInstantiateParameterSet(@Nonnull ApplicationTemplateInstantiateParameterSet.ApplicationTemplateInstantiateParameterSetBuilder builder) Instiaciates a new ApplicationTemplateInstantiateParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static ApplicationTemplateInstantiateParameterSet.ApplicationTemplateInstantiateParameterSetBuilder 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
-