ClassicAdministratorListResult Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. models. ClassicAdministratorListResult
- com.
Implements
public final class ClassicAdministratorListResult
implements JsonSerializable<ClassicAdministratorListResult>
ClassicAdministrator list result information.
Constructor Summary
| Constructor | Description |
|---|---|
| ClassicAdministratorListResult() |
Creates an instance of Classic |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Classic |
fromJson(JsonReader jsonReader)
Reads an instance of Classic |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Classic |
value()
Get the value property: An array of administrators. |
|
Classic |
withNextLink(String nextLink)
Set the next |
|
Classic |
withValue(List<ClassicAdministratorInner> value)
Set the value property: An array of administrators. |
Methods inherited from java.lang.Object
Constructor Details
ClassicAdministratorListResult
public ClassicAdministratorListResult()
Creates an instance of ClassicAdministratorListResult class.
Method Details
fromJson
public static ClassicAdministratorListResult fromJson(JsonReader jsonReader)
Reads an instance of ClassicAdministratorListResult 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<ClassicAdministratorInner> value()
Get the value property: An array of administrators.
Returns:
withNextLink
public ClassicAdministratorListResult withNextLink(String nextLink)
Set the nextLink property: The URL to use for getting the next set of results.
Parameters:
Returns:
withValue
public ClassicAdministratorListResult withValue(List<ClassicAdministratorInner> value)
Set the value property: An array of administrators.
Parameters:
Returns: