Class Hashes
java.lang.Object
com.amilesend.onedrive.resource.item.type.Hashes
Describes the hashes for the drive item file contents. Note: Not all services define content hashes.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Hashes.HashesBuilderbuilder()booleanThe CRC32 in little endian for the file contents.A base64-encoded hash that can be used to determine if the file contents have changed.The SHA1 hash for the file contents.inthashCode()toString()
-
Method Details
-
builder
-
getSha1Hash
The SHA1 hash for the file contents. -
getCrc32Hash
The CRC32 in little endian for the file contents. -
getQuickXorHash
A base64-encoded hash that can be used to determine if the file contents have changed. -
equals
-
hashCode
-
toString
-