Class ItemAttachment

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

public class ItemAttachment extends Attachment implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Item Attachment.
  • Field Details

    • item

      @SerializedName(value="item", alternate="Item") @Expose @Nullable public OutlookItem item
      The Item. The attached message or event. Navigation property.
  • Constructor Details

    • ItemAttachment

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