public class NamedContextFluent<A extends NamedContextFluent<A>> extends BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
NamedContextFluent.ContextNested<N> |
_visitables, VISIT| Constructor and Description |
|---|
NamedContextFluent() |
NamedContextFluent(NamedContext instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
Context |
buildContext() |
NamedContextFluent.ContextNested<A> |
editContext() |
NamedContextFluent.ContextNested<A> |
editOrNewContext() |
NamedContextFluent.ContextNested<A> |
editOrNewContextLike(Context item) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getName() |
boolean |
hasAdditionalProperties() |
boolean |
hasContext() |
int |
hashCode() |
boolean |
hasName() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withContext(Context context) |
A |
withName(String name) |
NamedContextFluent.ContextNested<A> |
withNewContext() |
NamedContextFluent.ContextNested<A> |
withNewContextLike(Context item) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic NamedContextFluent()
public NamedContextFluent(NamedContext instance)
public Context buildContext()
public boolean hasContext()
public NamedContextFluent.ContextNested<A> withNewContext()
public NamedContextFluent.ContextNested<A> withNewContextLike(Context item)
public NamedContextFluent.ContextNested<A> editContext()
public NamedContextFluent.ContextNested<A> editOrNewContext()
public NamedContextFluent.ContextNested<A> editOrNewContextLike(Context item)
public String getName()
public boolean hasName()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class BaseFluent<A extends NamedContextFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends NamedContextFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.