public class RoleAssignmentFilter extends Object
| Constructor and Description |
|---|
RoleAssignmentFilter() |
| Modifier and Type | Method and Description |
|---|---|
String |
principalId()
Get the principalId value.
|
RoleAssignmentFilter |
withPrincipalId(String principalId)
Set the principalId value.
|
public String principalId()
public RoleAssignmentFilter withPrincipalId(String principalId)
principalId - the principalId value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/