Package com.microsoft.graph.models
Class ContentTypeAssociateWithHubSitesParameterSet.ContentTypeAssociateWithHubSitesParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.ContentTypeAssociateWithHubSitesParameterSet.ContentTypeAssociateWithHubSitesParameterSetBuilder
- Enclosing class:
ContentTypeAssociateWithHubSitesParameterSet
public static final class ContentTypeAssociateWithHubSitesParameterSet.ContentTypeAssociateWithHubSitesParameterSetBuilder
extends Object
Fluent builder for the ContentTypeAssociateWithHubSitesParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe hubSiteUrls parameter valueprotected BooleanThe propagateToExistingLists parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new ContentTypeAssociateWithHubSitesParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithHubSiteUrls(List<String> val) Sets the HubSiteUrlsSets the PropagateToExistingLists
-
Field Details
-
hubSiteUrls
The hubSiteUrls parameter value -
propagateToExistingLists
The propagateToExistingLists parameter value
-
-
Constructor Details
-
ContentTypeAssociateWithHubSitesParameterSetBuilder
@Nullable protected ContentTypeAssociateWithHubSitesParameterSetBuilder()Instanciates a new ContentTypeAssociateWithHubSitesParameterSetBuilder
-
-
Method Details
-
withHubSiteUrls
@Nonnull public ContentTypeAssociateWithHubSitesParameterSet.ContentTypeAssociateWithHubSitesParameterSetBuilder withHubSiteUrls(@Nullable List<String> val) Sets the HubSiteUrls- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withPropagateToExistingLists
@Nonnull public ContentTypeAssociateWithHubSitesParameterSet.ContentTypeAssociateWithHubSitesParameterSetBuilder withPropagateToExistingLists(@Nullable Boolean val) Sets the PropagateToExistingLists- 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
-