Package odata.msgraph.client.complex
Class Hashes.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.Hashes.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Hashesbuild()Hashes.Buildercrc32Hash(String crc32Hash)Hashes.BuilderquickXorHash(String quickXorHash)Hashes.Buildersha1Hash(String sha1Hash)Hashes.Buildersha256Hash(String sha256Hash)
-
-
-
Method Detail
-
crc32Hash
public Hashes.Builder crc32Hash(String crc32Hash)
-
quickXorHash
public Hashes.Builder quickXorHash(String quickXorHash)
-
sha1Hash
public Hashes.Builder sha1Hash(String sha1Hash)
-
sha256Hash
public Hashes.Builder sha256Hash(String sha256Hash)
-
build
public Hashes build()
-
-