| Package | Description |
|---|---|
| org.ff4j.web.api.resources |
REST Resources of the API
|
| org.ff4j.web.api.resources.domain |
POJO used in REST interfaces (ApiBeans)
|
| Modifier and Type | Method and Description |
|---|---|
List<PropertyApiBean> |
PropertyStoreResource.readProperties() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
PropertyResource.upsertProperty(javax.ws.rs.core.HttpHeaders headers,
String name,
PropertyApiBean pApiBean)
Create the feature if not exist or update it
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,PropertyApiBean> |
FeatureApiBean.getCustomProperties()
Getter accessor for attribute 'customProperties'.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureApiBean.setCustomProperties(Map<String,PropertyApiBean> customProperties)
Setter accessor for attribute 'customProperties'.
|
Copyright © 2013–2022 FF4J. All rights reserved.