KeyInfoListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.synapse.models.KeyInfoListResult

Implements

public final class KeyInfoListResult
implements JsonSerializable<KeyInfoListResult>

List of keys.

Constructor Summary

Constructor Description
KeyInfoListResult()

Creates an instance of KeyInfoListResult class.

Method Summary

Modifier and Type Method and Description
static KeyInfoListResult fromJson(JsonReader jsonReader)

Reads an instance of KeyInfoListResult from the JsonReader.

String nextLink()

Get the nextLink property: Link to the next page of results.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<KeyInner> value()

Get the value property: List of keys.

KeyInfoListResult withNextLink(String nextLink)

Set the nextLink property: Link to the next page of results.

KeyInfoListResult withValue(List<KeyInner> value)

Set the value property: List of keys.

Methods inherited from java.lang.Object

Constructor Details

KeyInfoListResult

public KeyInfoListResult()

Creates an instance of KeyInfoListResult class.

Method Details

fromJson

public static KeyInfoListResult fromJson(JsonReader jsonReader)

Reads an instance of KeyInfoListResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If an error occurs while reading the KeyInfoListResult.

nextLink

public String nextLink()

Get the nextLink property: Link to the next page of results.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<KeyInner> value()

Get the value property: List of keys.

Returns:

the value value.

withNextLink

public KeyInfoListResult withNextLink(String nextLink)

Set the nextLink property: Link to the next page of results.

Parameters:

nextLink - the nextLink value to set.

Returns:

the KeyInfoListResult object itself.

withValue

public KeyInfoListResult withValue(List<KeyInner> value)

Set the value property: List of keys.

Parameters:

value - the value value to set.

Returns:

the KeyInfoListResult object itself.

Applies to