Class PermissionGetResult
java.lang.Object
com.azure.resourcemanager.authorization.models.PermissionGetResult
Permissions information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The URL to use for getting the next set of results.voidvalidate()Validates the instance.value()Get the value property: An array of permissions.withNextLink(String nextLink) Set the nextLink property: The URL to use for getting the next set of results.withValue(List<PermissionInner> value) Set the value property: An array of permissions.
-
Constructor Details
-
PermissionGetResult
public PermissionGetResult()Creates an instance of PermissionGetResult class.
-
-
Method Details
-
value
Get the value property: An array of permissions.- Returns:
- the value value.
-
withValue
Set the value property: An array of permissions.- Parameters:
value- the value value to set.- Returns:
- the PermissionGetResult object itself.
-
nextLink
Get the nextLink property: The URL to use for getting the next set of results.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: The URL to use for getting the next set of results.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the PermissionGetResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-