|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.UserLoadResponse
public class UserLoadResponse
Response containing a single user
Constructor Summary | |
---|---|
UserLoadResponse()
Create an empty instance |
|
UserLoadResponse(Message message,
ResponseInfo responseInfo)
Create instance with message and response info |
|
UserLoadResponse(Message message,
ResponseInfo responseInfo,
User user)
Create instance with message, response info and user |
Method Summary | |
---|---|
User |
getUser()
Get the user |
void |
setUser(User user)
Set the user |
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse |
---|
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserLoadResponse()
public UserLoadResponse(Message message, ResponseInfo responseInfo)
message
- messageresponseInfo
- response infopublic UserLoadResponse(Message message, ResponseInfo responseInfo, User user)
message
- messageresponseInfo
- response infouser
- userMethod Detail |
---|
public void setUser(User user)
user
- userpublic User getUser()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |