Class DocumentSet

java.lang.Object
com.microsoft.graph.models.DocumentSet
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class DocumentSet extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Document Set.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • allowedContentTypes

      @SerializedName(value="allowedContentTypes", alternate="AllowedContentTypes") @Expose @Nullable public List<ContentTypeInfo> allowedContentTypes
      The Allowed Content Types. Content types allowed in document set.
    • defaultContents

      @SerializedName(value="defaultContents", alternate="DefaultContents") @Expose @Nullable public List<DocumentSetContent> defaultContents
      The Default Contents. Default contents of document set.
    • propagateWelcomePageChanges

      @SerializedName(value="propagateWelcomePageChanges", alternate="PropagateWelcomePageChanges") @Expose @Nullable public Boolean propagateWelcomePageChanges
      The Propagate Welcome Page Changes. Specifies whether to push welcome page changes to inherited content types.
    • shouldPrefixNameToFile

      @SerializedName(value="shouldPrefixNameToFile", alternate="ShouldPrefixNameToFile") @Expose @Nullable public Boolean shouldPrefixNameToFile
      The Should Prefix Name To File. Indicates whether to add the name of the document set to each file name.
    • welcomePageUrl

      @SerializedName(value="welcomePageUrl", alternate="WelcomePageUrl") @Expose @Nullable public String welcomePageUrl
      The Welcome Page Url. Welcome page absolute URL.
    • sharedColumns

      @Nullable public ColumnDefinitionCollectionPage sharedColumns
      The Shared Columns.
    • welcomePageColumns

      @Nullable public ColumnDefinitionCollectionPage welcomePageColumns
      The Welcome Page Columns.
  • Constructor Details

    • DocumentSet

      public DocumentSet()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to