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