Class Entry


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

      Constructors 
      Constructor Description
      Entry​(java.lang.String uri, java.lang.String title, java.lang.String summary, java.lang.String category, java.lang.String author, java.lang.String contributor, java.lang.Boolean deprecated, java.lang.String identifier, java.util.Set<java.lang.String> tags, java.time.ZonedDateTime created, java.time.ZonedDateTime updated, java.lang.Boolean locked, java.lang.Boolean unlisted)  
    • Constructor Detail

      • Entry

        public Entry​(java.lang.String uri,
                     java.lang.String title,
                     java.lang.String summary,
                     java.lang.String category,
                     java.lang.String author,
                     java.lang.String contributor,
                     java.lang.Boolean deprecated,
                     java.lang.String identifier,
                     java.util.Set<java.lang.String> tags,
                     java.time.ZonedDateTime created,
                     java.time.ZonedDateTime updated,
                     java.lang.Boolean locked,
                     java.lang.Boolean unlisted)
    • Method Detail

      • getId

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

        public java.lang.String getUri()
      • getTitle

        public java.lang.String getTitle()
      • getSummary

        public java.lang.String getSummary()
      • getCategory

        public java.lang.String getCategory()
      • getAuthor

        public java.lang.String getAuthor()
      • getContributor

        public java.lang.String getContributor()
      • isDeprecated

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

        public java.lang.Boolean getDeprecated()
      • getIdentifier

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

        public java.util.Set<java.lang.String> getTags()
      • getCreated

        public java.time.ZonedDateTime getCreated()
      • getUpdated

        public java.time.ZonedDateTime getUpdated()
      • isLocked

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

        public java.lang.Boolean getLocked()
      • isUnlisted

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

        public java.lang.Boolean getUnlisted()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object