TriggerListResponse Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. 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 |
getNextLink()
Get the next |
|
List<Trigger |
getValue()
Get the value property: List of triggers. |
|
Trigger |
setNextLink(String nextLink)
Set the next |
|
Trigger |
setValue(List<TriggerResource> value)
Set the value property: List of triggers. |
|
Json |
toJson(JsonWriter jsonWriter) |
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:
getNextLink
public String getNextLink()
Get the nextLink property: The link to the next page of results, if any remaining results exist.
Returns:
getValue
public List<TriggerResource> getValue()
Get the value property: List of triggers.
Returns:
setNextLink
public TriggerListResponse setNextLink(String nextLink)
Set the nextLink property: The link to the next page of results, if any remaining results exist.
Parameters:
Returns:
setValue
public TriggerListResponse setValue(List<TriggerResource> value)
Set the value property: List of triggers.
Parameters:
Returns: