Package com.gooddata.sdk.model.md
Class DisplayForm
- java.lang.Object
-
- com.gooddata.sdk.model.md.AbstractObj
-
- com.gooddata.sdk.model.md.DisplayForm
-
- All Implemented Interfaces:
java.io.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.sdk.model.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 Modifier and Type Method Description java.lang.StringgetElementsUri()java.lang.StringgetExpression()java.lang.StringgetFormOf()java.lang.StringgetLdmExpression()java.lang.StringgetType()java.lang.StringtoString()-
Methods inherited from class com.gooddata.sdk.model.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 java.lang.String getFormOf()
-
getExpression
public java.lang.String getExpression()
-
getLdmExpression
public java.lang.String getLdmExpression()
-
getType
public java.lang.String getType()
-
getElementsUri
public java.lang.String getElementsUri()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractObj
-
-