Class FileAssessmentRequest

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class FileAssessmentRequest extends ThreatAssessmentRequest implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the File Assessment Request.
  • Field Details

    • contentData

      @SerializedName(value="contentData", alternate="ContentData") @Expose @Nullable public String contentData
      The Content Data. Base64 encoded file content. The file content cannot fetch back because it isn't stored.
    • fileName

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

    • FileAssessmentRequest

      public FileAssessmentRequest()
  • Method Details

    • 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
      Overrides:
      setRawObject in class ThreatAssessmentRequest
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to