| Package | Description |
|---|---|
| com.atlassian.confluence.json.json |
| Modifier and Type | Method and Description |
|---|---|
JsonObject |
JsonObject.setProperty(String key,
@Nullable Boolean value)
Sets the given boolean property.
|
JsonObject |
JsonObject.setProperty(String key,
@Nullable Date date) |
JsonObject |
JsonObject.setProperty(String key,
Json json) |
JsonObject |
JsonObject.setProperty(String key,
@Nullable Number number) |
JsonObject |
JsonObject.setProperty(String key,
@Nullable String value) |
Copyright © 2003–2019 Atlassian. All rights reserved.