WorkflowTriggerListCallbackUrlQueries Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. WorkflowTriggerListCallbackUrlQueries
- com.
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 api |
|
static
Workflow |
fromJson(JsonReader jsonReader)
Reads an instance of Workflow |
| 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. |
|
Json |
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:
fromJson
public static WorkflowTriggerListCallbackUrlQueries fromJson(JsonReader jsonReader)
Reads an instance of WorkflowTriggerListCallbackUrlQueries from the JsonReader.
Parameters:
Returns:
Throws:
se
public String se()
Get the se property: The SAS timestamp.
Returns:
sig
public String sig()
Get the sig property: The SAS signature.
Returns:
sp
public String sp()
Get the sp property: The SAS permissions.
Returns:
sv
public String sv()
Get the sv property: The SAS version.
Returns:
toJson
validate
public void validate()
Validates the instance.