Class SiteGetApplicableContentTypesForListParameterSet

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

public class SiteGetApplicableContentTypesForListParameterSet extends Object
The class for the Site Get Applicable Content Types For List Parameter Set.
  • Field Details

    • listId

      @SerializedName(value="listId", alternate="ListId") @Expose @Nullable public String listId
      The list Id.
  • Constructor Details

    • SiteGetApplicableContentTypesForListParameterSet

      public SiteGetApplicableContentTypesForListParameterSet()
      Instiaciates a new SiteGetApplicableContentTypesForListParameterSet
    • SiteGetApplicableContentTypesForListParameterSet

      protected SiteGetApplicableContentTypesForListParameterSet(@Nonnull SiteGetApplicableContentTypesForListParameterSet.SiteGetApplicableContentTypesForListParameterSetBuilder builder)
      Instiaciates a new SiteGetApplicableContentTypesForListParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details