public class ExternalConnection extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
Configuration |
configuration
The Configuration.
|
java.lang.String |
description
The Description.
|
ExternalGroupCollectionPage |
groups
The Groups.
|
ExternalItemCollectionPage |
items
The Items.
|
java.lang.String |
name
The Name.
|
ConnectionOperationCollectionPage |
operations
The Operations.
|
Schema |
schema
The Schema.
|
ConnectionState |
state
The State.
|
| Constructor and Description |
|---|
ExternalConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="configuration",
alternate="Configuration")
@Expose
@Nullable
public Configuration configuration
@SerializedName(value="description",
alternate="Description")
@Expose
@Nullable
public java.lang.String description
@SerializedName(value="name",
alternate="Name")
@Expose
@Nullable
public java.lang.String name
@SerializedName(value="state",
alternate="State")
@Expose
@Nullable
public ConnectionState state
@SerializedName(value="groups",
alternate="Groups")
@Expose
@Nullable
public ExternalGroupCollectionPage groups
@SerializedName(value="items",
alternate="Items")
@Expose
@Nullable
public ExternalItemCollectionPage items
@SerializedName(value="operations",
alternate="Operations")
@Expose
@Nullable
public ConnectionOperationCollectionPage operations
@SerializedName(value="schema",
alternate="Schema")
@Expose
@Nullable
public Schema schema
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to