LibraryListResponse Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. LibraryListResponse
- com.
Implements
public final class LibraryListResponse
implements JsonSerializable<LibraryListResponse>
A list of Library resources.
Constructor Summary
| Constructor | Description |
|---|---|
| LibraryListResponse() |
Creates an instance of Library |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Library |
fromJson(JsonReader jsonReader)
Reads an instance of Library |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Library |
value()
Get the value property: List of Library. |
|
Library |
withNextLink(String nextLink)
Set the next |
|
Library |
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:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The link to the next page of results, if any remaining results exist.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<LibraryResourceInner> value()
Get the value property: List of Library.
Returns:
withNextLink
public LibraryListResponse withNextLink(String nextLink)
Set the nextLink property: The link to the next page of results, if any remaining results exist.
Parameters:
Returns:
withValue
public LibraryListResponse withValue(List<LibraryResourceInner> value)
Set the value property: List of Library.
Parameters:
Returns: