| Modifier and Type | Field and Description |
|---|---|
protected List<SdkParameter> |
AbstractSdkOperation.allHeaders |
protected List<SdkParameter> |
AbstractSdkOperation.allPathParameters |
protected List<SdkParameter> |
AbstractSdkOperation.allQueryParameters |
| Modifier and Type | Method and Description |
|---|---|
protected SdkParameter |
AbstractSdkPaginationOperation.getPagingParameter() |
| Modifier and Type | Method and Description |
|---|---|
List<SdkParameter> |
AbstractSdkOperation.getAllParameters()
Returns all the parameters of this operation (URI + QUERY + HEADER)
|
| Modifier and Type | Class and Description |
|---|---|
class |
SdkPaginationParameter |
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<SdkParameter> |
AbstractSdkResolverProvider.getAllParameters()
Returns all the parameters - regardless of its type - for this value resolver.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AbstractSdkResolverProviderReference.isBoundParameter(SdkParameter sdkParameter) |
protected abstract boolean |
AbstractSdkResolverProvider.isBoundParameter(SdkParameter sdkParameter)
Indicates if a
Parameter from the parent operation of the value
provider is necessary for this value provider to resolve the available values. |
static boolean |
SdkResolverUtil.isBoundParameterForHttpBinding(SdkParameter sdkParameter,
com.mulesoft.connectivity.rest.sdk.internal.connectormodel.dataexpression.httprequest.HttpRequestBinding httpBinding) |
| Modifier and Type | Method and Description |
|---|---|
protected List<SdkParameter> |
SdkSampleDataReferenceParent.getAllParameters() |
protected List<SdkParameter> |
SdkSampleDataInline.getAllParameters() |
protected List<SdkParameter> |
SdkSampleDataReference.getAllParameters() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
SdkSampleDataReferenceParent.isBoundParameter(SdkParameter sdkParameter) |
protected boolean |
SdkSampleDataInline.isBoundParameter(SdkParameter sdkParameter) |
protected boolean |
SdkSampleDataReference.isBoundParameter(SdkParameter sdkParameter) |
| Constructor and Description |
|---|
SdkSampleDataInline(Path outputDir,
com.mulesoft.connectivity.rest.sdk.internal.connectormodel.ConnectorModel connectorModel,
String parentClassName,
List<SdkParameter> sdkParameters,
SdkSampleDataDefinition sdkResolverDefinition,
RestSdkRunConfiguration runConfiguration) |
SdkSampleDataReference(Path outputDir,
com.mulesoft.connectivity.rest.sdk.internal.connectormodel.ConnectorModel connectorModel,
SdkConnector sdkConnector,
String parentClassName,
List<SdkParameter> sdkParameters,
com.mulesoft.connectivity.rest.sdk.internal.connectormodel.resolver.ResolverReference<com.mulesoft.connectivity.rest.sdk.internal.connectormodel.sampledata.SampleDataDefinition> reference,
SdkSampleDataDefinition sdkResolverDefinition,
RestSdkRunConfiguration runConfiguration) |
SdkSampleDataReferenceParent(Path outputDir,
com.mulesoft.connectivity.rest.sdk.internal.connectormodel.ConnectorModel connectorModel,
com.mulesoft.connectivity.rest.sdk.internal.connectormodel.resolver.ResolverReference<com.mulesoft.connectivity.rest.sdk.internal.connectormodel.sampledata.SampleDataDefinition> resolverReference,
SdkSampleDataDefinition sdkResolverDefinition,
List<SdkParameter> sdkParameters,
RestSdkRunConfiguration runConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected List<SdkParameter> |
SdkValueProviderReference.getAllParameters() |
protected List<SdkParameter> |
SdkValueProviderReferenceParent.getAllParameters() |
protected List<SdkParameter> |
SdkValueProviderInline.getAllParameters() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
SdkValueProviderReferenceParent.isBoundParameter(SdkParameter sdkParameter) |
protected boolean |
SdkValueProviderInline.isBoundParameter(SdkParameter sdkParameter) |
Copyright © 2023. All rights reserved.