Package com.gooddata.sdk.model.md
Class NestedAttribute
java.lang.Object
com.gooddata.sdk.model.md.AbstractObj
com.gooddata.sdk.model.md.NestedAttribute
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Attribute
Attribute representation which is nested in some other metadata object (i.e. within
Dimension).
Can't be queried, get or updated directly - use Attribute for these operations.- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.gooddata.sdk.model.md.AbstractObj
meta -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedNestedAttribute(Meta meta, NestedAttribute.Content content) -
Method Summary
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
-
Constructor Details
-
NestedAttribute
-
-
Method Details
-
getDisplayForms
-
getPrimaryKeys
-
getForeignKeys
-
getDefaultDisplayForm
-
getDimensionUri
-
hasDimension
public boolean hasDimension() -
getRelations
-
getDirection
-
getSort
- Returns:
- sort setting - pk, byUsedDF or uri linking some display form, null if not set
- See Also:
-
isSortedByLinkedDf
public boolean isSortedByLinkedDf()- Returns:
- true when the sort is set and it is a link to display form, false otherwise
-
isSortedByUsedDf
public boolean isSortedByUsedDf()- Returns:
- true when the sort is set to byUsedDF (used display form), false otherwise
-
isSortedByPk
public boolean isSortedByPk()- Returns:
- true when the sort is set to pk (primary key), false otherwise
-
getType
-
getCompositeAttribute
-
getCompositeAttributePk
-
getDrillDownStepDisplayFormUri
-
getLinkedDisplayFormUri
-
getFolders
URIs of folders containing this object- Returns:
- collection of URIs or null
-
getGrain
-
toString
- Overrides:
toStringin classAbstractObj
-