public interface NamedContextFluent<A extends NamedContextFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
NamedContextFluent.ContextNested<N> |
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) |
Map<String,Object> |
getAdditionalProperties() |
Context |
getContext()
Deprecated.
|
String |
getName() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasContext() |
Boolean |
hasName() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<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) |
A |
withNewName(String arg0)
Deprecated.
|
@Deprecated Context getContext()
Context buildContext()
Boolean hasContext()
NamedContextFluent.ContextNested<A> withNewContext()
NamedContextFluent.ContextNested<A> withNewContextLike(Context item)
NamedContextFluent.ContextNested<A> editContext()
NamedContextFluent.ContextNested<A> editOrNewContext()
NamedContextFluent.ContextNested<A> editOrNewContextLike(Context item)
String getName()
Boolean hasName()
@Deprecated A withNewName(String arg0)
Boolean hasAdditionalProperties()
Copyright © 2015–2020 Red Hat. All rights reserved.