| Modifier and Type | Method and Description |
|---|---|
static Protocol |
Protocol.getFromString(String scheme) |
static Protocol |
Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol[] |
Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ConnectorModel(String connectorName,
String description,
String mvnGroupId,
String mvnArtifactId,
String mvnVersion,
String basePackage,
ConnectorCategory category,
BaseUri baseUri,
List<Protocol> protocols,
List<ConnectorOperation> operations,
Map<String,Pagination> paginations,
String extensionXml,
Boolean skipOutputTypeValidation,
QueryParamArrayFormat queryParamArrayFormat,
List<Trigger> triggers,
List<ValueResolver> valueResolvers) |
| Constructor and Description |
|---|
BaseUri(String uri,
BaseUri.Type type,
String apiVersion,
List<Protocol> supportedProtocols) |
BaseUri(String uri,
String apiVersion,
List<Protocol> supportedProtocols) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Protocol> |
APIModel.protocols |
| Modifier and Type | Method and Description |
|---|---|
List<Protocol> |
APIModel.getProtocols() |
Copyright © 2020. All rights reserved.