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.
Constructor Summary
Constructor | Description |
---|---|
WorkflowTriggerListCallbackUrlQueries() |
Creates an instance of Workflow |
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. |
Workflow |
withApiVersion(String apiVersion)
Set the api |
Workflow |
withSe(String se)
Set the se property: The SAS timestamp. |
Workflow |
withSig(String sig)
Set the sig property: The SAS signature. |
Workflow |
withSp(String sp)
Set the sp property: The SAS permissions. |
Workflow |
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:
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.
withApiVersion
public WorkflowTriggerListCallbackUrlQueries withApiVersion(String apiVersion)
Set the apiVersion property: The api version.
Parameters:
Returns:
withSe
public WorkflowTriggerListCallbackUrlQueries withSe(String se)
Set the se property: The SAS timestamp.
Parameters:
Returns:
withSig
public WorkflowTriggerListCallbackUrlQueries withSig(String sig)
Set the sig property: The SAS signature.
Parameters:
Returns:
withSp
public WorkflowTriggerListCallbackUrlQueries withSp(String sp)
Set the sp property: The SAS permissions.
Parameters:
Returns:
withSv
public WorkflowTriggerListCallbackUrlQueries withSv(String sv)
Set the sv property: The SAS version.
Parameters:
Returns:
Applies to
Azure SDK for Java