Class Entry

java.lang.Object
com.gooddata.sdk.model.md.Entry

public class Entry extends Object
Metadata entry (can be named "LINK" in some API docs)
  • Constructor Details

  • Method Details

    • getId

      public String getId()
      Returns internally generated ID of the object (that's part of the object URI).
      Returns:
      internal ID of the object
    • getUri

      public String getUri()
    • getTitle

      public String getTitle()
    • getSummary

      public String getSummary()
    • getCategory

      public String getCategory()
    • getAuthor

      public String getAuthor()
    • getContributor

      public String getContributor()
    • isDeprecated

      public boolean isDeprecated()
      Returns:
      true if the deprecated is set and is true
    • getDeprecated

      public Boolean getDeprecated()
    • getIdentifier

      public String getIdentifier()
      Returns user-specified identifier of the object.
      Returns:
      user-specified object identifier
    • getTags

      public Set<String> getTags()
    • getCreated

      public ZonedDateTime getCreated()
    • getUpdated

      public ZonedDateTime getUpdated()
    • isLocked

      public boolean isLocked()
      Returns:
      true if the locked is set and is true
    • getLocked

      public Boolean getLocked()
    • isUnlisted

      public boolean isUnlisted()
      Returns:
      true if the unlisted is set and is true
    • getUnlisted

      public Boolean getUnlisted()
    • toString

      public String toString()
      Overrides:
      toString in class Object