public class SpaceInvitation extends Object
| Constructor and Description |
|---|
SpaceInvitation(Role role,
String subject,
String message,
boolean resend,
boolean notify,
List<Integer> users,
List<String> mails) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getMails() |
String |
getMessage() |
Role |
getRole() |
String |
getSubject() |
List<Integer> |
getUsers() |
boolean |
isNotify() |
boolean |
isResend() |
void |
setMails(List<String> mails) |
void |
setMessage(String message) |
void |
setNotify(boolean notify) |
void |
setResend(boolean resend) |
void |
setRole(Role role) |
void |
setSubject(String subject) |
void |
setUsers(List<Integer> users) |
public Role getRole()
public void setRole(Role role)
public String getSubject()
public void setSubject(String subject)
public String getMessage()
public void setMessage(String message)
public boolean isResend()
public void setResend(boolean resend)
public boolean isNotify()
public void setNotify(boolean notify)
Copyright © 2014. All Rights Reserved.