
com.azure.resourcemanager.datafactory.models.ActivityRunsQueryResponse Maven / Gradle / Ivy
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.datafactory.models;
import com.azure.resourcemanager.datafactory.fluent.models.ActivityRunsQueryResponseInner;
import java.util.List;
/**
* An immutable client-side representation of ActivityRunsQueryResponse.
*/
public interface ActivityRunsQueryResponse {
/**
* Gets the value property: List of activity runs.
*
* @return the value value.
*/
List value();
/**
* Gets the continuationToken property: The continuation token for getting the next page of results, if any
* remaining results exist, null otherwise.
*
* @return the continuationToken value.
*/
String continuationToken();
/**
* Gets the inner com.azure.resourcemanager.datafactory.fluent.models.ActivityRunsQueryResponseInner object.
*
* @return the inner object.
*/
ActivityRunsQueryResponseInner innerModel();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy