Uses of Class
odata.msgraph.client.complex.FileSystemInfo
-
Packages that use FileSystemInfo Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of FileSystemInfo in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as FileSystemInfo Modifier and Type Field Description protected FileSystemInfoDriveItemUploadableProperties. fileSystemInfoprotected FileSystemInfoRemoteItem. fileSystemInfoMethods in odata.msgraph.client.complex that return FileSystemInfo Modifier and Type Method Description FileSystemInfoFileSystemInfo.Builder. build()FileSystemInfoFileSystemInfo. withCreatedDateTime(OffsetDateTime createdDateTime)FileSystemInfoFileSystemInfo. withLastAccessedDateTime(OffsetDateTime lastAccessedDateTime)FileSystemInfoFileSystemInfo. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)FileSystemInfoFileSystemInfo. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type FileSystemInfo Modifier and Type Method Description Optional<FileSystemInfo>DriveItemUploadableProperties. getFileSystemInfo()Optional<FileSystemInfo>RemoteItem. getFileSystemInfo()Methods in odata.msgraph.client.complex with parameters of type FileSystemInfo Modifier and Type Method Description DriveItemUploadableProperties.BuilderDriveItemUploadableProperties.Builder. fileSystemInfo(FileSystemInfo fileSystemInfo)RemoteItem.BuilderRemoteItem.Builder. fileSystemInfo(FileSystemInfo fileSystemInfo)DriveItemUploadablePropertiesDriveItemUploadableProperties. withFileSystemInfo(FileSystemInfo fileSystemInfo)RemoteItemRemoteItem. withFileSystemInfo(FileSystemInfo fileSystemInfo) -
Uses of FileSystemInfo in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as FileSystemInfo Modifier and Type Field Description protected FileSystemInfoDriveItem. fileSystemInfoMethods in odata.msgraph.client.entity that return types with arguments of type FileSystemInfo Modifier and Type Method Description Optional<FileSystemInfo>DriveItem. getFileSystemInfo()Methods in odata.msgraph.client.entity with parameters of type FileSystemInfo Modifier and Type Method Description DriveItem.BuilderDriveItem.Builder. fileSystemInfo(FileSystemInfo fileSystemInfo)DriveItemDriveItem. withFileSystemInfo(FileSystemInfo fileSystemInfo)
-