public final class Feed extends EnvironmentBasedEntity<Feed.Blueprint,Feed.Update>
Note that the feed does not have a dedicated blueprint type (i.e. data required to create a new feed
in some context), because the only data needed to create a new feed is its ID, which can easily be modelled
by a String.
| Modifier and Type | Class and Description |
|---|---|
static class |
Feed.Blueprint |
static class |
Feed.Update |
AbstractElement.Updater<U extends AbstractElement.Update,E extends AbstractElement<?,U>>ID_PROPERTY, properties| Constructor and Description |
|---|
Feed(CanonicalPath path) |
Feed(CanonicalPath path,
Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(ElementVisitor<R,P> visitor,
P parameter)
Accepts the provided visitor.
|
AbstractElement.Updater<Feed.Update,Feed> |
update() |
getEnvironmentIdgetTenantIdappendToString, toStringequals, getId, getPath, getProperties, hashCode, valueOrDefaultpublic Feed(CanonicalPath path)
public Feed(CanonicalPath path, Map<String,Object> properties)
public AbstractElement.Updater<Feed.Update,Feed> update()
update in class AbstractElement<Feed.Blueprint,Feed.Update>public <R,P> R accept(ElementVisitor<R,P> visitor, P parameter)
AbstractElementaccept in class AbstractElement<Feed.Blueprint,Feed.Update>R - the return typeP - the type of the parametervisitor - the visitor to visit this entityparameter - the parameter to pass on to the visitorCopyright © 2015 Red Hat, Inc.. All rights reserved.