| Package | Description |
|---|---|
| com.mulesoft.connectivity.rest.sdk.internal.connectormodel |
| Modifier and Type | Method and Description |
|---|---|
static ConnectorCategory |
ConnectorCategory.fromString(String string) |
ConnectorCategory |
ConnectorModel.getCategory() |
static ConnectorCategory |
ConnectorCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectorCategory[] |
ConnectorCategory.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) |
Copyright © 2020. All rights reserved.