public class GetNoteParameter extends Object
Constructor and Description |
---|
GetNoteParameter()
Default Constuctor necessary for json parsing
|
GetNoteParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap,
Long noteId)
This constructor parses all incoming parameter of a request into the class structure
|
GetNoteParameter(String representation,
Long noteId) |
Modifier and Type | Method and Description |
---|---|
Long[] |
getAttachmentIds()
Returns the AttachmentIds.
|
AttachmentResource[] |
getAttachments()
Returns the Attachments.
|
Date |
getCrawlLastModificationDate()
Returns the CrawlLastModificationDate.
|
Date |
getCreationDate()
Returns the CreationDate.
|
Integer |
getDiscussionDepth()
Returns the DiscussionDepth.
|
Long |
getDiscussionId()
Returns the DiscussionId.
|
String |
getDiscussionPath()
Returns the DiscussionPath.
|
Boolean |
getFilterHtml()
Returns the FilterHtml.
|
String |
getFirstName()
Returns the FirstName.
|
String[] |
getFollowedItems()
Returns the FollowedItems.
|
Boolean |
getIsDirectMessage()
Returns the IsDirectMessage.
|
Boolean |
getIsFavorite()
Returns the IsFavorite.
|
Boolean |
getIsLike()
Returns the IsLike.
|
Boolean |
getIsMentionDiscussionAuthors()
Returns the IsMentionDiscussionAuthors.
|
Boolean |
getIsMentionTopicAuthors()
Returns the IsMentionTopicAuthors.
|
Boolean |
getIsMentionTopicManagers()
Returns the IsMentionTopicManagers.
|
Boolean |
getIsMentionTopicReaders()
Returns the IsMentionTopicReaders.
|
Boolean |
getIsNoteForMe()
Returns the IsNoteForMe.
|
Date |
getLastModificationDate()
Returns the LastModificationDate.
|
String |
getLastName()
Returns the LastName.
|
Long |
getNoteId()
Returns the NoteId.
|
Long |
getNoteVersion()
Returns the NoteVersion.
|
Integer |
getNumberOfComments()
Returns the NumberOfComments.
|
Long |
getParentNoteId()
Returns the ParentNoteId.
|
TagResource[] |
getTags()
Returns the Tags.
|
String |
getText()
Returns the Text.
|
Long |
getTopicId()
Returns the TopicId.
|
String |
getTopicName()
Returns the TopicName.
|
Long |
getUserId()
Returns the UserId.
|
String |
getUserName()
Returns the UserName.
|
String[] |
getUsersToNotify()
Returns the UsersToNotify.
|
Long[] |
getUsersToNotifyIds()
Returns the UsersToNotifyIds.
|
void |
handleUnknownProperties(String key,
Object value)
Log unknown properties to loglevel warn.
|
void |
setAttachmentIds(Long[] attachmentIds)
Sets AttachmentIds.
|
void |
setAttachments(AttachmentResource[] attachments)
Sets Attachments.
|
void |
setCrawlLastModificationDate(Date crawlLastModificationDate)
Sets CrawlLastModificationDate.
|
void |
setCreationDate(Date creationDate)
Sets CreationDate.
|
void |
setDiscussionDepth(Integer discussionDepth)
Sets DiscussionDepth.
|
void |
setDiscussionId(Long discussionId)
Sets DiscussionId.
|
void |
setDiscussionPath(String discussionPath)
Sets DiscussionPath.
|
void |
setFilterHtml(Boolean filterHtml)
Sets FilterHtml.
|
void |
setFirstName(String firstName)
Sets FirstName.
|
void |
setFollowedItems(String[] followedItems)
Sets FollowedItems.
|
void |
setIsDirectMessage(Boolean isDirectMessage)
Sets IsDirectMessage.
|
void |
setIsFavorite(Boolean isFavorite)
Sets IsFavorite.
|
void |
setIsLike(Boolean isLike)
Sets IsLike.
|
void |
setIsMentionDiscussionAuthors(Boolean isMentionDiscussionAuthors)
Sets IsMentionDiscussionAuthors.
|
void |
setIsMentionTopicAuthors(Boolean isMentionTopicAuthors)
Sets IsMentionTopicAuthors.
|
void |
setIsMentionTopicManagers(Boolean isMentionTopicManagers)
Sets IsMentionTopicManagers.
|
void |
setIsMentionTopicReaders(Boolean isMentionTopicReaders)
Sets IsMentionTopicReaders.
|
void |
setIsNoteForMe(Boolean isNoteForMe)
Sets IsNoteForMe.
|
void |
setLastModificationDate(Date lastModificationDate)
Sets LastModificationDate.
|
void |
setLastName(String lastName)
Sets LastName.
|
void |
setNoteId(Long noteId)
Sets NoteId.
|
void |
setNoteVersion(Long noteVersion)
Sets NoteVersion.
|
void |
setNumberOfComments(Integer numberOfComments)
Sets NumberOfComments.
|
void |
setParentNoteId(Long parentNoteId)
Sets ParentNoteId.
|
void |
setTags(TagResource[] tags)
Sets Tags.
|
void |
setText(String text)
Sets Text.
|
void |
setTopicId(Long topicId)
Sets TopicId.
|
void |
setTopicName(String topicName)
Sets TopicName.
|
void |
setUserId(Long userId)
Sets UserId.
|
void |
setUserName(String userName)
Sets UserName.
|
void |
setUsersToNotify(String[] usersToNotify)
Sets UsersToNotify.
|
void |
setUsersToNotifyIds(Long[] usersToNotifyIds)
Sets UsersToNotifyIds.
|
public GetNoteParameter()
public GetNoteParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap, Long noteId) throws RestApiIllegalRequestParameterException
public GetNoteParameter(String representation, Long noteId) throws org.codehaus.jackson.JsonParseException, org.codehaus.jackson.map.JsonMappingException, IOException
org.codehaus.jackson.JsonParseException
org.codehaus.jackson.map.JsonMappingException
IOException
public void setNoteId(Long noteId)
noteId
- public Long getNoteId()
public void setText(String text)
text
- public String getText()
public void setNumberOfComments(Integer numberOfComments)
numberOfComments
- public Integer getNumberOfComments()
public void setTags(TagResource[] tags)
tags
- public TagResource[] getTags()
public void setParentNoteId(Long parentNoteId)
parentNoteId
- public Long getParentNoteId()
public void setIsDirectMessage(Boolean isDirectMessage)
isDirectMessage
- public Boolean getIsDirectMessage()
public void setIsNoteForMe(Boolean isNoteForMe)
isNoteForMe
- public Boolean getIsNoteForMe()
public void setUsersToNotify(String[] usersToNotify)
usersToNotify
- public String[] getUsersToNotify()
public void setUsersToNotifyIds(Long[] usersToNotifyIds)
usersToNotifyIds
- public Long[] getUsersToNotifyIds()
public void setFollowedItems(String[] followedItems)
followedItems
- public String[] getFollowedItems()
public void setIsFavorite(Boolean isFavorite)
isFavorite
- public Boolean getIsFavorite()
public void setIsLike(Boolean isLike)
isLike
- public Boolean getIsLike()
public void setCreationDate(Date creationDate)
creationDate
- public Date getCreationDate()
public void setLastModificationDate(Date lastModificationDate)
lastModificationDate
- public Date getLastModificationDate()
public void setTopicId(Long topicId)
topicId
- public Long getTopicId()
public void setTopicName(String topicName)
topicName
- public String getTopicName()
public void setUserName(String userName)
userName
- public String getUserName()
public void setFirstName(String firstName)
firstName
- public String getFirstName()
public void setLastName(String lastName)
lastName
- public String getLastName()
public void setUserId(Long userId)
userId
- public Long getUserId()
public void setDiscussionDepth(Integer discussionDepth)
discussionDepth
- public Integer getDiscussionDepth()
public void setDiscussionPath(String discussionPath)
discussionPath
- public String getDiscussionPath()
public void setDiscussionId(Long discussionId)
discussionId
- public Long getDiscussionId()
public void setAttachmentIds(Long[] attachmentIds)
attachmentIds
- public Long[] getAttachmentIds()
public void setAttachments(AttachmentResource[] attachments)
attachments
- public AttachmentResource[] getAttachments()
public void setNoteVersion(Long noteVersion)
noteVersion
- public Long getNoteVersion()
public void setIsMentionTopicReaders(Boolean isMentionTopicReaders)
isMentionTopicReaders
- public Boolean getIsMentionTopicReaders()
public void setIsMentionTopicAuthors(Boolean isMentionTopicAuthors)
isMentionTopicAuthors
- public Boolean getIsMentionTopicAuthors()
public void setIsMentionTopicManagers(Boolean isMentionTopicManagers)
isMentionTopicManagers
- public Boolean getIsMentionTopicManagers()
public void setIsMentionDiscussionAuthors(Boolean isMentionDiscussionAuthors)
isMentionDiscussionAuthors
- public Boolean getIsMentionDiscussionAuthors()
public void setCrawlLastModificationDate(Date crawlLastModificationDate)
crawlLastModificationDate
- public Date getCrawlLastModificationDate()
public void setFilterHtml(Boolean filterHtml)
filterHtml
- public Boolean getFilterHtml()
Copyright © 2019 Communote team. All rights reserved.