TriggerQueryResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. fluent. models. TriggerQueryResponseInner
- com.
Implements
public final class TriggerQueryResponseInner
implements JsonSerializable<TriggerQueryResponseInner>
A query of triggers.
Constructor Summary
| Constructor | Description |
|---|---|
| TriggerQueryResponseInner() |
Creates an instance of Trigger |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
continuationToken()
Get the continuation |
|
static
Trigger |
fromJson(JsonReader jsonReader)
Reads an instance of Trigger |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Trigger |
value()
Get the value property: List of triggers. |
|
Trigger |
withContinuationToken(String continuationToken)
Set the continuation |
|
Trigger |
withValue(List<TriggerResourceInner> value)
Set the value property: List of triggers. |
Methods inherited from java.lang.Object
Constructor Details
TriggerQueryResponseInner
public TriggerQueryResponseInner()
Creates an instance of TriggerQueryResponseInner class.
Method Details
continuationToken
public String continuationToken()
Get the continuationToken property: The continuation token for getting the next page of results, if any remaining results exist, null otherwise.
Returns:
fromJson
public static TriggerQueryResponseInner fromJson(JsonReader jsonReader)
Reads an instance of TriggerQueryResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List<TriggerResourceInner> value()
Get the value property: List of triggers.
Returns:
withContinuationToken
public TriggerQueryResponseInner withContinuationToken(String continuationToken)
Set the continuationToken property: The continuation token for getting the next page of results, if any remaining results exist, null otherwise.
Parameters:
Returns:
withValue
public TriggerQueryResponseInner withValue(List<TriggerResourceInner> value)
Set the value property: List of triggers.
Parameters:
Returns: