Class Hashes

java.lang.Object
com.microsoft.graph.models.Hashes
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class Hashes extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Hashes.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • crc32Hash

      @SerializedName(value="crc32Hash", alternate="Crc32Hash") @Expose @Nullable public String crc32Hash
      The Crc32Hash. The CRC32 value of the file in little endian (if available). Read-only.
    • quickXorHash

      @SerializedName(value="quickXorHash", alternate="QuickXorHash") @Expose @Nullable public String quickXorHash
      The Quick Xor Hash. A proprietary hash of the file that can be used to determine if the contents of the file have changed (if available). Read-only.
    • sha1Hash

      @SerializedName(value="sha1Hash", alternate="Sha1Hash") @Expose @Nullable public String sha1Hash
      The Sha1Hash. SHA1 hash for the contents of the file (if available). Read-only.
    • sha256Hash

      @SerializedName(value="sha256Hash", alternate="Sha256Hash") @Expose @Nullable public String sha256Hash
      The Sha256Hash. SHA256 hash for the contents of the file (if available). Read-only.
  • Constructor Details

    • Hashes

      public Hashes()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to