Package com.microsoft.graph.models
Class ContentTypeAssociateWithHubSitesParameterSet
java.lang.Object
com.microsoft.graph.models.ContentTypeAssociateWithHubSitesParameterSet
The class for the Content Type Associate With Hub Sites Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the ContentTypeAssociateWithHubSitesParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe hub Site Urls.The propagate To Existing Lists. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new ContentTypeAssociateWithHubSitesParameterSetprotectedContentTypeAssociateWithHubSitesParameterSet(ContentTypeAssociateWithHubSitesParameterSet.ContentTypeAssociateWithHubSitesParameterSetBuilder builder) Instiaciates a new ContentTypeAssociateWithHubSitesParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setstatic ContentTypeAssociateWithHubSitesParameterSet.ContentTypeAssociateWithHubSitesParameterSetBuilderGets a new builder for the body
-
Field Details
-
hubSiteUrls
@SerializedName(value="hubSiteUrls", alternate="HubSiteUrls") @Expose @Nullable public List<String> hubSiteUrlsThe hub Site Urls. -
propagateToExistingLists
@SerializedName(value="propagateToExistingLists", alternate="PropagateToExistingLists") @Expose @Nullable public Boolean propagateToExistingListsThe propagate To Existing Lists.
-
-
Constructor Details
-
ContentTypeAssociateWithHubSitesParameterSet
public ContentTypeAssociateWithHubSitesParameterSet()Instiaciates a new ContentTypeAssociateWithHubSitesParameterSet -
ContentTypeAssociateWithHubSitesParameterSet
protected ContentTypeAssociateWithHubSitesParameterSet(@Nonnull ContentTypeAssociateWithHubSitesParameterSet.ContentTypeAssociateWithHubSitesParameterSetBuilder builder) Instiaciates a new ContentTypeAssociateWithHubSitesParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static ContentTypeAssociateWithHubSitesParameterSet.ContentTypeAssociateWithHubSitesParameterSetBuilder 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
-