public final class RecordSetListResult extends Object
| Constructor and Description |
|---|
RecordSetListResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
nextLink()
Get the nextLink property: The continuation token for the next page of results.
|
void |
validate()
Validates the instance.
|
List<RecordSetInner> |
value()
Get the value property: Information about the record sets in the response.
|
RecordSetListResult |
withValue(List<RecordSetInner> value)
Set the value property: Information about the record sets in the response.
|
public List<RecordSetInner> value()
public RecordSetListResult withValue(List<RecordSetInner> value)
value - the value value to set.public String nextLink()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.