public class AclDeleteParameters extends Object
Constructor and Description |
---|
AclDeleteParameters() |
Modifier and Type | Method and Description |
---|---|
AclType |
aceType()
Get the access control list (ACL) entry type.
|
UUID |
principalId()
Get the Azure AD object ID of the user or group being specified in the access control list (ACL) entry.
|
AclDeleteParameters |
withAceType(AclType aceType)
Set the access control list (ACL) entry type.
|
AclDeleteParameters |
withPrincipalId(UUID principalId)
Set the Azure AD object ID of the user or group being specified in the access control list (ACL) entry.
|
public AclType aceType()
public AclDeleteParameters withAceType(AclType aceType)
aceType
- the aceType value to setpublic UUID principalId()
public AclDeleteParameters withPrincipalId(UUID principalId)
principalId
- the principalId value to setCopyright © 2019. All rights reserved.