Uses of Class
odata.msgraph.client.complex.File
-
Packages that use File Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of File in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as File Modifier and Type Field Description protected FileRemoteItem. fileMethods in odata.msgraph.client.complex that return File Modifier and Type Method Description FileFile.Builder. build()FileFile. withHashes(Hashes hashes)FileFile. withMimeType(String mimeType)FileFile. withProcessingMetadata(Boolean processingMetadata)FileFile. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type File Modifier and Type Method Description Optional<File>RemoteItem. getFile()Methods in odata.msgraph.client.complex with parameters of type File Modifier and Type Method Description RemoteItem.BuilderRemoteItem.Builder. file(File file)RemoteItemRemoteItem. withFile(File file) -
Uses of File in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as File Modifier and Type Field Description protected FileDriveItem. fileMethods in odata.msgraph.client.entity that return types with arguments of type File Modifier and Type Method Description Optional<File>DriveItem. getFile()Methods in odata.msgraph.client.entity with parameters of type File Modifier and Type Method Description DriveItem.BuilderDriveItem.Builder. file(File file)DriveItemDriveItem. withFile(File file)
-