Package com.gooddata.md
Class NestedAttribute.Content
- java.lang.Object
-
- com.gooddata.md.NestedAttribute.Content
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- NestedAttribute
protected static class NestedAttribute.Content extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedContent(Collection<Key> pk, Collection<Key> fk, Collection<DisplayForm> displayForms, String dimension, String direction, com.gooddata.md.AttributeSort sort, String type, Collection<String> rel, Collection<String> compositeAttribute, Collection<String> compositeAttributePk, String drillDownStepAttributeDF, String linkedDisplayFormUri, Collection<String> folders, Collection<String> grain)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Collection<String>getCompositeAttribute()Collection<String>getCompositeAttributePk()StringgetDimensionLink()Deprecated.usegetDimensionUri()insteadStringgetDimensionUri()StringgetDirection()Collection<DisplayForm>getDisplayForms()StringgetDrillDownStepDisplayFormLink()Deprecated.usegetDrillDownStepDisplayFormUri()insteadStringgetDrillDownStepDisplayFormUri()Collection<Key>getFk()Collection<String>getFolders()Collection<String>getGrain()StringgetLinkedDisplayFormLink()Deprecated.usegetLinkedDisplayFormUri()insteadStringgetLinkedDisplayFormUri()Collection<Key>getPk()Collection<String>getRelations()com.gooddata.md.AttributeSortgetSort()StringgetType()StringtoString()
-
-
-
Constructor Detail
-
Content
protected Content(Collection<Key> pk, Collection<Key> fk, Collection<DisplayForm> displayForms, String dimension, String direction, com.gooddata.md.AttributeSort sort, String type, Collection<String> rel, Collection<String> compositeAttribute, Collection<String> compositeAttributePk, String drillDownStepAttributeDF, String linkedDisplayFormUri, Collection<String> folders, Collection<String> grain)
-
-
Method Detail
-
getPk
public Collection<Key> getPk()
-
getFk
public Collection<Key> getFk()
-
getDisplayForms
public Collection<DisplayForm> getDisplayForms()
-
getDimensionLink
@Deprecated public String getDimensionLink()
Deprecated.usegetDimensionUri()instead- Returns:
- dimension URI string
-
getDimensionUri
public String getDimensionUri()
-
getDirection
public String getDirection()
-
getSort
public com.gooddata.md.AttributeSort getSort()
-
getType
public String getType()
-
getRelations
public Collection<String> getRelations()
-
getCompositeAttribute
public Collection<String> getCompositeAttribute()
-
getCompositeAttributePk
public Collection<String> getCompositeAttributePk()
-
getDrillDownStepDisplayFormLink
@Deprecated public String getDrillDownStepDisplayFormLink()
Deprecated.usegetDrillDownStepDisplayFormUri()instead- Returns:
- drill-down step display form URI string
-
getDrillDownStepDisplayFormUri
public String getDrillDownStepDisplayFormUri()
-
getLinkedDisplayFormLink
@Deprecated public String getLinkedDisplayFormLink()
Deprecated.usegetLinkedDisplayFormUri()instead- Returns:
- linked display form URI string
-
getLinkedDisplayFormUri
public String getLinkedDisplayFormUri()
-
getFolders
public Collection<String> getFolders()
-
getGrain
public Collection<String> getGrain()
-
-