Condividi tramite


WorkflowTriggerCallbackUrlInner Class

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

Implements

public final class WorkflowTriggerCallbackUrlInner
implements JsonSerializable<WorkflowTriggerCallbackUrlInner>

The workflow trigger callback URL.

Method Summary

Modifier and Type Method and Description
String basePath()

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

static WorkflowTriggerCallbackUrlInner fromJson(JsonReader jsonReader)

Reads an instance of WorkflowTriggerCallbackUrlInner from the JsonReader.

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.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

String value()

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

Methods inherited from java.lang.Object

Method Details

basePath

public String basePath()

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

Returns:

the basePath value.

fromJson

public static WorkflowTriggerCallbackUrlInner fromJson(JsonReader jsonReader)

Reads an instance of WorkflowTriggerCallbackUrlInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of WorkflowTriggerCallbackUrlInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the WorkflowTriggerCallbackUrlInner.

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<String> relativePathParameters()

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

Returns:

the relativePathParameters value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

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.

Applies to