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(java.util.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(java.util.Collection<TagEventCondition> items)
removeAllFromConditions in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>@Deprecated public java.util.List<TagEventCondition> getConditions()
getConditions in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public java.util.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 java.lang.Boolean hasMatchingCondition(Predicate<TagEventConditionBuilder> predicate)
hasMatchingCondition in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public A withConditions(java.util.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 java.lang.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(java.util.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(java.util.Collection<TagEvent> items)
removeAllFromItems in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>@Deprecated public java.util.List<TagEvent> getItems()
getItems in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public java.util.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 java.lang.Boolean hasMatchingItem(Predicate<TagEventBuilder> predicate)
hasMatchingItem in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public A withItems(java.util.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 java.lang.Boolean hasItems()
hasItems in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public A addNewItem(java.lang.String created, java.lang.String dockerImageReference, java.lang.Long generation, java.lang.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 java.lang.String getTag()
getTag in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public A withTag(java.lang.String tag)
withTag in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public java.lang.Boolean hasTag()
hasTag in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public A withNewTag(java.lang.String arg1)
withNewTag in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public A withNewTag(java.lang.StringBuilder arg1)
withNewTag in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public A withNewTag(java.lang.StringBuffer arg1)
withNewTag in interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2015-2019 Red Hat. All Rights Reserved.