public class Endpoint extends DirectoryObject implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
capability
The Capability.
|
java.lang.String |
providerId
The Provider Id.
|
java.lang.String |
providerName
The Provider Name.
|
java.lang.String |
providerResourceId
The Provider Resource Id.
|
java.lang.String |
uri
The Uri.
|
deletedDateTime| Constructor and Description |
|---|
Endpoint() |
| 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="capability",
alternate="Capability")
@Expose
@Nullable
public java.lang.String capability
@SerializedName(value="providerId",
alternate="ProviderId")
@Expose
@Nullable
public java.lang.String providerId
@SerializedName(value="providerName",
alternate="ProviderName")
@Expose
@Nullable
public java.lang.String providerName
@SerializedName(value="providerResourceId",
alternate="ProviderResourceId")
@Expose
@Nullable
public java.lang.String providerResourceId
@SerializedName(value="uri",
alternate="Uri")
@Expose
@Nullable
public java.lang.String uri
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 DirectoryObjectserializer - the serializerjson - the JSON object to set this object to