Partager via


ActivityRunsQueryResponse Interface

public interface ActivityRunsQueryResponse

An immutable client-side representation of ActivityRunsQueryResponse.

Method Summary

Modifier and Type Method and Description
abstract String continuationToken()

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

abstract ActivityRunsQueryResponseInner innerModel()

Gets the inner com.azure.resourcemanager.datafactory.fluent.models.ActivityRunsQueryResponseInner object.

abstract List<ActivityRun> value()

Gets the value property: List of activity runs.

Method Details

continuationToken

public abstract String continuationToken()

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

Returns:

the continuationToken value.

innerModel

public abstract ActivityRunsQueryResponseInner innerModel()

Gets the inner com.azure.resourcemanager.datafactory.fluent.models.ActivityRunsQueryResponseInner object.

Returns:

the inner object.

value

public abstract List<ActivityRun> value()

Gets the value property: List of activity runs.

Returns:

the value value.

Applies to