| Package | Description |
|---|---|
| org.wso2.carbon.apimgt.rest.integration.tests.publisher.api | |
| org.wso2.carbon.apimgt.rest.integration.tests.publisher.model |
| Modifier and Type | Method and Description |
|---|---|
EndPoint |
EndpointIndividualApi.endpointsEndpointIdGet(String endpointId,
String ifMatch,
String ifUnmodifiedSince)
Get specific endpoints
This operation can be used to retrieve endpoint specific details.
|
EndPoint |
EndpointIndividualApi.endpointsEndpointIdPut(String endpointId,
EndPoint body,
String ifMatch,
String ifUnmodifiedSince)
Update a Tier
This operation can be used to update an existing endpoint.
|
EndPoint |
EndpointCollectionApi.endpointsPost(EndPoint body,
String ifNoneMatch,
String ifModifiedSince)
Add a new endpoint
This operation can be used to add a new endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<EndPoint> |
EndpointIndividualApi.endpointsEndpointIdGetWithHttpInfo(String endpointId,
String ifMatch,
String ifUnmodifiedSince)
Get specific endpoints
This operation can be used to retrieve endpoint specific details.
|
ApiResponse<EndPoint> |
EndpointIndividualApi.endpointsEndpointIdPutWithHttpInfo(String endpointId,
EndPoint body,
String ifMatch,
String ifUnmodifiedSince)
Update a Tier
This operation can be used to update an existing endpoint.
|
ApiResponse<EndPoint> |
EndpointCollectionApi.endpointsPostWithHttpInfo(EndPoint body,
String ifNoneMatch,
String ifModifiedSince)
Add a new endpoint
This operation can be used to add a new endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
EndPoint |
EndpointIndividualApi.endpointsEndpointIdPut(String endpointId,
EndPoint body,
String ifMatch,
String ifUnmodifiedSince)
Update a Tier
This operation can be used to update an existing endpoint.
|
com.squareup.okhttp.Call |
EndpointIndividualApi.endpointsEndpointIdPutAsync(String endpointId,
EndPoint body,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<EndPoint> callback)
Update a Tier (asynchronously)
This operation can be used to update an existing endpoint.
|
com.squareup.okhttp.Call |
EndpointIndividualApi.endpointsEndpointIdPutCall(String endpointId,
EndPoint body,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for endpointsEndpointIdPut
|
ApiResponse<EndPoint> |
EndpointIndividualApi.endpointsEndpointIdPutWithHttpInfo(String endpointId,
EndPoint body,
String ifMatch,
String ifUnmodifiedSince)
Update a Tier
This operation can be used to update an existing endpoint.
|
EndPoint |
EndpointCollectionApi.endpointsPost(EndPoint body,
String ifNoneMatch,
String ifModifiedSince)
Add a new endpoint
This operation can be used to add a new endpoint.
|
com.squareup.okhttp.Call |
EndpointCollectionApi.endpointsPostAsync(EndPoint body,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<EndPoint> callback)
Add a new endpoint (asynchronously)
This operation can be used to add a new endpoint.
|
com.squareup.okhttp.Call |
EndpointCollectionApi.endpointsPostCall(EndPoint body,
String ifNoneMatch,
String ifModifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for endpointsPost
|
ApiResponse<EndPoint> |
EndpointCollectionApi.endpointsPostWithHttpInfo(EndPoint body,
String ifNoneMatch,
String ifModifiedSince)
Add a new endpoint
This operation can be used to add a new endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
EndpointIndividualApi.endpointsEndpointIdGetAsync(String endpointId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<EndPoint> callback)
Get specific endpoints (asynchronously)
This operation can be used to retrieve endpoint specific details.
|
com.squareup.okhttp.Call |
EndpointIndividualApi.endpointsEndpointIdPutAsync(String endpointId,
EndPoint body,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<EndPoint> callback)
Update a Tier (asynchronously)
This operation can be used to update an existing endpoint.
|
com.squareup.okhttp.Call |
EndpointCollectionApi.endpointsPostAsync(EndPoint body,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<EndPoint> callback)
Add a new endpoint (asynchronously)
This operation can be used to add a new endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
EndPoint |
EndPoint.endpointConfig(String endpointConfig) |
EndPoint |
EndPoint.endpointSecurity(EndPointEndpointSecurity endpointSecurity) |
EndPoint |
APIEndpoint.getInline()
Get inline
|
EndPoint |
EndPoint.id(String id) |
EndPoint |
EndPoint.maxTps(Long maxTps) |
EndPoint |
EndPoint.name(String name) |
EndPoint |
EndPoint.type(String type) |
| Modifier and Type | Method and Description |
|---|---|
List<EndPoint> |
EndPointList.getList()
Get list
|
| Modifier and Type | Method and Description |
|---|---|
EndPointList |
EndPointList.addListItem(EndPoint listItem) |
APIEndpoint |
APIEndpoint.inline(EndPoint inline) |
void |
APIEndpoint.setInline(EndPoint inline) |
| Modifier and Type | Method and Description |
|---|---|
EndPointList |
EndPointList.list(List<EndPoint> list) |
void |
EndPointList.setList(List<EndPoint> list) |
Copyright © 2018 WSO2. All rights reserved.