TriggerQueryResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.datafactory.fluent.models.TriggerQueryResponseInner

Implements

public final class TriggerQueryResponseInner
implements JsonSerializable<TriggerQueryResponseInner>

A query of triggers.

Constructor Summary

Constructor Description
TriggerQueryResponseInner()

Creates an instance of TriggerQueryResponseInner class.

Method Summary

Modifier and Type Method and Description
String continuationToken()

Get the continuationToken property: The continuation token for getting the next page of results, if any remaining results exist, null otherwise.

static TriggerQueryResponseInner fromJson(JsonReader jsonReader)

Reads an instance of TriggerQueryResponseInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<TriggerResourceInner> value()

Get the value property: List of triggers.

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.

TriggerQueryResponseInner 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:

the continuationToken value.

fromJson

public static TriggerQueryResponseInner fromJson(JsonReader jsonReader)

Reads an instance of TriggerQueryResponseInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of TriggerQueryResponseInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<TriggerResourceInner> value()

Get the value property: List of triggers.

Returns:

the value value.

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:

continuationToken - the continuationToken value to set.

Returns:

the TriggerQueryResponseInner object itself.

withValue

public TriggerQueryResponseInner withValue(List<TriggerResourceInner> value)

Set the value property: List of triggers.

Parameters:

value - the value value to set.

Returns:

the TriggerQueryResponseInner object itself.

Applies to