Class TaskFileAttachment

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

public class TaskFileAttachment extends AttachmentBase implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Task File Attachment.
  • Field Details

    • contentBytes

      @SerializedName(value="contentBytes", alternate="ContentBytes") @Expose @Nullable public byte[] contentBytes
      The Content Bytes.
  • Constructor Details

    • TaskFileAttachment

      public TaskFileAttachment()
  • 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 AttachmentBase
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to