| Package | Description |
|---|---|
| org.igniterealtime.restclient | |
| org.igniterealtime.restclient.entity |
| Modifier and Type | Method and Description |
|---|---|
SystemProperty |
RestApiClient.getSystemProperty(String propertyName)
Gets the system property.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
RestApiClient.createSystemProperty(SystemProperty property)
Creates the system property.
|
javax.ws.rs.core.Response |
RestApiClient.updateSystemProperty(SystemProperty property)
Update system property.
|
| Modifier and Type | Method and Description |
|---|---|
List<SystemProperty> |
SystemProperties.getProperties()
Gets the properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SystemProperties.setProperties(List<SystemProperty> properties)
Sets the properties.
|
Copyright © 2019. All rights reserved.