@Generated public class PermissionsChange extends Object
| Constructor and Description |
|---|
PermissionsChange() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Collection<Privilege> |
getAdd() |
String |
getPrincipal() |
Collection<Privilege> |
getRemove() |
int |
hashCode() |
PermissionsChange |
setAdd(Collection<Privilege> add) |
PermissionsChange |
setPrincipal(String principal) |
PermissionsChange |
setRemove(Collection<Privilege> remove) |
String |
toString() |
public PermissionsChange setAdd(Collection<Privilege> add)
public Collection<Privilege> getAdd()
public PermissionsChange setPrincipal(String principal)
public String getPrincipal()
public PermissionsChange setRemove(Collection<Privilege> remove)
public Collection<Privilege> getRemove()
Copyright © 2024. All rights reserved.