public final class RoleAssignmentDetailsList extends Object
| Constructor and Description |
|---|
RoleAssignmentDetailsList() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCount()
Get the count property: Number of role assignments.
|
List<RoleAssignmentDetails> |
getValue()
Get the value property: A list of role assignments.
|
RoleAssignmentDetailsList |
setCount(Integer count)
Set the count property: Number of role assignments.
|
RoleAssignmentDetailsList |
setValue(List<RoleAssignmentDetails> value)
Set the value property: A list of role assignments.
|
public Integer getCount()
public RoleAssignmentDetailsList setCount(Integer count)
count - the count value to set.public List<RoleAssignmentDetails> getValue()
public RoleAssignmentDetailsList setValue(List<RoleAssignmentDetails> value)
value - the value value to set.Copyright © 2021 Microsoft Corporation. All rights reserved.