public class DataContainer extends Object implements Serializable
| Constructor and Description |
|---|
DataContainer() |
| Modifier and Type | Method and Description |
|---|---|
ConversationWrapper |
getConversation() |
SpaceWrapper |
getCreateSpace() |
boolean |
getDeletionSuccessful() |
Person |
getMe() |
Message |
getMessage() |
MembersContainer |
getPeople() |
Person |
getPerson() |
SpaceWrapper |
getSpace() |
SpacesContainer |
getSpaces() |
String[] |
getUpdateSpaceContainer_MemberIdsChanged() |
SpaceWrapper |
getUpdateSpaceContainer_SpaceWrapper() |
UpdateSpaceContainer |
getUpdateSpaceContainer() |
void |
setConversation(ConversationWrapper conversation) |
public SpacesContainer getSpaces() throws WWException
WWException - containing an error message, if the request was unsuccessfulpublic boolean getDeletionSuccessful()
throws WWException
WWException - containing an error message, if the request was unsuccessfulpublic SpaceWrapper getCreateSpace() throws WWException
WWException - containing an error message, if the request was unsuccessfulpublic UpdateSpaceContainer getUpdateSpaceContainer() throws WWException
WWException - containing an error message, if the request was unsuccessfulpublic String[] getUpdateSpaceContainer_MemberIdsChanged() throws WWException
WWException - containing an error message, if the request was unsuccessfulpublic SpaceWrapper getUpdateSpaceContainer_SpaceWrapper() throws WWException
WWException - containing an error message, if the request was unsuccessfulpublic Person getMe() throws WWException
WWException - containing an error message, if the request was unsuccessfulpublic Person getPerson() throws WWException
WWException - containing an error message, if the request was unsuccessfulpublic ConversationWrapper getConversation() throws WWException
WWException - containing an error message, if the request was unsuccessfulpublic void setConversation(ConversationWrapper conversation)
conversation - ConversationWrapper for a given conversationpublic SpaceWrapper getSpace() throws WWException
WWException - containing an error message, if the request was unsuccessfulpublic MembersContainer getPeople() throws WWException
WWException - containing an error message, if the request was unsuccessfulpublic Message getMessage() throws WWException
WWException - containing an error message, if the request was unsuccessfulCopyright © 2017 OpenNTF. All rights reserved.