Package com.gooddata.sdk.model.md
Class Entry
java.lang.Object
com.gooddata.sdk.model.md.Entry
Metadata entry (can be named "LINK" in some API docs)
-
Constructor Details
-
Entry
-
-
Method Details
-
getId
Returns internally generated ID of the object (that's part of the object URI).- Returns:
- internal ID of the object
-
getUri
-
getTitle
-
getSummary
-
getCategory
-
getAuthor
-
getContributor
-
isDeprecated
public boolean isDeprecated()- Returns:
- true if the deprecated is set and is true
-
getDeprecated
-
getIdentifier
Returns user-specified identifier of the object.- Returns:
- user-specified object identifier
-
getTags
-
getCreated
-
getUpdated
-
isLocked
public boolean isLocked()- Returns:
- true if the locked is set and is true
-
getLocked
-
isUnlisted
public boolean isUnlisted()- Returns:
- true if the unlisted is set and is true
-
getUnlisted
-
toString
-