WorkbooksListResult Class
- java.
lang. Object - com.
azure. resourcemanager. applicationinsights. models. WorkbooksListResult
- com.
Implements
public final class WorkbooksListResult
implements JsonSerializable<WorkbooksListResult>
Workbook list result.
Constructor Summary
| Constructor | Description |
|---|---|
| WorkbooksListResult() |
Creates an instance of Workbooks |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Workbooks |
fromJson(JsonReader jsonReader)
Reads an instance of Workbooks |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Workbook |
value()
Get the value property: An array of workbooks. |
|
Workbooks |
withNextLink(String nextLink)
Set the next |
Methods inherited from java.lang.Object
Constructor Details
WorkbooksListResult
public WorkbooksListResult()
Creates an instance of WorkbooksListResult class.
Method Details
fromJson
public static WorkbooksListResult fromJson(JsonReader jsonReader)
Reads an instance of WorkbooksListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The nextLink property.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<WorkbookInner> value()
Get the value property: An array of workbooks.
Returns:
withNextLink
public WorkbooksListResult withNextLink(String nextLink)
Set the nextLink property: The nextLink property.
Parameters:
Returns: