public class NamedContextFluentImpl<A extends NamedContextFluent<A>> extends BaseFluent<A> implements NamedContextFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
NamedContextFluentImpl.ContextNestedImpl<N> |
NamedContextFluent.ContextNested<N>_visitables, VISIT| Constructor and Description |
|---|
NamedContextFluentImpl() |
NamedContextFluentImpl(NamedContext instance) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic NamedContextFluentImpl()
public NamedContextFluentImpl(NamedContext instance)
@Deprecated public Context getContext()
getContext in interface NamedContextFluent<A extends NamedContextFluent<A>>public Context buildContext()
buildContext in interface NamedContextFluent<A extends NamedContextFluent<A>>public A withContext(Context context)
withContext in interface NamedContextFluent<A extends NamedContextFluent<A>>public Boolean hasContext()
hasContext in interface NamedContextFluent<A extends NamedContextFluent<A>>public NamedContextFluent.ContextNested<A> withNewContext()
withNewContext in interface NamedContextFluent<A extends NamedContextFluent<A>>public NamedContextFluent.ContextNested<A> withNewContextLike(Context item)
withNewContextLike in interface NamedContextFluent<A extends NamedContextFluent<A>>public NamedContextFluent.ContextNested<A> editContext()
editContext in interface NamedContextFluent<A extends NamedContextFluent<A>>public NamedContextFluent.ContextNested<A> editOrNewContext()
editOrNewContext in interface NamedContextFluent<A extends NamedContextFluent<A>>public NamedContextFluent.ContextNested<A> editOrNewContextLike(Context item)
editOrNewContextLike in interface NamedContextFluent<A extends NamedContextFluent<A>>public String getName()
getName in interface NamedContextFluent<A extends NamedContextFluent<A>>public A withName(String name)
withName in interface NamedContextFluent<A extends NamedContextFluent<A>>public Boolean hasName()
hasName in interface NamedContextFluent<A extends NamedContextFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface NamedContextFluent<A extends NamedContextFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface NamedContextFluent<A extends NamedContextFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface NamedContextFluent<A extends NamedContextFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface NamedContextFluent<A extends NamedContextFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface NamedContextFluent<A extends NamedContextFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface NamedContextFluent<A extends NamedContextFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface NamedContextFluent<A extends NamedContextFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface NamedContextFluent<A extends NamedContextFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.