Class ContentTypeAssociateWithHubSitesParameterSet

java.lang.Object
com.microsoft.graph.models.ContentTypeAssociateWithHubSitesParameterSet

public class ContentTypeAssociateWithHubSitesParameterSet extends Object
The class for the Content Type Associate With Hub Sites Parameter Set.
  • Field Details

    • hubSiteUrls

      @SerializedName(value="hubSiteUrls", alternate="HubSiteUrls") @Expose @Nullable public List<String> hubSiteUrls
      The hub Site Urls.
    • propagateToExistingLists

      @SerializedName(value="propagateToExistingLists", alternate="PropagateToExistingLists") @Expose @Nullable public Boolean propagateToExistingLists
      The 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