Class GalleryList
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.GalleryList
-
public final class GalleryList extends Object
The List Galleries operation response.
-
-
Constructor Summary
Constructors Constructor Description GalleryList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The uri to fetch the next page of galleries.voidvalidate()Validates the instance.List<GalleryInner>value()Get the value property: A list of galleries.GalleryListwithNextLink(String nextLink)Set the nextLink property: The uri to fetch the next page of galleries.GalleryListwithValue(List<GalleryInner> value)Set the value property: A list of galleries.
-
-
-
Method Detail
-
value
public List<GalleryInner> value()
Get the value property: A list of galleries.- Returns:
- the value value.
-
withValue
public GalleryList withValue(List<GalleryInner> value)
Set the value property: A list of galleries.- Parameters:
value- the value value to set.- Returns:
- the GalleryList object itself.
-
nextLink
public String nextLink()
Get the nextLink property: The uri to fetch the next page of galleries. Call ListNext() with this to fetch the next page of galleries.- Returns:
- the nextLink value.
-
withNextLink
public GalleryList withNextLink(String nextLink)
Set the nextLink property: The uri to fetch the next page of galleries. Call ListNext() with this to fetch the next page of galleries.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the GalleryList object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-