Class ExternalItem

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.externalconnectors.models.ExternalItem
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ExternalItem extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the External Item.
  • Field Details

    • acl

      @SerializedName(value="acl", alternate="Acl") @Expose @Nullable public List<Acl> acl
      The Acl. An array of access control entries. Each entry specifies the access granted to a user or group. Required.
    • content

      @SerializedName(value="content", alternate="Content") @Expose @Nullable public ExternalItemContent content
      The Content. A plain-text representation of the contents of the item. The text in this property is full-text indexed. Optional.
    • properties

      @SerializedName(value="properties", alternate="Properties") @Expose @Nullable public Properties properties
      The Properties. A property bag with the properties of the item. The properties MUST conform to the schema defined for the externalConnection. Required.
    • activities

      @SerializedName(value="activities", alternate="Activities") @Expose @Nullable public ExternalActivityCollectionPage activities
      The Activities. Returns a list of activities performed on the item. Write-only.
  • Constructor Details

    • ExternalItem

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