Uses of Class
odata.msgraph.client.entity.DocumentSetVersion
-
Packages that use DocumentSetVersion Package Description odata.msgraph.client.entity -
-
Uses of DocumentSetVersion in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type DocumentSetVersion Modifier and Type Field Description protected List<DocumentSetVersion>ListItem. documentSetVersionsMethods in odata.msgraph.client.entity that return DocumentSetVersion Modifier and Type Method Description DocumentSetVersionDocumentSetVersion.Builder. build()DocumentSetVersionDocumentSetVersion. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.DocumentSetVersionDocumentSetVersion. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).DocumentSetVersionDocumentSetVersion. withComment(String comment)DocumentSetVersionDocumentSetVersion. withCreatedBy(IdentitySet createdBy)DocumentSetVersionDocumentSetVersion. withCreatedDateTime(OffsetDateTime createdDateTime)DocumentSetVersionDocumentSetVersion. withItems(List<DocumentSetVersionItem> items)DocumentSetVersionDocumentSetVersion. withShouldCaptureMinorVersion(Boolean shouldCaptureMinorVersion)DocumentSetVersionDocumentSetVersion. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type DocumentSetVersion Modifier and Type Method Description ListItem.BuilderListItem.Builder. documentSetVersions(DocumentSetVersion... documentSetVersions)Method parameters in odata.msgraph.client.entity with type arguments of type DocumentSetVersion Modifier and Type Method Description ListItem.BuilderListItem.Builder. documentSetVersions(List<DocumentSetVersion> documentSetVersions)ListItemListItem. withDocumentSetVersions(List<DocumentSetVersion> documentSetVersions)
-