public final class ImageListResult extends Object
Constructor and Description |
---|
ImageListResult() |
Modifier and Type | Method and Description |
---|---|
String |
nextLink()
Get the nextLink property: The uri to fetch the next page of Images.
|
void |
validate()
Validates the instance.
|
List<ImageInner> |
value()
Get the value property: The list of Images.
|
ImageListResult |
withNextLink(String nextLink)
Set the nextLink property: The uri to fetch the next page of Images.
|
ImageListResult |
withValue(List<ImageInner> value)
Set the value property: The list of Images.
|
public List<ImageInner> value()
public ImageListResult withValue(List<ImageInner> value)
value
- the value value to set.public String nextLink()
public ImageListResult 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.