
com.azure.resourcemanager.datafactory.models.PipelineRunsQueryResponse 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.PipelineRunsQueryResponseInner;
import java.util.List;
/**
* An immutable client-side representation of PipelineRunsQueryResponse.
*/
public interface PipelineRunsQueryResponse {
/**
* Gets the value property: List of pipeline 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.PipelineRunsQueryResponseInner object.
*
* @return the inner object.
*/
PipelineRunsQueryResponseInner innerModel();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy