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