| Package | Description |
|---|---|
| com.ctrip.framework.apollo.openapi.client | |
| com.ctrip.framework.apollo.openapi.client.service | |
| com.ctrip.framework.apollo.openapi.dto |
| Modifier and Type | Method and Description |
|---|---|
OpenItemDTO |
ApolloOpenApiClient.createItem(String appId,
String env,
String clusterName,
String namespaceName,
OpenItemDTO itemDTO)
Add config
|
OpenItemDTO |
ApolloOpenApiClient.getItem(String appId,
String env,
String clusterName,
String namespaceName,
String key)
Get config
|
| Modifier and Type | Method and Description |
|---|---|
OpenItemDTO |
ApolloOpenApiClient.createItem(String appId,
String env,
String clusterName,
String namespaceName,
OpenItemDTO itemDTO)
Add config
|
void |
ApolloOpenApiClient.createOrUpdateItem(String appId,
String env,
String clusterName,
String namespaceName,
OpenItemDTO itemDTO)
Create config if not exists or update config if already exists
|
void |
ApolloOpenApiClient.updateItem(String appId,
String env,
String clusterName,
String namespaceName,
OpenItemDTO itemDTO)
Update config
|
| Modifier and Type | Method and Description |
|---|---|
OpenItemDTO |
ItemOpenApiService.createItem(String appId,
String env,
String clusterName,
String namespaceName,
OpenItemDTO itemDTO) |
OpenItemDTO |
ItemOpenApiService.getItem(String appId,
String env,
String clusterName,
String namespaceName,
String key) |
| Modifier and Type | Method and Description |
|---|---|
OpenItemDTO |
ItemOpenApiService.createItem(String appId,
String env,
String clusterName,
String namespaceName,
OpenItemDTO itemDTO) |
void |
ItemOpenApiService.createOrUpdateItem(String appId,
String env,
String clusterName,
String namespaceName,
OpenItemDTO itemDTO) |
void |
ItemOpenApiService.updateItem(String appId,
String env,
String clusterName,
String namespaceName,
OpenItemDTO itemDTO) |
| Modifier and Type | Method and Description |
|---|---|
List<OpenItemDTO> |
OpenNamespaceDTO.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
OpenNamespaceDTO.setItems(List<OpenItemDTO> items) |
Copyright © 2018 Ctrip, Inc.. All rights reserved.