KeyInfoListResult Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. KeyInfoListResult
- com.
Implements
public final class KeyInfoListResult
implements JsonSerializable<KeyInfoListResult>
List of keys.
Constructor Summary
| Constructor | Description |
|---|---|
| KeyInfoListResult() |
Creates an instance of Key |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Key |
fromJson(JsonReader jsonReader)
Reads an instance of Key |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Key |
value()
Get the value property: List of keys. |
|
Key |
withNextLink(String nextLink)
Set the next |
|
Key |
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:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Link to the next page of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<KeyInner> value()
Get the value property: List of keys.
Returns:
withNextLink
public KeyInfoListResult withNextLink(String nextLink)
Set the nextLink property: Link to the next page of results.
Parameters:
Returns:
withValue
public KeyInfoListResult withValue(List<KeyInner> value)
Set the value property: List of keys.
Parameters:
Returns: