public class NamedTagReferenceFluentImpl<T extends NamedTagReferenceFluent<T>> extends BaseFluent<T> implements NamedTagReferenceFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
NamedTagReferenceFluentImpl.FromNestedImpl<N> |
NamedTagReferenceFluent.FromNested<N>_visitables| Constructor and Description |
|---|
NamedTagReferenceFluentImpl() |
NamedTagReferenceFluentImpl(NamedTagReference instance) |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
T |
addToAnnotations(Map<String,String> map) |
T |
addToAnnotations(String key,
String value) |
NamedTagReferenceFluent.FromNested<T> |
editFrom() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Map<String,String> |
getAnnotations() |
ObjectReference |
getFrom() |
String |
getName() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
removeFromAnnotations(Map<String,String> map) |
T |
removeFromAnnotations(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withAnnotations(Map<String,String> annotations) |
T |
withFrom(ObjectReference from) |
T |
withName(String name) |
NamedTagReferenceFluent.FromNested<T> |
withNewFrom() |
NamedTagReferenceFluent.FromNested<T> |
withNewFromLike(ObjectReference item) |
public NamedTagReferenceFluentImpl()
public NamedTagReferenceFluentImpl(NamedTagReference instance)
public T addToAnnotations(String key, String value)
addToAnnotations in interface NamedTagReferenceFluent<T extends NamedTagReferenceFluent<T>>public T addToAnnotations(Map<String,String> map)
addToAnnotations in interface NamedTagReferenceFluent<T extends NamedTagReferenceFluent<T>>public T removeFromAnnotations(String key)
removeFromAnnotations in interface NamedTagReferenceFluent<T extends NamedTagReferenceFluent<T>>public T removeFromAnnotations(Map<String,String> map)
removeFromAnnotations in interface NamedTagReferenceFluent<T extends NamedTagReferenceFluent<T>>public Map<String,String> getAnnotations()
getAnnotations in interface NamedTagReferenceFluent<T extends NamedTagReferenceFluent<T>>public T withAnnotations(Map<String,String> annotations)
withAnnotations in interface NamedTagReferenceFluent<T extends NamedTagReferenceFluent<T>>public ObjectReference getFrom()
getFrom in interface NamedTagReferenceFluent<T extends NamedTagReferenceFluent<T>>public T withFrom(ObjectReference from)
withFrom in interface NamedTagReferenceFluent<T extends NamedTagReferenceFluent<T>>public NamedTagReferenceFluent.FromNested<T> withNewFrom()
withNewFrom in interface NamedTagReferenceFluent<T extends NamedTagReferenceFluent<T>>public NamedTagReferenceFluent.FromNested<T> withNewFromLike(ObjectReference item)
withNewFromLike in interface NamedTagReferenceFluent<T extends NamedTagReferenceFluent<T>>public NamedTagReferenceFluent.FromNested<T> editFrom()
editFrom in interface NamedTagReferenceFluent<T extends NamedTagReferenceFluent<T>>public String getName()
getName in interface NamedTagReferenceFluent<T extends NamedTagReferenceFluent<T>>public T withName(String name)
withName in interface NamedTagReferenceFluent<T extends NamedTagReferenceFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface NamedTagReferenceFluent<T extends NamedTagReferenceFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface NamedTagReferenceFluent<T extends NamedTagReferenceFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface NamedTagReferenceFluent<T extends NamedTagReferenceFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface NamedTagReferenceFluent<T extends NamedTagReferenceFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface NamedTagReferenceFluent<T extends NamedTagReferenceFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface NamedTagReferenceFluent<T extends NamedTagReferenceFluent<T>>Copyright © 2011–2015 Red Hat. All rights reserved.