MyWorkbooksListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.applicationinsights.models.MyWorkbooksListResult

Implements

public final class MyWorkbooksListResult
implements JsonSerializable<MyWorkbooksListResult>

Workbook list result.

Constructor Summary

Constructor Description
MyWorkbooksListResult()

Creates an instance of MyWorkbooksListResult class.

Method Summary

Modifier and Type Method and Description
static MyWorkbooksListResult fromJson(JsonReader jsonReader)

Reads an instance of MyWorkbooksListResult from the JsonReader.

String nextLink()

Get the nextLink property: The nextLink property.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<MyWorkbookInner> value()

Get the value property: An array of private workbooks.

MyWorkbooksListResult withNextLink(String nextLink)

Set the nextLink property: The nextLink property.

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:

jsonReader - The JsonReader being read.

Returns:

An instance of MyWorkbooksListResult if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the MyWorkbooksListResult.

nextLink

public String nextLink()

Get the nextLink property: The nextLink property.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<MyWorkbookInner> value()

Get the value property: An array of private workbooks.

Returns:

the value value.

withNextLink

public MyWorkbooksListResult withNextLink(String nextLink)

Set the nextLink property: The nextLink property.

Parameters:

nextLink - the nextLink value to set.

Returns:

the MyWorkbooksListResult object itself.

Applies to