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