Class UrlEntity


  • public final class UrlEntity
    extends EntityInner
    Represents a url entity.
    • Constructor Detail

      • UrlEntity

        public UrlEntity()
    • Method Detail

      • url

        public String url()
        Get the url property: A full URL the entity points to.
        Returns:
        the url value.
      • additionalData

        public Map<String,​Object> additionalData()
        Get the additionalData property: A bag of custom fields that should be part of the entity and will be presented to the user.
        Returns:
        the additionalData value.
      • friendlyName

        public String friendlyName()
        Get the friendlyName property: The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.
        Returns:
        the friendlyName value.