| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Field and Description |
|---|---|
protected FileSystemInfo |
RemoteItem.fileSystemInfo |
protected FileSystemInfo |
DriveItemUploadableProperties.fileSystemInfo |
| Modifier and Type | Method and Description |
|---|---|
FileSystemInfo |
FileSystemInfo.Builder.build() |
FileSystemInfo |
FileSystemInfo.withCreatedDateTime(OffsetDateTime createdDateTime) |
FileSystemInfo |
FileSystemInfo.withLastAccessedDateTime(OffsetDateTime lastAccessedDateTime) |
FileSystemInfo |
FileSystemInfo.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
| Modifier and Type | Method and Description |
|---|---|
Optional<FileSystemInfo> |
RemoteItem.getFileSystemInfo() |
Optional<FileSystemInfo> |
DriveItemUploadableProperties.getFileSystemInfo() |
| Modifier and Type | Method and Description |
|---|---|
RemoteItem.Builder |
RemoteItem.Builder.fileSystemInfo(FileSystemInfo fileSystemInfo) |
DriveItemUploadableProperties.Builder |
DriveItemUploadableProperties.Builder.fileSystemInfo(FileSystemInfo fileSystemInfo) |
RemoteItem |
RemoteItem.withFileSystemInfo(FileSystemInfo fileSystemInfo) |
DriveItemUploadableProperties |
DriveItemUploadableProperties.withFileSystemInfo(FileSystemInfo fileSystemInfo) |
| Modifier and Type | Field and Description |
|---|---|
protected FileSystemInfo |
DriveItem.fileSystemInfo |
| Modifier and Type | Method and Description |
|---|---|
Optional<FileSystemInfo> |
DriveItem.getFileSystemInfo() |
| Modifier and Type | Method and Description |
|---|---|
DriveItem.Builder |
DriveItem.Builder.fileSystemInfo(FileSystemInfo fileSystemInfo) |
DriveItem |
DriveItem.withFileSystemInfo(FileSystemInfo fileSystemInfo) |
Copyright © 2018–2020. All rights reserved.