Condividi tramite


WorkflowTriggerListCallbackUrlQueries Class

  • java.lang.Object
    • com.azure.resourcemanager.appservice.models.WorkflowTriggerListCallbackUrlQueries

Implements

public final class WorkflowTriggerListCallbackUrlQueries
implements JsonSerializable<WorkflowTriggerListCallbackUrlQueries>

Gets the workflow trigger callback URL query parameters.

Method Summary

Modifier and Type Method and Description
String apiVersion()

Get the apiVersion property: The api version.

static WorkflowTriggerListCallbackUrlQueries fromJson(JsonReader jsonReader)

Reads an instance of WorkflowTriggerListCallbackUrlQueries from the JsonReader.

String se()

Get the se property: The SAS timestamp.

String sig()

Get the sig property: The SAS signature.

String sp()

Get the sp property: The SAS permissions.

String sv()

Get the sv property: The SAS version.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

apiVersion

public String apiVersion()

Get the apiVersion property: The api version.

Returns:

the apiVersion value.

fromJson

public static WorkflowTriggerListCallbackUrlQueries fromJson(JsonReader jsonReader)

Reads an instance of WorkflowTriggerListCallbackUrlQueries from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of WorkflowTriggerListCallbackUrlQueries 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 WorkflowTriggerListCallbackUrlQueries.

se

public String se()

Get the se property: The SAS timestamp.

Returns:

the se value.

sig

public String sig()

Get the sig property: The SAS signature.

Returns:

the sig value.

sp

public String sp()

Get the sp property: The SAS permissions.

Returns:

the sp value.

sv

public String sv()

Get the sv property: The SAS version.

Returns:

the sv value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to