Compartilhar via


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.

Constructor Summary

Constructor Description
WorkflowTriggerListCallbackUrlQueries()

Creates an instance of WorkflowTriggerListCallbackUrlQueries class.

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.

WorkflowTriggerListCallbackUrlQueries withApiVersion(String apiVersion)

Set the apiVersion property: The api version.

WorkflowTriggerListCallbackUrlQueries withSe(String se)

Set the se property: The SAS timestamp.

WorkflowTriggerListCallbackUrlQueries withSig(String sig)

Set the sig property: The SAS signature.

WorkflowTriggerListCallbackUrlQueries withSp(String sp)

Set the sp property: The SAS permissions.

WorkflowTriggerListCallbackUrlQueries withSv(String sv)

Set the sv property: The SAS version.

Methods inherited from java.lang.Object

Constructor Details

WorkflowTriggerListCallbackUrlQueries

public WorkflowTriggerListCallbackUrlQueries()

Creates an instance of WorkflowTriggerListCallbackUrlQueries class.

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.

withApiVersion

public WorkflowTriggerListCallbackUrlQueries withApiVersion(String apiVersion)

Set the apiVersion property: The api version.

Parameters:

apiVersion - the apiVersion value to set.

Returns:

the WorkflowTriggerListCallbackUrlQueries object itself.

withSe

public WorkflowTriggerListCallbackUrlQueries withSe(String se)

Set the se property: The SAS timestamp.

Parameters:

se - the se value to set.

Returns:

the WorkflowTriggerListCallbackUrlQueries object itself.

withSig

public WorkflowTriggerListCallbackUrlQueries withSig(String sig)

Set the sig property: The SAS signature.

Parameters:

sig - the sig value to set.

Returns:

the WorkflowTriggerListCallbackUrlQueries object itself.

withSp

public WorkflowTriggerListCallbackUrlQueries withSp(String sp)

Set the sp property: The SAS permissions.

Parameters:

sp - the sp value to set.

Returns:

the WorkflowTriggerListCallbackUrlQueries object itself.

withSv

public WorkflowTriggerListCallbackUrlQueries withSv(String sv)

Set the sv property: The SAS version.

Parameters:

sv - the sv value to set.

Returns:

the WorkflowTriggerListCallbackUrlQueries object itself.

Applies to