ExtensionPublisherListResult Class
- java.
lang. Object - com.
azure. resourcemanager. hybridcompute. models. ExtensionPublisherListResult
- com.
Implements
public final class ExtensionPublisherListResult
implements JsonSerializable<ExtensionPublisherListResult>
The List of Extension Publishers.
Constructor Summary
| Constructor | Description |
|---|---|
| ExtensionPublisherListResult() |
Creates an instance of Extension |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Extension |
fromJson(JsonReader jsonReader)
Reads an instance of Extension |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Extension |
value()
Get the value property: The list of extension publishers. |
|
Extension |
withNextLink(String nextLink)
Set the next |
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:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The URI to fetch the next page of extension publishers.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<ExtensionPublisherInner> value()
Get the value property: The list of extension publishers.
Returns:
withNextLink
public ExtensionPublisherListResult withNextLink(String nextLink)
Set the nextLink property: The URI to fetch the next page of extension publishers.
Parameters:
Returns: