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