public interface MembershipRequest
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
static java.lang.String |
SUBSCRIBE |
static java.lang.String |
UNSUBSCRIBE |
Modifier and Type | Method and Description |
---|---|
void |
approve()
Approve the Membership request
|
void |
deny()
Deny the Membership request
|
java.util.Date |
getCreationDate()
Access the creation date
|
java.lang.String |
getId()
Access the id of the membership request
|
java.lang.String |
getRequestType()
Access the requestType of the membership request
|
User |
getUser()
Access the user of the membership request
|
void |
remove()
Remove the Membership request
|
void |
setRequestType(java.lang.String pRequestType)
Set the requestType of the membership request
|
void |
setUser(User pUser)
Set the user of the membership request
|
static final java.lang.String CLASS_VERSION
static final java.lang.String UNSUBSCRIBE
static final java.lang.String SUBSCRIBE
java.lang.String getId()
User getUser()
void setUser(User pUser)
a
- userjava.lang.String getRequestType()
void setRequestType(java.lang.String pRequestType)
a
- requestTypejava.util.Date getCreationDate()
void approve()
void deny()
void remove()