Class GalleryApplicationVersionList
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.GalleryApplicationVersionList
-
public final class GalleryApplicationVersionList extends Object
The List Gallery Application version operation response.
-
-
Constructor Summary
Constructors Constructor Description GalleryApplicationVersionList()
-
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 gallery Application Versions.voidvalidate()Validates the instance.List<GalleryApplicationVersionInner>value()Get the value property: A list of gallery Application Versions.GalleryApplicationVersionListwithNextLink(String nextLink)Set the nextLink property: The uri to fetch the next page of gallery Application Versions.GalleryApplicationVersionListwithValue(List<GalleryApplicationVersionInner> value)Set the value property: A list of gallery Application Versions.
-
-
-
Method Detail
-
value
public List<GalleryApplicationVersionInner> value()
Get the value property: A list of gallery Application Versions.- Returns:
- the value value.
-
withValue
public GalleryApplicationVersionList withValue(List<GalleryApplicationVersionInner> value)
Set the value property: A list of gallery Application Versions.- Parameters:
value- the value value to set.- Returns:
- the GalleryApplicationVersionList object itself.
-
nextLink
public String nextLink()
Get the nextLink property: The uri to fetch the next page of gallery Application Versions. Call ListNext() with this to fetch the next page of gallery Application Versions.- Returns:
- the nextLink value.
-
withNextLink
public GalleryApplicationVersionList withNextLink(String nextLink)
Set the nextLink property: The uri to fetch the next page of gallery Application Versions. Call ListNext() with this to fetch the next page of gallery Application Versions.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the GalleryApplicationVersionList object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-