EligibleChildResourcesListResult Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. models. EligibleChildResourcesListResult
- com.
Implements
public final class EligibleChildResourcesListResult
implements JsonSerializable<EligibleChildResourcesListResult>
Eligible child resources list operation result.
Constructor Summary
| Constructor | Description |
|---|---|
| EligibleChildResourcesListResult() |
Creates an instance of Eligible |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Eligible |
fromJson(JsonReader jsonReader)
Reads an instance of Eligible |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Eligible |
value()
Get the value property: Eligible child resource list. |
|
Eligible |
withNextLink(String nextLink)
Set the next |
|
Eligible |
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:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The URL to use for getting the next set of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<EligibleChildResourceInner> value()
Get the value property: Eligible child resource list.
Returns:
withNextLink
public EligibleChildResourcesListResult withNextLink(String nextLink)
Set the nextLink property: The URL to use for getting the next set of results.
Parameters:
Returns:
withValue
public EligibleChildResourcesListResult withValue(List<EligibleChildResourceInner> value)
Set the value property: Eligible child resource list.
Parameters:
Returns: