TriggerListResponse Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. TriggerListResponse
- com.
Implements
public final class TriggerListResponse
implements JsonSerializable<TriggerListResponse>
A list of trigger resources.
Constructor Summary
| Constructor | Description |
|---|---|
| TriggerListResponse() |
Creates an instance of Trigger |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Trigger |
fromJson(JsonReader jsonReader)
Reads an instance of Trigger |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Trigger |
value()
Get the value property: List of triggers. |
|
Trigger |
withNextLink(String nextLink)
Set the next |
|
Trigger |
withValue(List<TriggerResourceInner> value)
Set the value property: List of triggers. |
Methods inherited from java.lang.Object
Constructor Details
TriggerListResponse
public TriggerListResponse()
Creates an instance of TriggerListResponse class.
Method Details
fromJson
public static TriggerListResponse fromJson(JsonReader jsonReader)
Reads an instance of TriggerListResponse from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The link to the next page of results, if any remaining results exist.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<TriggerResourceInner> value()
Get the value property: List of triggers.
Returns:
withNextLink
public TriggerListResponse withNextLink(String nextLink)
Set the nextLink property: The link to the next page of results, if any remaining results exist.
Parameters:
Returns:
withValue
public TriggerListResponse withValue(List<TriggerResourceInner> value)
Set the value property: List of triggers.
Parameters:
Returns: