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