Uses of Class
com.microsoft.graph.models.DocumentSetContent
Packages that use DocumentSetContent
-
Uses of DocumentSetContent in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return DocumentSetContentModifier and TypeMethodDescriptionstatic DocumentSetContentDocumentSetContent.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueContentType.getDocumentTemplate()Gets the documentTemplate property value.Methods in com.microsoft.graph.models that return types with arguments of type DocumentSetContentModifier and TypeMethodDescriptionDocumentSet.getDefaultContents()Gets the defaultContents property value.Methods in com.microsoft.graph.models with parameters of type DocumentSetContentModifier and TypeMethodDescriptionvoidContentType.setDocumentTemplate(DocumentSetContent value) Sets the documentTemplate property value.Method parameters in com.microsoft.graph.models with type arguments of type DocumentSetContentModifier and TypeMethodDescriptionvoidDocumentSet.setDefaultContents(List<DocumentSetContent> value) Sets the defaultContents property value.