WorkflowTriggerCallbackUrlInner Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. fluent. models. WorkflowTriggerCallbackUrlInner
- com.
Implements
public final class WorkflowTriggerCallbackUrlInner
implements JsonSerializable<WorkflowTriggerCallbackUrlInner>
The workflow trigger callback URL.
Constructor Summary
Constructor | Description |
---|---|
WorkflowTriggerCallbackUrlInner() |
Creates an instance of Workflow |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
basePath()
Get the base |
static
Workflow |
fromJson(JsonReader jsonReader)
Reads an instance of Workflow |
String |
method()
Get the method property: Gets the workflow trigger callback URL HTTP method. |
Workflow |
queries()
Get the queries property: Gets the workflow trigger callback URL query parameters. |
String |
relativePath()
Get the relative |
List<String> |
relativePathParameters()
Get the relative |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
String |
value()
Get the value property: Gets the workflow trigger callback URL. |
Workflow |
withQueries(WorkflowTriggerListCallbackUrlQueries queries)
Set the queries property: Gets the workflow trigger callback URL query parameters. |
Workflow |
withRelativePathParameters(List<String> relativePathParameters)
Set the relative |
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:
fromJson
public static WorkflowTriggerCallbackUrlInner fromJson(JsonReader jsonReader)
Reads an instance of WorkflowTriggerCallbackUrlInner from the JsonReader.
Parameters:
Returns:
Throws:
method
public String method()
Get the method property: Gets the workflow trigger callback URL HTTP method.
Returns:
queries
public WorkflowTriggerListCallbackUrlQueries queries()
Get the queries property: Gets the workflow trigger callback URL query parameters.
Returns:
relativePath
public String relativePath()
Get the relativePath property: Gets the workflow trigger callback URL relative path.
Returns:
relativePathParameters
public List
Get the relativePathParameters property: Gets the workflow trigger callback URL relative path parameters.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public String value()
Get the value property: Gets the workflow trigger callback URL.
Returns:
withQueries
public WorkflowTriggerCallbackUrlInner withQueries(WorkflowTriggerListCallbackUrlQueries queries)
Set the queries property: Gets the workflow trigger callback URL query parameters.
Parameters:
Returns:
withRelativePathParameters
public WorkflowTriggerCallbackUrlInner withRelativePathParameters(List
Set the relativePathParameters property: Gets the workflow trigger callback URL relative path parameters.
Parameters:
Returns:
Applies to
Azure SDK for Java