WorkflowTriggerCallbackUrlInner Class

  • java.lang.Object
    • com.azure.resourcemanager.logic.fluent.models.WorkflowTriggerCallbackUrlInner

public final class WorkflowTriggerCallbackUrlInner

The workflow trigger callback URL.

Constructor Summary

Constructor Description
WorkflowTriggerCallbackUrlInner()

Creates an instance of WorkflowTriggerCallbackUrlInner class.

Method Summary

Modifier and Type Method and Description
String basePath()

Get the basePath property: Gets the workflow trigger callback URL base path.

String method()

Get the method property: Gets the workflow trigger callback URL HTTP method.

WorkflowTriggerListCallbackUrlQueries queries()

Get the queries property: Gets the workflow trigger callback URL query parameters.

String relativePath()

Get the relativePath property: Gets the workflow trigger callback URL relative path.

List<String> relativePathParameters()

Get the relativePathParameters property: Gets the workflow trigger callback URL relative path parameters.

void validate()

Validates the instance.

String value()

Get the value property: Gets the workflow trigger callback URL.

WorkflowTriggerCallbackUrlInner withQueries(WorkflowTriggerListCallbackUrlQueries queries)

Set the queries property: Gets the workflow trigger callback URL query parameters.

WorkflowTriggerCallbackUrlInner withRelativePathParameters(List<String> relativePathParameters)

Set the relativePathParameters property: Gets the workflow trigger callback URL relative path parameters.

Methods inherited from java.lang.Object

Constructor Details

WorkflowTriggerCallbackUrlInner

public WorkflowTriggerCallbackUrlInner()

Creates an instance of WorkflowTriggerCallbackUrlInner class.

Method Details

basePath

public String basePath()

Get the basePath property: Gets the workflow trigger callback URL base path.

Returns:

the basePath value.

method

public String method()

Get the method property: Gets the workflow trigger callback URL HTTP method.

Returns:

the method value.

queries

public WorkflowTriggerListCallbackUrlQueries queries()

Get the queries property: Gets the workflow trigger callback URL query parameters.

Returns:

the queries value.

relativePath

public String relativePath()

Get the relativePath property: Gets the workflow trigger callback URL relative path.

Returns:

the relativePath value.

relativePathParameters

public List relativePathParameters()

Get the relativePathParameters property: Gets the workflow trigger callback URL relative path parameters.

Returns:

the relativePathParameters value.

validate

public void validate()

Validates the instance.

value

public String value()

Get the value property: Gets the workflow trigger callback URL.

Returns:

the value value.

withQueries

public WorkflowTriggerCallbackUrlInner withQueries(WorkflowTriggerListCallbackUrlQueries queries)

Set the queries property: Gets the workflow trigger callback URL query parameters.

Parameters:

queries - the queries value to set.

Returns:

the WorkflowTriggerCallbackUrlInner object itself.

withRelativePathParameters

public WorkflowTriggerCallbackUrlInner withRelativePathParameters(List relativePathParameters)

Set the relativePathParameters property: Gets the workflow trigger callback URL relative path parameters.

Parameters:

relativePathParameters - the relativePathParameters value to set.

Returns:

the WorkflowTriggerCallbackUrlInner object itself.

Applies to