public class AccessPolicyEntry extends Object
| Constructor and Description |
|---|
AccessPolicyEntry() |
| Modifier and Type | Method and Description |
|---|---|
UUID |
applicationId()
Get the applicationId value.
|
String |
objectId()
Get the objectId value.
|
Permissions |
permissions()
Get the permissions value.
|
UUID |
tenantId()
Get the tenantId value.
|
AccessPolicyEntry |
withApplicationId(UUID applicationId)
Set the applicationId value.
|
AccessPolicyEntry |
withObjectId(String objectId)
Set the objectId value.
|
AccessPolicyEntry |
withPermissions(Permissions permissions)
Set the permissions value.
|
AccessPolicyEntry |
withTenantId(UUID tenantId)
Set the tenantId value.
|
public UUID tenantId()
public AccessPolicyEntry withTenantId(UUID tenantId)
tenantId - the tenantId value to setpublic String objectId()
public AccessPolicyEntry withObjectId(String objectId)
objectId - the objectId value to setpublic UUID applicationId()
public AccessPolicyEntry withApplicationId(UUID applicationId)
applicationId - the applicationId value to setpublic Permissions permissions()
public AccessPolicyEntry withPermissions(Permissions permissions)
permissions - the permissions value to setCopyright © 2019. All rights reserved.