public class Grantee extends Object
| Constructor and Description |
|---|
Grantee()
Constructs a new grantee without specifying an ID.
|
Grantee(String id)
Constructs a new grantee with the specified ID.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getId()
Gets the ID of the grantee.
|
int |
hashCode() |
void |
setId(String id)
Sets the ID of the grantee.
|
String |
toString() |
Grantee |
withId(String id)
Sets the ID of the grantee.
|
public Grantee()
public Grantee(String id)
id - The ID for the user.public String getId()
public void setId(String id)
id - The ID of the grantee.public Grantee withId(String id)
id - The ID of the grantee.Copyright © 2021. All rights reserved.