Lezen in het Engels

Delen via


CommunityGalleryImageList Class

  • java.lang.Object
    • com.azure.resourcemanager.compute.models.CommunityGalleryImageList

Implements

public final class CommunityGalleryImageList
implements JsonSerializable<CommunityGalleryImageList>

The List Community Gallery Images operation response.

Constructor Summary

Constructor Description
CommunityGalleryImageList()

Creates an instance of CommunityGalleryImageList class.

Method Summary

Modifier and Type Method and Description
static CommunityGalleryImageList fromJson(JsonReader jsonReader)

Reads an instance of CommunityGalleryImageList from the JsonReader.

String nextLink()

Get the nextLink property: The URI to fetch the next page of community gallery images.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<CommunityGalleryImageInner> value()

Get the value property: A list of community gallery images.

CommunityGalleryImageList withNextLink(String nextLink)

Set the nextLink property: The URI to fetch the next page of community gallery images.

CommunityGalleryImageList withValue(List<CommunityGalleryImageInner> value)

Set the value property: A list of community gallery images.

Methods inherited from java.lang.Object

Constructor Details

CommunityGalleryImageList

public CommunityGalleryImageList()

Creates an instance of CommunityGalleryImageList class.

Method Details

fromJson

public static CommunityGalleryImageList fromJson(JsonReader jsonReader)

Reads an instance of CommunityGalleryImageList from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of CommunityGalleryImageList if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

nextLink

public String 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.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: A list of community gallery images.

Returns:

the value value.

withNextLink

public CommunityGalleryImageList withNextLink(String nextLink)

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.

withValue

public CommunityGalleryImageList withValue(List value)

Set the value property: A list of community gallery images.

Parameters:

value - the value value to set.

Returns:

the CommunityGalleryImageList object itself.

Applies to

Azure SDK for Java

Latest