Uses of Class
odata.msgraph.client.beta.complex.Hashes.Builder
-
Packages that use Hashes.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of Hashes.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return Hashes.Builder Modifier and Type Method Description static Hashes.BuilderHashes. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Hashes.BuilderHashes.Builder. crc32Hash(String crc32Hash)Hashes.BuilderHashes.Builder. quickXorHash(String quickXorHash)Hashes.BuilderHashes.Builder. sha1Hash(String sha1Hash)Hashes.BuilderHashes.Builder. sha256Hash(String sha256Hash)
-