Package com.microsoft.graph.models
Class DocumentSet
java.lang.Object
com.microsoft.graph.models.DocumentSet
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
The class for the Document Set.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Allowed Content Types.The Default Contents.the OData type of the object as returned by the serviceThe Propagate Welcome Page Changes.The Shared Columns.The Should Prefix Name To File.The Welcome Page Columns.The Welcome Page Url. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
allowedContentTypes
@SerializedName(value="allowedContentTypes", alternate="AllowedContentTypes") @Expose @Nullable public List<ContentTypeInfo> allowedContentTypesThe Allowed Content Types. Content types allowed in document set. -
defaultContents
@SerializedName(value="defaultContents", alternate="DefaultContents") @Expose @Nullable public List<DocumentSetContent> defaultContentsThe Default Contents. Default contents of document set. -
propagateWelcomePageChanges
@SerializedName(value="propagateWelcomePageChanges", alternate="PropagateWelcomePageChanges") @Expose @Nullable public Boolean propagateWelcomePageChangesThe 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 shouldPrefixNameToFileThe 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 welcomePageUrlThe Welcome Page Url. Welcome page absolute URL. -
welcomePageColumns
The Welcome Page Columns.
-
-
Constructor Details
-
DocumentSet
public DocumentSet()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-