Package com.microsoft.graph.models
Class ApplicationTemplateInstantiateParameterSet.ApplicationTemplateInstantiateParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.ApplicationTemplateInstantiateParameterSet.ApplicationTemplateInstantiateParameterSetBuilder
- Enclosing class:
ApplicationTemplateInstantiateParameterSet
public static final class ApplicationTemplateInstantiateParameterSet.ApplicationTemplateInstantiateParameterSetBuilder
extends Object
Fluent builder for the ApplicationTemplateInstantiateParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new ApplicationTemplateInstantiateParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithDisplayName(String val) Sets the DisplayName
-
Field Details
-
displayName
The displayName parameter value
-
-
Constructor Details
-
ApplicationTemplateInstantiateParameterSetBuilder
@Nullable protected ApplicationTemplateInstantiateParameterSetBuilder()Instanciates a new ApplicationTemplateInstantiateParameterSetBuilder
-
-
Method Details
-
withDisplayName
@Nonnull public ApplicationTemplateInstantiateParameterSet.ApplicationTemplateInstantiateParameterSetBuilder withDisplayName(@Nullable String val) Sets the DisplayName- 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
-