public class NamedTagEventListFluentImpl<A extends NamedTagEventListFluent<A>> extends BaseFluent<A> implements NamedTagEventListFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
NamedTagEventListFluentImpl.ConditionsNestedImpl<N> |
class |
NamedTagEventListFluentImpl.ItemsNestedImpl<N> |
NamedTagEventListFluent.ConditionsNested<N>, NamedTagEventListFluent.ItemsNested<N>_visitables| Constructor and Description |
|---|
NamedTagEventListFluentImpl() |
NamedTagEventListFluentImpl(NamedTagEventList instance) |
| Modifier and Type | Method and Description |
|---|---|
NamedTagEventListFluent.ConditionsNested<A> |
addNewCondition() |
NamedTagEventListFluent.ConditionsNested<A> |
addNewConditionLike(TagEventCondition item) |
NamedTagEventListFluent.ItemsNested<A> |
addNewItem() |
A |
addNewItem(String created,
String dockerImageReference,
Long generation,
String image) |
NamedTagEventListFluent.ItemsNested<A> |
addNewItemLike(TagEvent item) |
A |
addToConditions(TagEventCondition... items) |
A |
addToItems(TagEvent... items) |
boolean |
equals(Object o) |
List<TagEventCondition> |
getConditions() |
List<TagEvent> |
getItems() |
String |
getTag() |
A |
removeFromConditions(TagEventCondition... items) |
A |
removeFromItems(TagEvent... items) |
A |
withConditions(List<TagEventCondition> conditions) |
A |
withConditions(TagEventCondition... conditions) |
A |
withItems(List<TagEvent> items) |
A |
withItems(TagEvent... items) |
A |
withTag(String tag) |
public NamedTagEventListFluentImpl()
public NamedTagEventListFluentImpl(NamedTagEventList instance)
public A addToConditions(TagEventCondition... items)
addToConditions in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public A removeFromConditions(TagEventCondition... items)
removeFromConditions in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public List<TagEventCondition> getConditions()
getConditions in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public A withConditions(List<TagEventCondition> conditions)
withConditions in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public A withConditions(TagEventCondition... conditions)
withConditions in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public NamedTagEventListFluent.ConditionsNested<A> addNewCondition()
addNewCondition in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public NamedTagEventListFluent.ConditionsNested<A> addNewConditionLike(TagEventCondition item)
addNewConditionLike in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public A addToItems(TagEvent... items)
addToItems in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public A removeFromItems(TagEvent... items)
removeFromItems in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public List<TagEvent> getItems()
getItems in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public A withItems(List<TagEvent> items)
withItems in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public A withItems(TagEvent... items)
withItems in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public NamedTagEventListFluent.ItemsNested<A> addNewItem()
addNewItem in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public NamedTagEventListFluent.ItemsNested<A> addNewItemLike(TagEvent item)
addNewItemLike in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public A addNewItem(String created, String dockerImageReference, Long generation, String image)
addNewItem in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public String getTag()
getTag in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public A withTag(String tag)
withTag in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.