WebActivity |
WebActivity.withAuthentication(WebActivityAuthentication authentication) |
Set the authentication property: Authentication method used for calling the endpoint.
|
WebActivity |
WebActivity.withBody(Object body) |
Set the body property: Represents the payload that will be sent to the endpoint.
|
WebActivity |
WebActivity.withConnectVia(IntegrationRuntimeReference connectVia) |
Set the connectVia property: The integration runtime reference.
|
WebActivity |
WebActivity.withDatasets(List<DatasetReference> datasets) |
Set the datasets property: List of datasets passed to web endpoint.
|
WebActivity |
WebActivity.withDependsOn(List<ActivityDependency> dependsOn) |
Set the dependsOn property: Activity depends on condition.
|
WebActivity |
WebActivity.withDescription(String description) |
Set the description property: Activity description.
|
WebActivity |
WebActivity.withDisableCertValidation(Boolean disableCertValidation) |
Set the disableCertValidation property: When set to true, Certificate validation will be disabled.
|
WebActivity |
WebActivity.withHeaders(Object headers) |
Set the headers property: Represents the headers that will be sent to the request.
|
WebActivity |
WebActivity.withLinkedServiceName(LinkedServiceReference linkedServiceName) |
Set the linkedServiceName property: Linked service reference.
|
WebActivity |
WebActivity.withLinkedServices(List<LinkedServiceReference> linkedServices) |
Set the linkedServices property: List of linked services passed to web endpoint.
|
WebActivity |
WebActivity.withMethod(WebActivityMethod method) |
Set the method property: Rest API method for target endpoint.
|
WebActivity |
WebActivity.withName(String name) |
Set the name property: Activity name.
|
WebActivity |
WebActivity.withPolicy(ActivityPolicy policy) |
Set the policy property: Activity policy.
|
WebActivity |
WebActivity.withUrl(Object url) |
Set the url property: Web activity target endpoint and path.
|
WebActivity |
WebActivity.withUserProperties(List<UserProperty> userProperties) |
Set the userProperties property: Activity user properties.
|