public class DataContainer extends Object implements Serializable
Constructor and Description |
---|
DataContainer() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getAliasedChildren()
When passing aliases, this holds the return objects for those aliases, e.g.
|
ConversationWrapper |
getConversation() |
SpaceWrapper |
getCreateSpace() |
boolean |
getDeletionSuccessful() |
Person |
getMe() |
MentionedContainer |
getMentioned() |
Message |
getMessage() |
MembersContainer |
getPeople() |
Person |
getPerson() |
String[] |
getRemoveSpaceMembersContainer_MemberIdsChanged() |
SpaceWrapper |
getRemoveSpaceMembersContainer_SpaceWrapper() |
RemoveSpaceMembersContainer |
getRemoveSpaceMembersContainer() |
SpaceWrapper |
getSpace() |
SpacesContainer |
getSpaces() |
String[] |
getUpdateSpaceContainer_MemberIdsChanged() |
SpaceWrapper |
getUpdateSpaceContainer_SpaceWrapper() |
UpdateSpaceContainer |
getUpdateSpaceContainer() |
void |
setAliasedChildren(Map<String,Object> children)
Setter for children for objects with aliases
|
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[] getRemoveSpaceMembersContainer_MemberIdsChanged() throws WWException
WWException
- containing an error message, if the request was unsuccessfulpublic SpaceWrapper getRemoveSpaceMembersContainer_SpaceWrapper() throws WWException
WWException
- containing an error message, if the request was unsuccessfulpublic RemoveSpaceMembersContainer getRemoveSpaceMembersContainer() 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 unsuccessfulpublic MentionedContainer getMentioned() throws WWException
WWException
- containing an error message, if the request was unsuccessfulpublic Map<String,Object> getAliasedChildren()
Copyright © 2018 OpenNTF. All rights reserved.