public final class GalleryList extends Object
Constructor and Description |
---|
GalleryList() |
Modifier and Type | Method and Description |
---|---|
String |
nextLink()
Get the nextLink property: The uri to fetch the next page of galleries.
|
void |
validate()
Validates the instance.
|
List<GalleryInner> |
value()
Get the value property: A list of galleries.
|
GalleryList |
withNextLink(String nextLink)
Set the nextLink property: The uri to fetch the next page of galleries.
|
GalleryList |
withValue(List<GalleryInner> value)
Set the value property: A list of galleries.
|
public List<GalleryInner> value()
public GalleryList withValue(List<GalleryInner> value)
value
- the value value to set.public String nextLink()
public GalleryList withNextLink(String nextLink)
nextLink
- the nextLink value to set.public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.