| Package | Description |
|---|---|
| com.mulesoft.connectivity.rest.sdk.internal.connectormodel | |
| com.mulesoft.connectivity.rest.sdk.internal.connectormodel.builder |
| 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,
List<Pagination> paginations,
String extensionXml,
List<Trigger> triggers,
List<ConnectorInterceptor> interceptors,
ConnectorConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
ConnectorModelBuilder |
ConnectorModelBuilder.category(ConnectorCategory connectorCategory) |
Copyright © 2022. All rights reserved.