Class Schema
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.externalconnectors.models.Schema
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
The class for the Schema.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Base Type.The Properties. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
baseType
The Base Type. Must be set to microsoft.graph.externalConnector.externalItem. Required. -
properties
@SerializedName(value="properties", alternate="Properties") @Expose @Nullable public List<Property> propertiesThe 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 interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classEntity
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-