public class NamedTagEventListFluentImpl<T extends NamedTagEventListFluent<T>> extends BaseFluent<T> implements NamedTagEventListFluent<T>
| 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 T addToConditions(TagEventCondition... items)
addToConditions in interface NamedTagEventListFluent<T extends NamedTagEventListFluent<T>>public T removeFromConditions(TagEventCondition... items)
removeFromConditions in interface NamedTagEventListFluent<T extends NamedTagEventListFluent<T>>public List<TagEventCondition> getConditions()
getConditions in interface NamedTagEventListFluent<T extends NamedTagEventListFluent<T>>public T withConditions(List<TagEventCondition> conditions)
withConditions in interface NamedTagEventListFluent<T extends NamedTagEventListFluent<T>>public T withConditions(TagEventCondition... conditions)
withConditions in interface NamedTagEventListFluent<T extends NamedTagEventListFluent<T>>public NamedTagEventListFluent.ConditionsNested<T> addNewCondition()
addNewCondition in interface NamedTagEventListFluent<T extends NamedTagEventListFluent<T>>public NamedTagEventListFluent.ConditionsNested<T> addNewConditionLike(TagEventCondition item)
addNewConditionLike in interface NamedTagEventListFluent<T extends NamedTagEventListFluent<T>>public T addToItems(TagEvent... items)
addToItems in interface NamedTagEventListFluent<T extends NamedTagEventListFluent<T>>public T removeFromItems(TagEvent... items)
removeFromItems in interface NamedTagEventListFluent<T extends NamedTagEventListFluent<T>>public List<TagEvent> getItems()
getItems in interface NamedTagEventListFluent<T extends NamedTagEventListFluent<T>>public T withItems(List<TagEvent> items)
withItems in interface NamedTagEventListFluent<T extends NamedTagEventListFluent<T>>public T withItems(TagEvent... items)
withItems in interface NamedTagEventListFluent<T extends NamedTagEventListFluent<T>>public NamedTagEventListFluent.ItemsNested<T> addNewItem()
addNewItem in interface NamedTagEventListFluent<T extends NamedTagEventListFluent<T>>public NamedTagEventListFluent.ItemsNested<T> addNewItemLike(TagEvent item)
addNewItemLike in interface NamedTagEventListFluent<T extends NamedTagEventListFluent<T>>public T addNewItem(String created, String dockerImageReference, Long generation, String image)
addNewItem in interface NamedTagEventListFluent<T extends NamedTagEventListFluent<T>>public String getTag()
getTag in interface NamedTagEventListFluent<T extends NamedTagEventListFluent<T>>public T withTag(String tag)
withTag in interface NamedTagEventListFluent<T extends NamedTagEventListFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface NamedTagEventListFluent<T extends NamedTagEventListFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface NamedTagEventListFluent<T extends NamedTagEventListFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface NamedTagEventListFluent<T extends NamedTagEventListFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface NamedTagEventListFluent<T extends NamedTagEventListFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface NamedTagEventListFluent<T extends NamedTagEventListFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface NamedTagEventListFluent<T extends NamedTagEventListFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.