public interface NamedContextFluent<T extends NamedContextFluent<T>> extends Fluent<T>
Modifier and Type | Interface and Description |
---|---|
static interface |
NamedContextFluent.ContextNested<N> |
Modifier and Type | Method and Description |
---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
NamedContextFluent.ContextNested<T> |
editContext() |
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) |
Context getContext()
NamedContextFluent.ContextNested<T> withNewContext()
NamedContextFluent.ContextNested<T> withNewContextLike(Context item)
NamedContextFluent.ContextNested<T> editContext()
String getName()
Copyright © 2011–2015 Red Hat. All rights reserved.