Uses of Class
odata.msgraph.client.security.complex.FileHash
-
Packages that use FileHash Package Description odata.msgraph.client.security.complex -
-
Uses of FileHash in odata.msgraph.client.security.complex
Fields in odata.msgraph.client.security.complex with type parameters of type FileHash Modifier and Type Field Description protected List<FileHash>BlobEvidence. fileHashesMethods in odata.msgraph.client.security.complex that return FileHash Modifier and Type Method Description FileHashFileHash.Builder. build()FileHashFileHash. withAlgorithm(FileHashAlgorithm algorithm)FileHashFileHash. withUnmappedField(String name, Object value)FileHashFileHash. withValue(String value)Methods in odata.msgraph.client.security.complex that return types with arguments of type FileHash Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<FileHash>BlobEvidence. getFileHashes()com.github.davidmoten.odata.client.CollectionPage<FileHash>BlobEvidence. getFileHashes(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.security.complex with parameters of type FileHash Modifier and Type Method Description BlobEvidence.BuilderBlobEvidence.Builder. fileHashes(FileHash... fileHashes)Method parameters in odata.msgraph.client.security.complex with type arguments of type FileHash Modifier and Type Method Description BlobEvidence.BuilderBlobEvidence.Builder. fileHashes(List<FileHash> fileHashes)
-