Class ItemIdResolver

java.lang.Object
com.microsoft.graph.externalconnectors.models.UrlToItemResolverBase
com.microsoft.graph.externalconnectors.models.ItemIdResolver
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ItemIdResolver extends UrlToItemResolverBase implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Item Id Resolver.
  • Field Details

    • itemId

      @SerializedName(value="itemId", alternate="ItemId") @Expose @Nullable public String itemId
      The Item Id. Pattern that specifies how to form the ID of the external item that the URL represents. The named groups from the regular expression in urlPattern within the urlMatchInfo can be referenced by inserting the group name inside curly brackets.
    • urlMatchInfo

      @SerializedName(value="urlMatchInfo", alternate="UrlMatchInfo") @Expose @Nullable public UrlMatchInfo urlMatchInfo
      The Url Match Info. Configurations to match and resolve URL.
  • Constructor Details

    • ItemIdResolver

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