İngilizce dilinde oku

Aracılığıyla paylaş


ApplicationLiveViewResourceCollection Class

  • java.lang.Object
    • com.azure.resourcemanager.appplatform.models.ApplicationLiveViewResourceCollection

Implements

public final class ApplicationLiveViewResourceCollection
implements JsonSerializable<ApplicationLiveViewResourceCollection>

Object that includes an array of Application Live View resources and a possible link for next set.

Constructor Summary

Constructor Description
ApplicationLiveViewResourceCollection()

Creates an instance of ApplicationLiveViewResourceCollection class.

Method Summary

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

Reads an instance of ApplicationLiveViewResourceCollection from the JsonReader.

String nextLink()

Get the nextLink property: URL client should use to fetch the next page (per server side paging).

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ApplicationLiveViewResourceInner> value()

Get the value property: Collection of Application Live View resources.

ApplicationLiveViewResourceCollection withNextLink(String nextLink)

Set the nextLink property: URL client should use to fetch the next page (per server side paging).

ApplicationLiveViewResourceCollection withValue(List<ApplicationLiveViewResourceInner> value)

Set the value property: Collection of Application Live View resources.

Methods inherited from java.lang.Object

Constructor Details

ApplicationLiveViewResourceCollection

public ApplicationLiveViewResourceCollection()

Creates an instance of ApplicationLiveViewResourceCollection class.

Method Details

fromJson

public static ApplicationLiveViewResourceCollection fromJson(JsonReader jsonReader)

Reads an instance of ApplicationLiveViewResourceCollection from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If an error occurs while reading the ApplicationLiveViewResourceCollection.

nextLink

public String nextLink()

Get the nextLink property: URL client should use to fetch the next page (per server side paging). It's null for now, added for future use.

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: Collection of Application Live View resources.

Returns:

the value value.

withNextLink

public ApplicationLiveViewResourceCollection withNextLink(String nextLink)

Set the nextLink property: URL client should use to fetch the next page (per server side paging). It's null for now, added for future use.

Parameters:

nextLink - the nextLink value to set.

Returns:

the ApplicationLiveViewResourceCollection object itself.

withValue

public ApplicationLiveViewResourceCollection withValue(List value)

Set the value property: Collection of Application Live View resources.

Parameters:

value - the value value to set.

Returns:

the ApplicationLiveViewResourceCollection object itself.

Applies to

Azure SDK for Java

Latest