Uses of Class
odata.msgraph.client.complex.DocumentSet
-
Packages that use DocumentSet Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of DocumentSet in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return DocumentSet Modifier and Type Method Description DocumentSetDocumentSet.Builder. build()DocumentSetDocumentSet. withPropagateWelcomePageChanges(Boolean propagateWelcomePageChanges)DocumentSetDocumentSet. withShouldPrefixNameToFile(Boolean shouldPrefixNameToFile)DocumentSetDocumentSet. withUnmappedField(String name, Object value)DocumentSetDocumentSet. withWelcomePageUrl(String welcomePageUrl) -
Uses of DocumentSet in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as DocumentSet Modifier and Type Field Description protected DocumentSetContentType. documentSetMethods in odata.msgraph.client.entity that return types with arguments of type DocumentSet Modifier and Type Method Description Optional<DocumentSet>ContentType. getDocumentSet()Methods in odata.msgraph.client.entity with parameters of type DocumentSet Modifier and Type Method Description ContentType.BuilderContentType.Builder. documentSet(DocumentSet documentSet)ContentTypeContentType. withDocumentSet(DocumentSet documentSet)
-