WorkflowTriggerListResult Class

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

public final class WorkflowTriggerListResult

The list of workflow triggers.

Constructor Summary

Constructor Description
WorkflowTriggerListResult()

Creates an instance of WorkflowTriggerListResult class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: The URL to get the next set of results.

void validate()

Validates the instance.

List<WorkflowTriggerInner> value()

Get the value property: A list of workflow triggers.

WorkflowTriggerListResult withNextLink(String nextLink)

Set the nextLink property: The URL to get the next set of results.

WorkflowTriggerListResult withValue(List<WorkflowTriggerInner> value)

Set the value property: A list of workflow triggers.

Methods inherited from java.lang.Object

Constructor Details

WorkflowTriggerListResult

public WorkflowTriggerListResult()

Creates an instance of WorkflowTriggerListResult class.

Method Details

nextLink

public String nextLink()

Get the nextLink property: The URL to get the next set of results.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: A list of workflow triggers.

Returns:

the value value.

withNextLink

public WorkflowTriggerListResult withNextLink(String nextLink)

Set the nextLink property: The URL to get the next set of results.

Parameters:

nextLink - the nextLink value to set.

Returns:

the WorkflowTriggerListResult object itself.

withValue

public WorkflowTriggerListResult withValue(List value)

Set the value property: A list of workflow triggers.

Parameters:

value - the value value to set.

Returns:

the WorkflowTriggerListResult object itself.

Applies to