WorkflowTriggerListCallbackUrlQueries Class

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

public final class 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.

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.

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.

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.

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