TriggerRunsQueryResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.datafactory.fluent.models.TriggerRunsQueryResponseInner

public final class TriggerRunsQueryResponseInner

A list of trigger runs.

Constructor Summary

Constructor Description
TriggerRunsQueryResponseInner()

Creates an instance of TriggerRunsQueryResponseInner class.

Method Summary

Modifier and Type Method and Description
String continuationToken()

Get the continuationToken property: The continuation token for getting the next page of results, if any remaining results exist, null otherwise.

void validate()

Validates the instance.

List<TriggerRun> value()

Get the value property: List of trigger runs.

TriggerRunsQueryResponseInner withContinuationToken(String continuationToken)

Set the continuationToken property: The continuation token for getting the next page of results, if any remaining results exist, null otherwise.

TriggerRunsQueryResponseInner withValue(List<TriggerRun> value)

Set the value property: List of trigger runs.

Methods inherited from java.lang.Object

Constructor Details

TriggerRunsQueryResponseInner

public TriggerRunsQueryResponseInner()

Creates an instance of TriggerRunsQueryResponseInner class.

Method Details

continuationToken

public String continuationToken()

Get the continuationToken property: The continuation token for getting the next page of results, if any remaining results exist, null otherwise.

Returns:

the continuationToken value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: List of trigger runs.

Returns:

the value value.

withContinuationToken

public TriggerRunsQueryResponseInner withContinuationToken(String continuationToken)

Set the continuationToken property: The continuation token for getting the next page of results, if any remaining results exist, null otherwise.

Parameters:

continuationToken - the continuationToken value to set.

Returns:

the TriggerRunsQueryResponseInner object itself.

withValue

public TriggerRunsQueryResponseInner withValue(List value)

Set the value property: List of trigger runs.

Parameters:

value - the value value to set.

Returns:

the TriggerRunsQueryResponseInner object itself.

Applies to