Uses of Class
odata.msgraph.client.complex.Hashes
-
Packages that use Hashes Package Description odata.msgraph.client.complex -
-
Uses of Hashes in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as Hashes Modifier and Type Field Description protected HashesFile. hashesMethods in odata.msgraph.client.complex that return Hashes Modifier and Type Method Description HashesHashes.Builder. build()HashesHashes. withCrc32Hash(String crc32Hash)HashesHashes. withQuickXorHash(String quickXorHash)HashesHashes. withSha1Hash(String sha1Hash)HashesHashes. withSha256Hash(String sha256Hash)HashesHashes. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type Hashes Modifier and Type Method Description Optional<Hashes>File. getHashes()Methods in odata.msgraph.client.complex with parameters of type Hashes Modifier and Type Method Description File.BuilderFile.Builder. hashes(Hashes hashes)FileFile. withHashes(Hashes hashes)
-