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

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

    • baseType

      @SerializedName(value="baseType", alternate="BaseType") @Expose @Nullable public String baseType
      The Base Type. Must be set to microsoft.graph.externalConnector.externalItem. Required.
    • properties

      @SerializedName(value="properties", alternate="Properties") @Expose @Nullable public List<Property> properties
      The Properties. The properties defined for the items in the connection. The minimum number of properties is one, the maximum is 128.
  • Constructor Details

    • Schema

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