Class ExternalConnection

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

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

    • configuration

      @SerializedName(value="configuration", alternate="Configuration") @Expose @Nullable public Configuration configuration
      The Configuration. Specifies additional application IDs that are allowed to manage the connection and to index content in the connection. Optional.
    • description

      @SerializedName(value="description", alternate="Description") @Expose @Nullable public String description
      The Description. Description of the connection displayed in the Microsoft 365 admin center. Optional.
    • name

      @SerializedName(value="name", alternate="Name") @Expose @Nullable public String name
      The Name. The display name of the connection to be displayed in the Microsoft 365 admin center. Maximum length of 128 characters. Required.
    • state

      @SerializedName(value="state", alternate="State") @Expose @Nullable public ConnectionState state
      The State. Indicates the current state of the connection. Possible values are: draft, ready, obsolete, limitExceeded, unknownFutureValue.
    • groups

      @SerializedName(value="groups", alternate="Groups") @Expose @Nullable public ExternalGroupCollectionPage groups
      The Groups.
    • items

      @SerializedName(value="items", alternate="Items") @Expose @Nullable public ExternalItemCollectionPage items
      The Items.
    • operations

      @SerializedName(value="operations", alternate="Operations") @Expose @Nullable public ConnectionOperationCollectionPage operations
      The Operations.
    • schema

      @SerializedName(value="schema", alternate="Schema") @Expose @Nullable public Schema schema
      The Schema.
  • Constructor Details

    • ExternalConnection

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