public interface GatewayDescriptor
| Modifier and Type | Method and Description |
|---|---|
GatewayParamDescriptor |
addParam() |
void |
addParam(GatewayParamDescriptor param) |
void |
addParams(List<GatewayParamDescriptor> params) |
ResourceDescriptor |
addResource() |
void |
addResource(ResourceDescriptor resource) |
GatewayParamDescriptor |
createParam() |
ResourceDescriptor |
createResource() |
List<GatewayParamDescriptor> |
params() |
List<ResourceDescriptor> |
resources() |
List<GatewayParamDescriptor> params()
GatewayParamDescriptor addParam()
GatewayParamDescriptor createParam()
void addParam(GatewayParamDescriptor param)
void addParams(List<GatewayParamDescriptor> params)
List<ResourceDescriptor> resources()
ResourceDescriptor addResource()
ResourceDescriptor createResource()
void addResource(ResourceDescriptor resource)
Copyright © 2022 The Apache Software Foundation. All rights reserved.