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) |
public NamedTagEventListFluentImpl()
public NamedTagEventListFluentImpl(NamedTagEventList instance)
public A addToConditions(int index, TagEventCondition item)
addToConditions in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public A setToConditions(int index, TagEventCondition item)
setToConditions in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public A addToConditions(TagEventCondition... items)
addToConditions in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public A addAllToConditions(Collection<TagEventCondition> items)
addAllToConditions in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public A removeFromConditions(TagEventCondition... items)
removeFromConditions in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public A removeAllFromConditions(Collection<TagEventCondition> items)
removeAllFromConditions in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>@Deprecated public List<TagEventCondition> getConditions()
getConditions in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public List<TagEventCondition> buildConditions()
buildConditions in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public TagEventCondition buildCondition(int index)
buildCondition in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public TagEventCondition buildFirstCondition()
buildFirstCondition in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public TagEventCondition buildLastCondition()
buildLastCondition in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public TagEventCondition buildMatchingCondition(Predicate<TagEventConditionBuilder> predicate)
buildMatchingCondition 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 Boolean hasConditions()
hasConditions 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 NamedTagEventListFluent.ConditionsNested<A> setNewConditionLike(int index, TagEventCondition item)
setNewConditionLike in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public NamedTagEventListFluent.ConditionsNested<A> editCondition(int index)
editCondition in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public NamedTagEventListFluent.ConditionsNested<A> editFirstCondition()
editFirstCondition in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public NamedTagEventListFluent.ConditionsNested<A> editLastCondition()
editLastCondition in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public NamedTagEventListFluent.ConditionsNested<A> editMatchingCondition(Predicate<TagEventConditionBuilder> predicate)
editMatchingCondition in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public A addToItems(int index, TagEvent item)
addToItems in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public A setToItems(int index, TagEvent item)
setToItems in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public A addToItems(TagEvent... items)
addToItems in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public A addAllToItems(Collection<TagEvent> items)
addAllToItems in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public A removeFromItems(TagEvent... items)
removeFromItems in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public A removeAllFromItems(Collection<TagEvent> items)
removeAllFromItems in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>@Deprecated public List<TagEvent> getItems()
getItems in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public List<TagEvent> buildItems()
buildItems in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public TagEvent buildItem(int index)
buildItem in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public TagEvent buildFirstItem()
buildFirstItem in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public TagEvent buildLastItem()
buildLastItem in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public TagEvent buildMatchingItem(Predicate<TagEventBuilder> predicate)
buildMatchingItem 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 Boolean hasItems()
hasItems 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 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 NamedTagEventListFluent.ItemsNested<A> setNewItemLike(int index, TagEvent item)
setNewItemLike in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public NamedTagEventListFluent.ItemsNested<A> editItem(int index)
editItem in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public NamedTagEventListFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public NamedTagEventListFluent.ItemsNested<A> editLastItem()
editLastItem in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public NamedTagEventListFluent.ItemsNested<A> editMatchingItem(Predicate<TagEventBuilder> predicate)
editMatchingItem 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>>public Boolean hasTag()
hasTag in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>Copyright © 2015–2019 Red Hat. All rights reserved.