public class Permission extends BaseEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
Permission.Builder |
| Constructor and Description |
|---|
Permission(Operation operation,
Role role) |
Permission(String id,
Operation operation,
Role role) |
Permission(UUID id,
ZonedDateTime createdAt,
ZonedDateTime updatedAt,
Operation operation,
Role role) |
| Modifier and Type | Method and Description |
|---|---|
Operation |
getOperation() |
Role |
getRole() |
String |
toString() |
equals, getCreatedAt, getId, getIdAsUUID, getUpdatedAt, hashCode, setUpdatedAtpublic Permission(UUID id, ZonedDateTime createdAt, ZonedDateTime updatedAt, Operation operation, Role role)
public Operation getOperation()
public Role getRole()
public String toString()
toString in class BaseEntityCopyright © 2015 Red Hat, Inc.. All rights reserved.