Class AttributeHeader
java.lang.Object
com.gooddata.sdk.model.executeafm.response.AttributeHeader
- All Implemented Interfaces:
LocallyIdentifiable,Header
Header of an attribute.
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeHeader(String name, String localIdentifier, String uri, String identifier, AttributeInHeader formOf) Creates new headerAttributeHeader(String name, String localIdentifier, String uri, String identifier, AttributeInHeader formOf, List<TotalHeaderItem> totalHeaderItems) Creates new headerAttributeHeader(String name, String localIdentifier, String uri, String identifier, String type, AttributeInHeader formOf, List<TotalHeaderItem> totalHeaderItems) Creates new header -
Method Summary
Modifier and TypeMethodDescriptionMetadata identifier of attribute's display formLocal identifier referencing header'sAttributeItemwithinAfmgetName()Header name, an attribute's display form title, or specified alias.Totals' headers belonging to the same level as this header.getType()Metadata type of attribute's display formgetUri()Uri of attribute's display formtoString()
-
Constructor Details
-
AttributeHeader
public AttributeHeader(String name, String localIdentifier, String uri, String identifier, AttributeInHeader formOf) Creates new header- Parameters:
name- namelocalIdentifier- local identifieruri- uriidentifier- identifierformOf- info about attribute which this header's display form is form of
-
AttributeHeader
public AttributeHeader(String name, String localIdentifier, String uri, String identifier, AttributeInHeader formOf, List<TotalHeaderItem> totalHeaderItems) Creates new header- Parameters:
name- namelocalIdentifier- local identifieruri- uriidentifier- identifierformOf- info about attribute which this header's display form is form oftotalHeaderItems- total header items
-
AttributeHeader
public AttributeHeader(String name, String localIdentifier, String uri, String identifier, String type, AttributeInHeader formOf, List<TotalHeaderItem> totalHeaderItems) Creates new header- Parameters:
name- namelocalIdentifier- local identifieruri- uriidentifier- identifiertype- typeformOf- info about attribute which this header's display form is form oftotalHeaderItems- total header items
-
-
Method Details
-
getName
Header name, an attribute's display form title, or specified alias.- Returns:
- header name
-
getLocalIdentifier
Local identifier referencing header'sAttributeItemwithinAfm- Specified by:
getLocalIdentifierin interfaceLocallyIdentifiable- Returns:
- attribute's local identifier
-
getUri
Uri of attribute's display form- Returns:
- uri
-
getIdentifier
Metadata identifier of attribute's display form- Returns:
- identifier
-
getType
Metadata type of attribute's display form- Returns:
- type
-
getFormOf
-
getTotalItems
Totals' headers belonging to the same level as this header.- Returns:
- lists of totals' header
-
toString
-