ExtensionPublisherListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.hybridcompute.models.ExtensionPublisherListResult

Implements

public final class ExtensionPublisherListResult
implements JsonSerializable<ExtensionPublisherListResult>

The List of Extension Publishers.

Constructor Summary

Constructor Description
ExtensionPublisherListResult()

Creates an instance of ExtensionPublisherListResult class.

Method Summary

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

Reads an instance of ExtensionPublisherListResult from the JsonReader.

String nextLink()

Get the nextLink property: The URI to fetch the next page of extension publishers.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ExtensionPublisherInner> value()

Get the value property: The list of extension publishers.

ExtensionPublisherListResult withNextLink(String nextLink)

Set the nextLink property: The URI to fetch the next page of extension publishers.

Methods inherited from java.lang.Object

Constructor Details

ExtensionPublisherListResult

public ExtensionPublisherListResult()

Creates an instance of ExtensionPublisherListResult class.

Method Details

fromJson

public static ExtensionPublisherListResult fromJson(JsonReader jsonReader)

Reads an instance of ExtensionPublisherListResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ExtensionPublisherListResult 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 ExtensionPublisherListResult.

nextLink

public String nextLink()

Get the nextLink property: The URI to fetch the next page of extension publishers.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<ExtensionPublisherInner> value()

Get the value property: The list of extension publishers.

Returns:

the value value.

withNextLink

public ExtensionPublisherListResult withNextLink(String nextLink)

Set the nextLink property: The URI to fetch the next page of extension publishers.

Parameters:

nextLink - the nextLink value to set.

Returns:

the ExtensionPublisherListResult object itself.

Applies to