Class Endpoint

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

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

    • capability

      @SerializedName(value="capability", alternate="Capability") @Expose @Nullable public String capability
      The Capability.
    • providerId

      @SerializedName(value="providerId", alternate="ProviderId") @Expose @Nullable public String providerId
      The Provider Id.
    • providerName

      @SerializedName(value="providerName", alternate="ProviderName") @Expose @Nullable public String providerName
      The Provider Name.
    • providerResourceId

      @SerializedName(value="providerResourceId", alternate="ProviderResourceId") @Expose @Nullable public String providerResourceId
      The Provider Resource Id.
    • uri

      @SerializedName(value="uri", alternate="Uri") @Expose @Nullable public String uri
      The Uri.
  • Constructor Details

    • Endpoint

      public Endpoint()
  • 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 DirectoryObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to