All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToProperties(Map<String,PropertySpec> map) |
A |
addToProperties(String key,
PropertySpec value) |
ParamValue |
buildDefault() |
protected void |
copyInstance(ParamSpec instance) |
ParamSpecFluent.DefaultNested<A> |
editDefault() |
ParamSpecFluent.DefaultNested<A> |
editOrNewDefault() |
ParamSpecFluent.DefaultNested<A> |
editOrNewDefaultLike(ParamValue item) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getDescription() |
String |
getName() |
Map<String,PropertySpec> |
getProperties() |
String |
getType() |
boolean |
hasAdditionalProperties() |
boolean |
hasDefault() |
boolean |
hasDescription() |
int |
hashCode() |
boolean |
hasName() |
boolean |
hasProperties() |
boolean |
hasType() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromProperties(Map<String,PropertySpec> map) |
A |
removeFromProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withDefault(ParamValue _default) |
A |
withDescription(String description) |
A |
withName(String name) |
ParamSpecFluent.DefaultNested<A> |
withNewDefault() |
A |
withNewDefault(String stringVal) |
ParamSpecFluent.DefaultNested<A> |
withNewDefaultLike(ParamValue item) |
<K,V> A |
withProperties(Map<String,PropertySpec> properties) |
A |
withType(String type) |