Class TriggerQueryResponseInner
java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.TriggerQueryResponseInner
A query of triggers.
-
Constructor Summary
ConstructorDescriptionCreates an instance of TriggerQueryResponseInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the continuationToken property: The continuation token for getting the next page of results, if any remaining results exist, null otherwise.void
validate()
Validates the instance.value()
Get the value property: List of triggers.withContinuationToken
(String continuationToken) Set the continuationToken property: The continuation token for getting the next page of results, if any remaining results exist, null otherwise.withValue
(List<TriggerResourceInner> value) Set the value property: List of triggers.
-
Constructor Details
-
TriggerQueryResponseInner
public TriggerQueryResponseInner()Creates an instance of TriggerQueryResponseInner class.
-
-
Method Details
-
value
Get the value property: List of triggers.- Returns:
- the value value.
-
withValue
Set the value property: List of triggers.- Parameters:
value
- the value value to set.- Returns:
- the TriggerQueryResponseInner object itself.
-
continuationToken
Get the continuationToken property: The continuation token for getting the next page of results, if any remaining results exist, null otherwise.- Returns:
- the continuationToken value.
-
withContinuationToken
Set the continuationToken property: The continuation token for getting the next page of results, if any remaining results exist, null otherwise.- Parameters:
continuationToken
- the continuationToken value to set.- Returns:
- the TriggerQueryResponseInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-