Class CommunityGalleryImageList
java.lang.Object
com.azure.resourcemanager.compute.models.CommunityGalleryImageList
The List Community Gallery Images operation response.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of CommunityGalleryImageList class. -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The URI to fetch the next page of community gallery images.voidvalidate()Validates the instance.value()Get the value property: A list of community gallery images.withNextLink(String nextLink) Set the nextLink property: The URI to fetch the next page of community gallery images.withValue(List<CommunityGalleryImageInner> value) Set the value property: A list of community gallery images.
-
Constructor Details
-
CommunityGalleryImageList
public CommunityGalleryImageList()Creates an instance of CommunityGalleryImageList class.
-
-
Method Details
-
value
Get the value property: A list of community gallery images.- Returns:
- the value value.
-
withValue
Set the value property: A list of community gallery images.- Parameters:
value- the value value to set.- Returns:
- the CommunityGalleryImageList object itself.
-
nextLink
Get the nextLink property: The URI to fetch the next page of community gallery images. Call ListNext() with this to fetch the next page of community gallery images.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: The URI to fetch the next page of community gallery images. Call ListNext() with this to fetch the next page of community gallery images.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the CommunityGalleryImageList object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-