Uses of Class
odata.msgraph.client.entity.FileStorage
-
Packages that use FileStorage Package Description odata.msgraph.client.entity -
-
Uses of FileStorage in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as FileStorage Modifier and Type Field Description protected FileStorageStorage. fileStorageMethods in odata.msgraph.client.entity that return FileStorage Modifier and Type Method Description FileStorageFileStorage.Builder. build()FileStorageFileStorage. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.FileStorageFileStorage. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).FileStorageFileStorage. withContainers(List<FileStorageContainer> containers)FileStorageFileStorage. withDeletedContainers(List<FileStorageContainer> deletedContainers)FileStorageFileStorage. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type FileStorage Modifier and Type Method Description Storage.BuilderStorage.Builder. fileStorage(FileStorage fileStorage)StorageStorage. withFileStorage(FileStorage fileStorage)
-