|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--sharpster.common.Response
|
+--sharpster.common.MissingUsersResponse
A response which specifies missing users.
| Constructor Summary | |
MissingUsersResponse()
|
|
| Method Summary | |
void |
addMissingUsers(java.lang.String user)
Adds a missing user. |
java.lang.String[] |
getMissingUsers()
Returns the missing users. |
int |
getType()
Returns the type of this response. |
boolean |
hasMissingUsers()
Returns true if the response has missing users. |
java.lang.String |
toString()
|
| Methods inherited from class sharpster.common.Response |
getOrigin, getUser, isError, setError, setOrigin, setUser |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public MissingUsersResponse()
| Method Detail |
public int getType()
getType in class Responsepublic void addMissingUsers(java.lang.String user)
public boolean hasMissingUsers()
public java.lang.String[] getMissingUsers()
public java.lang.String toString()
toString in class Response
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||