EligibleChildResourcesListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.authorization.models.EligibleChildResourcesListResult

Implements

public final class EligibleChildResourcesListResult
implements JsonSerializable<EligibleChildResourcesListResult>

Eligible child resources list operation result.

Constructor Summary

Constructor Description
EligibleChildResourcesListResult()

Creates an instance of EligibleChildResourcesListResult class.

Method Summary

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

Reads an instance of EligibleChildResourcesListResult 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<EligibleChildResourceInner> value()

Get the value property: Eligible child resource list.

EligibleChildResourcesListResult withNextLink(String nextLink)

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

EligibleChildResourcesListResult withValue(List<EligibleChildResourceInner> value)

Set the value property: Eligible child resource list.

Methods inherited from java.lang.Object

Constructor Details

EligibleChildResourcesListResult

public EligibleChildResourcesListResult()

Creates an instance of EligibleChildResourcesListResult class.

Method Details

fromJson

public static EligibleChildResourcesListResult fromJson(JsonReader jsonReader)

Reads an instance of EligibleChildResourcesListResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

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

Get the value property: Eligible child resource list.

Returns:

the value value.

withNextLink

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

withValue

public EligibleChildResourcesListResult withValue(List<EligibleChildResourceInner> value)

Set the value property: Eligible child resource list.

Parameters:

value - the value value to set.

Returns:

the EligibleChildResourcesListResult object itself.

Applies to