@ExperimentalApi public class RestObject extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RestObject.Properties
Common property keys that may be present on a RestObject
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
jsonProperties |
| Constructor and Description |
|---|
RestObject() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableMap<String,Object> |
getProperties() |
Object |
getProperty(String key) |
boolean |
hasProperty(String key) |
void |
putProperties(Map<String,Object> properties) |
com.atlassian.fugue.Pair |
putProperty(com.atlassian.fugue.Pair<String,Object> keyValuePair) |
Object |
putProperty(String key,
Object value) |
Object |
removeProperty(String key) |
Copyright © 2003–2019 Atlassian. All rights reserved.