ProductAnalyticsSankeyResponseAttributes |
ProductAnalyticsSankeyResponseAttributes.addLinksItem(ProductAnalyticsSankeyLink linksItem) |
ProductAnalyticsSankeyResponseAttributes |
ProductAnalyticsSankeyResponseAttributes.addNodesItem(ProductAnalyticsSankeyNode nodesItem) |
ProductAnalyticsSankeyResponseAttributes |
ProductAnalyticsSankeyResponseData.getAttributes()
Attributes of a Sankey response, containing the nodes and the links between them.
|
ProductAnalyticsSankeyResponseAttributes |
ProductAnalyticsSankeyResponseAttributes.links(List<ProductAnalyticsSankeyLink> links) |
ProductAnalyticsSankeyResponseAttributes |
ProductAnalyticsSankeyResponseAttributes.nodes(List<ProductAnalyticsSankeyNode> nodes) |
ProductAnalyticsSankeyResponseAttributes |
ProductAnalyticsSankeyResponseAttributes.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|