Interface ActivityRunsQueryResponse
public interface ActivityRunsQueryResponse
An immutable client-side representation of ActivityRunsQueryResponse.
-
Method Summary
Modifier and TypeMethodDescriptionGets the continuationToken property: The continuation token for getting the next page of results, if any remaining results exist, null otherwise.Gets the inner com.azure.resourcemanager.datafactory.fluent.models.ActivityRunsQueryResponseInner object.value()
Gets the value property: List of activity runs.
-
Method Details
-
value
List<ActivityRun> value()Gets the value property: List of activity runs.- Returns:
- the value value.
-
continuationToken
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
ActivityRunsQueryResponseInner innerModel()Gets the inner com.azure.resourcemanager.datafactory.fluent.models.ActivityRunsQueryResponseInner object.- Returns:
- the inner object.
-