LibraryListResponse Class

  • java.lang.Object
    • com.azure.resourcemanager.synapse.models.LibraryListResponse

Implements

public final class LibraryListResponse
implements JsonSerializable<LibraryListResponse>

A list of Library resources.

Constructor Summary

Constructor Description
LibraryListResponse()

Creates an instance of LibraryListResponse class.

Method Summary

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

Reads an instance of LibraryListResponse from the JsonReader.

String nextLink()

Get the nextLink property: The link to the next page of results, if any remaining results exist.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<LibraryResourceInner> value()

Get the value property: List of Library.

LibraryListResponse withNextLink(String nextLink)

Set the nextLink property: The link to the next page of results, if any remaining results exist.

LibraryListResponse withValue(List<LibraryResourceInner> value)

Set the value property: List of Library.

Methods inherited from java.lang.Object

Constructor Details

LibraryListResponse

public LibraryListResponse()

Creates an instance of LibraryListResponse class.

Method Details

fromJson

public static LibraryListResponse fromJson(JsonReader jsonReader)

Reads an instance of LibraryListResponse from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

nextLink

public String nextLink()

Get the nextLink property: The link to the next page of results, if any remaining results exist.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<LibraryResourceInner> value()

Get the value property: List of Library.

Returns:

the value value.

withNextLink

public LibraryListResponse withNextLink(String nextLink)

Set the nextLink property: The link to the next page of results, if any remaining results exist.

Parameters:

nextLink - the nextLink value to set.

Returns:

the LibraryListResponse object itself.

withValue

public LibraryListResponse withValue(List<LibraryResourceInner> value)

Set the value property: List of Library.

Parameters:

value - the value value to set.

Returns:

the LibraryListResponse object itself.

Applies to