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