| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Field and Description |
|---|---|
protected FileHash |
Process.fileHash |
protected FileHash |
FileSecurityState.fileHash |
| Modifier and Type | Method and Description |
|---|---|
FileHash |
FileHash.Builder.build() |
FileHash |
FileHash.withHashType(FileHashType hashType) |
FileHash |
FileHash.withHashValue(String hashValue) |
| Modifier and Type | Method and Description |
|---|---|
Optional<FileHash> |
Process.getFileHash() |
Optional<FileHash> |
FileSecurityState.getFileHash() |
| Modifier and Type | Method and Description |
|---|---|
Process.Builder |
Process.Builder.fileHash(FileHash fileHash) |
FileSecurityState.Builder |
FileSecurityState.Builder.fileHash(FileHash fileHash) |
Process |
Process.withFileHash(FileHash fileHash) |
FileSecurityState |
FileSecurityState.withFileHash(FileHash fileHash) |
| Modifier and Type | Field and Description |
|---|---|
protected List<FileHash> |
FileSecurityProfile.hashes |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<FileHash> |
FileSecurityProfile.getHashes() |
| Modifier and Type | Method and Description |
|---|---|
FileSecurityProfile.Builder |
FileSecurityProfile.Builder.hashes(List<FileHash> hashes) |
Copyright © 2018–2020. All rights reserved.