次の方法で共有


WorkbooksListResult Class

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

Implements

public final class WorkbooksListResult
implements JsonSerializable<WorkbooksListResult>

Workbook list result.

Constructor Summary

Constructor Description
WorkbooksListResult()

Creates an instance of WorkbooksListResult class.

Method Summary

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

Reads an instance of WorkbooksListResult from the JsonReader.

String nextLink()

Get the nextLink property: The nextLink property.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<WorkbookInner> value()

Get the value property: An array of workbooks.

WorkbooksListResult withNextLink(String nextLink)

Set the nextLink property: The nextLink property.

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:

jsonReader - The JsonReader being read.

Returns:

An instance of WorkbooksListResult 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 WorkbooksListResult.

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<WorkbookInner> value()

Get the value property: An array of workbooks.

Returns:

the value value.

withNextLink

public WorkbooksListResult withNextLink(String nextLink)

Set the nextLink property: The nextLink property.

Parameters:

nextLink - the nextLink value to set.

Returns:

the WorkbooksListResult object itself.

Applies to