public class GetCollectionNoteParameter extends Object
Constructor and Description |
---|
GetCollectionNoteParameter()
Default Constuctor necessary for json parsing
|
GetCollectionNoteParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap)
This constructor parses all incoming parameter of a request into the class structure
|
GetCollectionNoteParameter(String representation) |
Modifier and Type | Method and Description |
---|---|
Long[] |
getAttachmentIds()
Returns the AttachmentIds.
|
AttachmentResource[] |
getAttachments()
Returns the Attachments.
|
Date |
getCreationDate()
Returns the CreationDate.
|
Integer |
getDiscussionDepth()
Returns the DiscussionDepth.
|
Long |
getDiscussionId()
Returns the DiscussionId.
|
String |
getDiscussionPath()
Returns the DiscussionPath.
|
Long |
getF_discussionId()
Returns the F_discussionId.
|
Date |
getF_endDate()
Returns the F_endDate.
|
String |
getF_fullTextSearchString()
Returns the F_fullTextSearchString.
|
Boolean |
getF_includeComments()
Returns the F_includeComments.
|
String |
getF_noteSearchString()
Returns the F_noteSearchString.
|
Long |
getF_parentNoteId()
Returns the F_parentNoteId.
|
String |
getF_propertyFilter()
Returns the F_propertyFilter.
|
Boolean |
getF_showDirectMessages()
Returns the F_showDirectMessages.
|
Boolean |
getF_showFavorites()
Returns the F_showFavorites.
|
Boolean |
getF_showFollowedItems()
Returns the F_showFollowedItems.
|
Boolean |
getF_showNotesForMe()
Returns the F_showNotesForMe.
|
Date |
getF_startDate()
Returns the F_startDate.
|
String |
getF_tagPrefix()
Returns the F_tagPrefix.
|
String[] |
getF_tags()
Returns the F_tags.
|
String[] |
getF_topicAliases()
Returns the F_topicAliases.
|
Long[] |
getF_topicIds()
Returns the F_topicIds.
|
Long[] |
getF_userIds()
Returns the F_userIds.
|
String |
getF_userSearchString()
Returns the F_userSearchString.
|
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 |
getIsNoteForMe()
Returns the IsNoteForMe.
|
Date |
getLastModificationDate()
Returns the LastModificationDate.
|
String |
getLastName()
Returns the LastName.
|
Integer |
getMaxCount()
Returns the MaxCount.
|
Long |
getNoteId()
Returns the NoteId.
|
Long |
getNoteVersion()
Returns the NoteVersion.
|
Integer |
getNumberOfComments()
Returns the NumberOfComments.
|
Integer |
getOffset()
Returns the Offset.
|
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.
|
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 |
setCreationDate(Date creationDate)
Sets CreationDate.
|
void |
setDiscussionDepth(Integer discussionDepth)
Sets DiscussionDepth.
|
void |
setDiscussionId(Long discussionId)
Sets DiscussionId.
|
void |
setDiscussionPath(String discussionPath)
Sets DiscussionPath.
|
void |
setF_discussionId(Long f_discussionId)
Sets F_discussionId.
|
void |
setF_endDate(Date f_endDate)
Sets F_endDate.
|
void |
setF_fullTextSearchString(String f_fullTextSearchString)
Sets F_fullTextSearchString.
|
void |
setF_includeComments(Boolean f_includeComments)
Sets F_includeComments.
|
void |
setF_noteSearchString(String f_noteSearchString)
Sets F_noteSearchString.
|
void |
setF_parentNoteId(Long f_parentNoteId)
Sets F_parentNoteId.
|
void |
setF_propertyFilter(String f_propertyFilter)
Sets F_propertyFilter.
|
void |
setF_showDirectMessages(Boolean f_showDirectMessages)
Sets F_showDirectMessages.
|
void |
setF_showFavorites(Boolean f_showFavorites)
Sets F_showFavorites.
|
void |
setF_showFollowedItems(Boolean f_showFollowedItems)
Sets F_showFollowedItems.
|
void |
setF_showNotesForMe(Boolean f_showNotesForMe)
Sets F_showNotesForMe.
|
void |
setF_startDate(Date f_startDate)
Sets F_startDate.
|
void |
setF_tagPrefix(String f_tagPrefix)
Sets F_tagPrefix.
|
void |
setF_tags(String[] f_tags)
Sets F_tags.
|
void |
setF_topicAliases(String[] f_topicAliases)
Sets F_topicAliases.
|
void |
setF_topicIds(Long[] f_topicIds)
Sets F_topicIds.
|
void |
setF_userIds(Long[] f_userIds)
Sets F_userIds.
|
void |
setF_userSearchString(String f_userSearchString)
Sets F_userSearchString.
|
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 |
setIsNoteForMe(Boolean isNoteForMe)
Sets IsNoteForMe.
|
void |
setLastModificationDate(Date lastModificationDate)
Sets LastModificationDate.
|
void |
setLastName(String lastName)
Sets LastName.
|
void |
setMaxCount(Integer maxCount)
Sets MaxCount.
|
void |
setNoteId(Long noteId)
Sets NoteId.
|
void |
setNoteVersion(Long noteVersion)
Sets NoteVersion.
|
void |
setNumberOfComments(Integer numberOfComments)
Sets NumberOfComments.
|
void |
setOffset(Integer offset)
Sets Offset.
|
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.
|
public GetCollectionNoteParameter()
public GetCollectionNoteParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap) throws RestApiIllegalRequestParameterException
public GetCollectionNoteParameter(String representation) 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 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 setFilterHtml(Boolean filterHtml)
filterHtml
- public Boolean getFilterHtml()
public void setF_topicAliases(String[] f_topicAliases)
f_topicAliases
- public String[] getF_topicAliases()
public void setF_topicIds(Long[] f_topicIds)
f_topicIds
- public Long[] getF_topicIds()
public void setF_discussionId(Long f_discussionId)
f_discussionId
- public Long getF_discussionId()
public void setF_endDate(Date f_endDate)
f_endDate
- public Date getF_endDate()
public void setF_fullTextSearchString(String f_fullTextSearchString)
f_fullTextSearchString
- public String getF_fullTextSearchString()
public void setF_includeComments(Boolean f_includeComments)
f_includeComments
- public Boolean getF_includeComments()
public void setF_noteSearchString(String f_noteSearchString)
f_noteSearchString
- public String getF_noteSearchString()
public void setF_parentNoteId(Long f_parentNoteId)
f_parentNoteId
- public Long getF_parentNoteId()
public void setF_propertyFilter(String f_propertyFilter)
f_propertyFilter
- public String getF_propertyFilter()
public void setF_showDirectMessages(Boolean f_showDirectMessages)
f_showDirectMessages
- public Boolean getF_showDirectMessages()
public void setF_showFavorites(Boolean f_showFavorites)
f_showFavorites
- public Boolean getF_showFavorites()
public void setF_showFollowedItems(Boolean f_showFollowedItems)
f_showFollowedItems
- public Boolean getF_showFollowedItems()
public void setF_showNotesForMe(Boolean f_showNotesForMe)
f_showNotesForMe
- public Boolean getF_showNotesForMe()
public void setF_startDate(Date f_startDate)
f_startDate
- public Date getF_startDate()
public void setF_tags(String[] f_tags)
f_tags
- public String[] getF_tags()
public void setF_tagPrefix(String f_tagPrefix)
f_tagPrefix
- public String getF_tagPrefix()
public void setF_userIds(Long[] f_userIds)
f_userIds
- public Long[] getF_userIds()
public void setF_userSearchString(String f_userSearchString)
f_userSearchString
- public String getF_userSearchString()
public void setOffset(Integer offset)
offset
- public Integer getOffset()
public void setMaxCount(Integer maxCount)
maxCount
- public Integer getMaxCount()
Copyright © 2019 Communote team. All rights reserved.