다음을 통해 공유


PolicySetDefinitionVersionListResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.resources.fluent.models.PolicySetDefinitionVersionListResultInner

Implements

public final class PolicySetDefinitionVersionListResultInner
implements JsonSerializable<PolicySetDefinitionVersionListResultInner>

List of policy set definition versions.

Constructor Summary

Constructor Description
PolicySetDefinitionVersionListResultInner()

Creates an instance of PolicySetDefinitionVersionListResultInner class.

Method Summary

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

Reads an instance of PolicySetDefinitionVersionListResultInner 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<PolicySetDefinitionVersionInner> value()

Get the value property: An array of policy set definition versions.

PolicySetDefinitionVersionListResultInner withNextLink(String nextLink)

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

PolicySetDefinitionVersionListResultInner withValue(List<PolicySetDefinitionVersionInner> value)

Set the value property: An array of policy set definition versions.

Methods inherited from java.lang.Object

Constructor Details

PolicySetDefinitionVersionListResultInner

public PolicySetDefinitionVersionListResultInner()

Creates an instance of PolicySetDefinitionVersionListResultInner class.

Method Details

fromJson

public static PolicySetDefinitionVersionListResultInner fromJson(JsonReader jsonReader)

Reads an instance of PolicySetDefinitionVersionListResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

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<PolicySetDefinitionVersionInner> value()

Get the value property: An array of policy set definition versions.

Returns:

the value value.

withNextLink

public PolicySetDefinitionVersionListResultInner 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 PolicySetDefinitionVersionListResultInner object itself.

withValue

public PolicySetDefinitionVersionListResultInner withValue(List<PolicySetDefinitionVersionInner> value)

Set the value property: An array of policy set definition versions.

Parameters:

value - the value value to set.

Returns:

the PolicySetDefinitionVersionListResultInner object itself.

Applies to