LedgerDigestUploadsListResult Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. LedgerDigestUploadsListResult
- com.
Implements
public final class LedgerDigestUploadsListResult
implements JsonSerializable<LedgerDigestUploadsListResult>
A list of ledger digest upload settings.
Constructor Summary
| Constructor | Description |
|---|---|
| LedgerDigestUploadsListResult() |
Creates an instance of Ledger |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Ledger |
fromJson(JsonReader jsonReader)
Reads an instance of Ledger |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Ledger |
value()
Get the value property: Array of results. |
Methods inherited from java.lang.Object
Constructor Details
LedgerDigestUploadsListResult
public LedgerDigestUploadsListResult()
Creates an instance of LedgerDigestUploadsListResult class.
Method Details
fromJson
public static LedgerDigestUploadsListResult fromJson(JsonReader jsonReader)
Reads an instance of LedgerDigestUploadsListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Link to retrieve next page of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<LedgerDigestUploadsInner> value()
Get the value property: Array of results.
Returns: