public class NamedTagEventListFluentImpl<T extends NamedTagEventListFluent<T>> extends BaseFluent<T> implements NamedTagEventListFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
NamedTagEventListFluentImpl.ItemsNestedImpl<N> |
NamedTagEventListFluent.ItemsNested<N>_visitables| Constructor and Description |
|---|
NamedTagEventListFluentImpl() |
NamedTagEventListFluentImpl(NamedTagEventList instance) |
| Modifier and Type | Method and Description |
|---|---|
NamedTagEventListFluent.ItemsNested<T> |
addNewItem() |
T |
addNewItem(String created,
String dockerImageReference,
String image) |
NamedTagEventListFluent.ItemsNested<T> |
addNewItemLike(TagEvent item) |
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
T |
addToItems(TagEvent... items) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
List<TagEvent> |
getItems() |
String |
getTag() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
removeFromItems(TagEvent... items) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withItems(List<TagEvent> items) |
T |
withItems(TagEvent... items) |
T |
withTag(String tag) |
public NamedTagEventListFluentImpl()
public NamedTagEventListFluentImpl(NamedTagEventList instance)
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, 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–2015 Red Hat. All rights reserved.