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, ID_PROPERTY, properties| Constructor and Description |
|---|
Feed(String tenantId,
String environmentId,
String id) |
Feed(String tenantId,
String environmentId,
String id,
Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(EntityVisitor<R,P> visitor,
P parameter)
Accepts the provided visitor.
|
AbstractElement.Updater<Feed.Update,Feed> |
update() |
appendToString, equals, getEnvironmentId, hashCodegetTenantIdgetId, getProperties, valueOrDefaultpublic AbstractElement.Updater<Feed.Update,Feed> update()
update in class AbstractElement<Feed.Blueprint,Feed.Update>public <R,P> R accept(EntityVisitor<R,P> visitor, P parameter)
Entityaccept in class Entity<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.