Class RoleAssignmentListResult
- java.lang.Object
-
- com.azure.resourcemanager.authorization.models.RoleAssignmentListResult
-
public final class RoleAssignmentListResult extends Object
Role assignment list operation result.
-
-
Constructor Summary
Constructors Constructor Description RoleAssignmentListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
nextLink()
Get the nextLink property: The URL to use for getting the next set of results.void
validate()
Validates the instance.List<RoleAssignmentInner>
value()
Get the value property: Role assignment list.RoleAssignmentListResult
withValue(List<RoleAssignmentInner> value)
Set the value property: Role assignment list.
-
-
-
Method Detail
-
value
public List<RoleAssignmentInner> value()
Get the value property: Role assignment list.- Returns:
- the value value.
-
withValue
public RoleAssignmentListResult withValue(List<RoleAssignmentInner> value)
Set the value property: Role assignment list.- Parameters:
value
- the value value to set.- Returns:
- the RoleAssignmentListResult object itself.
-
nextLink
public String nextLink()
Get the nextLink property: The URL to use for getting the next set of results.- Returns:
- the nextLink value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-