ClusterCodeVersionsListResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.servicefabric.fluent.models.ClusterCodeVersionsListResultInner

Implements

public final class ClusterCodeVersionsListResultInner
implements JsonSerializable<ClusterCodeVersionsListResultInner>

The list results of the Service Fabric runtime versions.

Constructor Summary

Constructor Description
ClusterCodeVersionsListResultInner()

Creates an instance of ClusterCodeVersionsListResultInner class.

Method Summary

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

Reads an instance of ClusterCodeVersionsListResultInner from the JsonReader.

String nextLink()

Get the nextLink property: The URL to use for getting the next set of results.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ClusterCodeVersionsResult> value()

Get the value property: The value property.

ClusterCodeVersionsListResultInner withNextLink(String nextLink)

Set the nextLink property: The URL to use for getting the next set of results.

ClusterCodeVersionsListResultInner withValue(List<ClusterCodeVersionsResult> value)

Set the value property: The value property.

Methods inherited from java.lang.Object

Constructor Details

ClusterCodeVersionsListResultInner

public ClusterCodeVersionsListResultInner()

Creates an instance of ClusterCodeVersionsListResultInner class.

Method Details

fromJson

public static ClusterCodeVersionsListResultInner fromJson(JsonReader jsonReader)

Reads an instance of ClusterCodeVersionsListResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

Get the nextLink property: The URL to use for getting the next set of results.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<ClusterCodeVersionsResult> value()

Get the value property: The value property.

Returns:

the value value.

withNextLink

public ClusterCodeVersionsListResultInner withNextLink(String nextLink)

Set the nextLink property: The URL to use for getting the next set of results.

Parameters:

nextLink - the nextLink value to set.

Returns:

the ClusterCodeVersionsListResultInner object itself.

withValue

public ClusterCodeVersionsListResultInner withValue(List<ClusterCodeVersionsResult> value)

Set the value property: The value property.

Parameters:

value - the value value to set.

Returns:

the ClusterCodeVersionsListResultInner object itself.

Applies to