public static final class RelativePath.TenantBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.hawkular.inventory.paths.Path.Constructor<Impl> |
constructor |
protected List<Path.Segment> |
segments |
| Modifier and Type | Method and Description |
|---|---|
EB |
environment(String id) |
protected RelativePath.EnvironmentBuilder |
environmentBuilder(List<Path.Segment> list) |
FB |
feed(String id) |
protected RelativePath.FeedBuilder |
feedBuilder(List<Path.Segment> segments) |
Impl |
get() |
MPB |
metadataPack(String id) |
protected RelativePath.MetadataPackBuilder |
metadataPackBuilder(List<Path.Segment> segments) |
MTB |
metricType(String id) |
protected RelativePath.MetricTypeBuilder |
metricTypeBuilder(List<Path.Segment> list) |
RTB |
resourceType(String id) |
protected RelativePath.ResourceTypeBuilder |
resourceTypeBuilder(List<Path.Segment> list) |
RelativePath.UpBuilder |
up() |
protected final List<Path.Segment> segments
protected final org.hawkular.inventory.paths.Path.Constructor<Impl extends Path> constructor
protected RelativePath.EnvironmentBuilder environmentBuilder(List<Path.Segment> list)
protected RelativePath.FeedBuilder feedBuilder(List<Path.Segment> segments)
protected RelativePath.ResourceTypeBuilder resourceTypeBuilder(List<Path.Segment> list)
protected RelativePath.MetricTypeBuilder metricTypeBuilder(List<Path.Segment> list)
protected RelativePath.MetadataPackBuilder metadataPackBuilder(List<Path.Segment> segments)
public RelativePath.UpBuilder up()
public FB feed(String id)
public EB environment(String id)
public RTB resourceType(String id)
public MTB metricType(String id)
public MPB metadataPack(String id)
public Impl get()
Copyright © 2014–2016 Red Hat, Inc.. All rights reserved.