Class FileDetails

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

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

    • oDataType

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

      @SerializedName(value="fileName", alternate="FileName") @Expose @Nullable public String fileName
      The File Name. The name of the file.
    • filePath

      @SerializedName(value="filePath", alternate="FilePath") @Expose @Nullable public String filePath
      The File Path. The file path (location) of the file instance.
    • filePublisher

      @SerializedName(value="filePublisher", alternate="FilePublisher") @Expose @Nullable public String filePublisher
      The File Publisher. The publisher of the file.
    • fileSize

      @SerializedName(value="fileSize", alternate="FileSize") @Expose @Nullable public Long fileSize
      The File Size. The size of the file in bytes.
    • issuer

      @SerializedName(value="issuer", alternate="Issuer") @Expose @Nullable public String issuer
      The Issuer. The certificate authority (CA) that issued the certificate.
    • sha1

      @SerializedName(value="sha1", alternate="Sha1") @Expose @Nullable public String sha1
      The Sha1. The Sha1 cryptographic hash of the file content.
    • sha256

      @SerializedName(value="sha256", alternate="Sha256") @Expose @Nullable public String sha256
      The Sha256. The Sha256 cryptographic hash of the file content.
    • signer

      @SerializedName(value="signer", alternate="Signer") @Expose @Nullable public String signer
      The Signer. The signer of the signed file.
  • Constructor Details

    • FileDetails

      public FileDetails()
  • 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