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