Uses of Class
odata.msgraph.client.complex.DocumentSetVersionItem
-
Packages that use DocumentSetVersionItem Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of DocumentSetVersionItem in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return DocumentSetVersionItem Modifier and Type Method Description DocumentSetVersionItemDocumentSetVersionItem.Builder. build()DocumentSetVersionItemDocumentSetVersionItem. withItemId(String itemId)DocumentSetVersionItemDocumentSetVersionItem. withTitle(String title)DocumentSetVersionItemDocumentSetVersionItem. withUnmappedField(String name, Object value)DocumentSetVersionItemDocumentSetVersionItem. withVersionId(String versionId) -
Uses of DocumentSetVersionItem in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type DocumentSetVersionItem Modifier and Type Field Description protected List<DocumentSetVersionItem>DocumentSetVersion. itemsMethods in odata.msgraph.client.entity that return types with arguments of type DocumentSetVersionItem Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<DocumentSetVersionItem>DocumentSetVersion. getItems()com.github.davidmoten.odata.client.CollectionPage<DocumentSetVersionItem>DocumentSetVersion. getItems(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type DocumentSetVersionItem Modifier and Type Method Description DocumentSetVersion.BuilderDocumentSetVersion.Builder. items(DocumentSetVersionItem... items)Method parameters in odata.msgraph.client.entity with type arguments of type DocumentSetVersionItem Modifier and Type Method Description DocumentSetVersion.BuilderDocumentSetVersion.Builder. items(List<DocumentSetVersionItem> items)DocumentSetVersionDocumentSetVersion. withItems(List<DocumentSetVersionItem> items)
-