Package com.gooddata.md
Class DisplayForm
- java.lang.Object
-
- com.gooddata.md.AbstractObj
-
- com.gooddata.md.DisplayForm
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AttributeDisplayForm
public class DisplayForm extends AbstractObj
Display form- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classDisplayForm.Contentprotected static classDisplayForm.Links
-
Field Summary
Fields Modifier and Type Field Description protected DisplayForm.Contentcontent-
Fields inherited from class com.gooddata.md.AbstractObj
meta
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDisplayForm(Meta meta, DisplayForm.Content content, DisplayForm.Links links)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetElementsLink()Deprecated.usegetElementsUri()insteadStringgetElementsUri()StringgetExpression()StringgetFormOf()StringgetLdmExpression()StringgetType()StringtoString()-
Methods inherited from class com.gooddata.md.AbstractObj
getAuthor, getCategory, getContributor, getCreated, getFlags, getId, getIdentifier, getSummary, getTags, getTitle, getUpdated, getUri, isDeprecated, isLocked, isProduction, isSharedWithSomeone, isUnlisted, setCategory, setDeprecated, setFlags, setIdentifier, setLocked, setProduction, setSharedWithSomeone, setSummary, setTags, setTitle, setUnlisted, uris
-
-
-
-
Field Detail
-
content
protected final DisplayForm.Content content
-
-
Constructor Detail
-
DisplayForm
protected DisplayForm(Meta meta, DisplayForm.Content content, DisplayForm.Links links)
-
-
Method Detail
-
getFormOf
public String getFormOf()
-
getExpression
public String getExpression()
-
getLdmExpression
public String getLdmExpression()
-
getType
public String getType()
-
getElementsLink
@Deprecated public String getElementsLink()
Deprecated.usegetElementsUri()instead- Returns:
- elements URI string
-
getElementsUri
public String getElementsUri()
-
toString
public String toString()
- Overrides:
toStringin classAbstractObj
-
-