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.
|
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 © 2016. All rights reserved.