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