public class NamedContextFluentImpl<T extends NamedContextFluent<T>> extends BaseFluent<T> implements NamedContextFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
NamedContextFluentImpl.ContextNestedImpl<N> |
NamedContextFluent.ContextNested<N>_visitables| Constructor and Description |
|---|
NamedContextFluentImpl() |
NamedContextFluentImpl(NamedContext instance) |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
NamedContextFluent.ContextNested<T> |
editContext() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Context |
getContext() |
String |
getName() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withContext(Context context) |
T |
withName(String name) |
NamedContextFluent.ContextNested<T> |
withNewContext() |
NamedContextFluent.ContextNested<T> |
withNewContextLike(Context item) |
public NamedContextFluentImpl()
public NamedContextFluentImpl(NamedContext instance)
public Context getContext()
getContext in interface NamedContextFluent<T extends NamedContextFluent<T>>public T withContext(Context context)
withContext in interface NamedContextFluent<T extends NamedContextFluent<T>>public NamedContextFluent.ContextNested<T> withNewContext()
withNewContext in interface NamedContextFluent<T extends NamedContextFluent<T>>public NamedContextFluent.ContextNested<T> withNewContextLike(Context item)
withNewContextLike in interface NamedContextFluent<T extends NamedContextFluent<T>>public NamedContextFluent.ContextNested<T> editContext()
editContext in interface NamedContextFluent<T extends NamedContextFluent<T>>public String getName()
getName in interface NamedContextFluent<T extends NamedContextFluent<T>>public T withName(String name)
withName in interface NamedContextFluent<T extends NamedContextFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface NamedContextFluent<T extends NamedContextFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface NamedContextFluent<T extends NamedContextFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface NamedContextFluent<T extends NamedContextFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface NamedContextFluent<T extends NamedContextFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface NamedContextFluent<T extends NamedContextFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface NamedContextFluent<T extends NamedContextFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.