Class TriggerListResponse
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.TriggerListResponse
-
public final class TriggerListResponse extends Object
A list of trigger resources.
-
-
Constructor Summary
Constructors Constructor Description TriggerListResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
nextLink()
Get the nextLink property: The link to the next page of results, if any remaining results exist.void
validate()
Validates the instance.List<TriggerResourceInner>
value()
Get the value property: List of triggers.TriggerListResponse
withNextLink(String nextLink)
Set the nextLink property: The link to the next page of results, if any remaining results exist.TriggerListResponse
withValue(List<TriggerResourceInner> value)
Set the value property: List of triggers.
-
-
-
Method Detail
-
value
public List<TriggerResourceInner> value()
Get the value property: List of triggers.- Returns:
- the value value.
-
withValue
public TriggerListResponse withValue(List<TriggerResourceInner> value)
Set the value property: List of triggers.- Parameters:
value
- the value value to set.- Returns:
- the TriggerListResponse object itself.
-
nextLink
public String nextLink()
Get the nextLink property: The link to the next page of results, if any remaining results exist.- Returns:
- the nextLink value.
-
withNextLink
public TriggerListResponse withNextLink(String nextLink)
Set the nextLink property: The link to the next page of results, if any remaining results exist.- Parameters:
nextLink
- the nextLink value to set.- Returns:
- the TriggerListResponse object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-