public class GetCollectionTimelineNoteParameter extends Object
Constructor and Description |
---|
GetCollectionTimelineNoteParameter()
Default Constuctor necessary for json parsing
|
GetCollectionTimelineNoteParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap)
This constructor parses all incoming parameter of a request into the class structure
|
GetCollectionTimelineNoteParameter(String representation) |
Modifier and Type | Method and Description |
---|---|
AttachmentResource[] |
getAttachments()
Returns the Attachments.
|
TimelineUserResource |
getAuthor()
Returns the Author.
|
Integer |
getCheckAtLeastMoreResults()
Returns the CheckAtLeastMoreResults.
|
Date |
getCreationDate()
Returns the CreationDate.
|
TimelineNoteDiscussionResource |
getDiscussion()
Returns the Discussion.
|
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.
|
Long |
getF_noteId()
Returns the F_noteId.
|
String |
getF_noteSearchString()
Returns the F_noteSearchString.
|
Long |
getF_parentNoteId()
Returns the F_parentNoteId.
|
String |
getF_propertyFilter()
Returns the F_propertyFilter.
|
Long |
getF_retrieveOnlyNotesAfterDate()
Returns the F_retrieveOnlyNotesAfterDate.
|
Long |
getF_retrieveOnlyNotesAfterId()
Returns the F_retrieveOnlyNotesAfterId.
|
Long |
getF_retrieveOnlyNotesBeforeDate()
Returns the F_retrieveOnlyNotesBeforeDate.
|
Long |
getF_retrieveOnlyNotesBeforeId()
Returns the F_retrieveOnlyNotesBeforeId.
|
Boolean |
getF_showDirectMessages()
Returns the F_showDirectMessages.
|
Boolean |
getF_showDiscussionParticipation()
Returns the F_showDiscussionParticipation.
|
Boolean |
getF_showFavorites()
Returns the F_showFavorites.
|
Boolean |
getF_showFollowedItems()
Returns the F_showFollowedItems.
|
Boolean |
getF_showNotesForMe()
Returns the F_showNotesForMe.
|
Boolean |
getF_showOnlyDiscussions()
Returns the F_showOnlyDiscussions.
|
Boolean |
getF_showOnlyRootNotes()
Returns the F_showOnlyRootNotes.
|
Date |
getF_startDate()
Returns the F_startDate.
|
Long[] |
getF_tagIds()
Returns the F_tagIds.
|
String |
getF_tagPrefix()
Returns the F_tagPrefix.
|
Long |
getF_targetTopicId()
Returns the F_targetTopicId.
|
EF_topicAccess |
getF_topicAccess()
Returns the constant F_topicAccess.
|
String[] |
getF_topicAliases()
Returns the F_topicAliases.
|
Long[] |
getF_topicIds()
Returns the F_topicIds.
|
Long[] |
getF_topicIdsToExclude()
Returns the F_topicIdsToExclude.
|
Boolean |
getF_topicRelated()
Returns the F_topicRelated.
|
String[] |
getF_userAliases()
Returns the F_userAliases.
|
Long[] |
getF_userIds()
Returns the F_userIds.
|
String |
getF_userSearchString()
Returns the F_userSearchString.
|
Boolean |
getFilterHtml()
Returns the FilterHtml.
|
Boolean |
getIsDirectMessage()
Returns the IsDirectMessage.
|
Integer |
getMaxCount()
Returns the MaxCount.
|
Integer |
getMaxTextLength()
Returns the MaxTextLength.
|
Long |
getNoteId()
Returns the NoteId.
|
Integer |
getNumberOfChildNotes()
Returns the NumberOfChildNotes.
|
Integer |
getNumberOfLikes()
Returns the NumberOfLikes.
|
Integer |
getOffset()
Returns the Offset.
|
Long |
getParentNoteId()
Returns the ParentNoteId.
|
List<ERights> |
getRights()
Returns List of constants Rights.
|
String |
getShortText()
Returns the ShortText.
|
TimelineNoteTagResource[] |
getTags()
Returns the Tags.
|
String |
getText()
Returns the Text.
|
TimelineTopicResource |
getTopic()
Returns the Topic.
|
List<EUserNoteProperties> |
getUserNoteProperties()
Returns List of constants UserNoteProperties.
|
TimelineUserResource[] |
getUsersToNotify()
Returns the UsersToNotify.
|
void |
handleUnknownProperties(String key,
Object value)
Log unknown properties to loglevel warn.
|
void |
setAttachments(AttachmentResource[] attachments)
Sets Attachments.
|
void |
setAuthor(TimelineUserResource author)
Sets Author.
|
void |
setCheckAtLeastMoreResults(Integer checkAtLeastMoreResults)
Sets CheckAtLeastMoreResults.
|
void |
setCreationDate(Date creationDate)
Sets CreationDate.
|
void |
setDiscussion(TimelineNoteDiscussionResource discussion)
Sets Discussion.
|
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_noteId(Long f_noteId)
Sets F_noteId.
|
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_retrieveOnlyNotesAfterDate(Long f_retrieveOnlyNotesAfterDate)
Sets F_retrieveOnlyNotesAfterDate.
|
void |
setF_retrieveOnlyNotesAfterId(Long f_retrieveOnlyNotesAfterId)
Sets F_retrieveOnlyNotesAfterId.
|
void |
setF_retrieveOnlyNotesBeforeDate(Long f_retrieveOnlyNotesBeforeDate)
Sets F_retrieveOnlyNotesBeforeDate.
|
void |
setF_retrieveOnlyNotesBeforeId(Long f_retrieveOnlyNotesBeforeId)
Sets F_retrieveOnlyNotesBeforeId.
|
void |
setF_showDirectMessages(Boolean f_showDirectMessages)
Sets F_showDirectMessages.
|
void |
setF_showDiscussionParticipation(Boolean f_showDiscussionParticipation)
Sets F_showDiscussionParticipation.
|
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_showOnlyDiscussions(Boolean f_showOnlyDiscussions)
Sets F_showOnlyDiscussions.
|
void |
setF_showOnlyRootNotes(Boolean f_showOnlyRootNotes)
Sets F_showOnlyRootNotes.
|
void |
setF_startDate(Date f_startDate)
Sets F_startDate.
|
void |
setF_tagIds(Long[] f_tagIds)
Sets F_tagIds.
|
void |
setF_tagPrefix(String f_tagPrefix)
Sets F_tagPrefix.
|
void |
setF_targetTopicId(Long f_targetTopicId)
Sets F_targetTopicId.
|
void |
setF_topicAccess(EF_topicAccess f_topicAccess)
Sets the constant F_topicAccess.
|
void |
setF_topicAliases(String[] f_topicAliases)
Sets F_topicAliases.
|
void |
setF_topicIds(Long[] f_topicIds)
Sets F_topicIds.
|
void |
setF_topicIdsToExclude(Long[] f_topicIdsToExclude)
Sets F_topicIdsToExclude.
|
void |
setF_topicRelated(Boolean f_topicRelated)
Sets F_topicRelated.
|
void |
setF_userAliases(String[] f_userAliases)
Sets F_userAliases.
|
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 |
setIsDirectMessage(Boolean isDirectMessage)
Sets IsDirectMessage.
|
void |
setMaxCount(Integer maxCount)
Sets MaxCount.
|
void |
setMaxTextLength(Integer maxTextLength)
Sets MaxTextLength.
|
void |
setNoteId(Long noteId)
Sets NoteId.
|
void |
setNumberOfChildNotes(Integer numberOfChildNotes)
Sets NumberOfChildNotes.
|
void |
setNumberOfLikes(Integer numberOfLikes)
Sets NumberOfLikes.
|
void |
setOffset(Integer offset)
Sets Offset.
|
void |
setParentNoteId(Long parentNoteId)
Sets ParentNoteId.
|
void |
setRights(List<ERights> rights)
List of constants Rights.
|
void |
setShortText(String shortText)
Sets ShortText.
|
void |
setTags(TimelineNoteTagResource[] tags)
Sets Tags.
|
void |
setText(String text)
Sets Text.
|
void |
setTopic(TimelineTopicResource topic)
Sets Topic.
|
void |
setUserNoteProperties(List<EUserNoteProperties> userNoteProperties)
List of constants UserNoteProperties.
|
void |
setUsersToNotify(TimelineUserResource[] usersToNotify)
Sets UsersToNotify.
|
public GetCollectionTimelineNoteParameter()
public GetCollectionTimelineNoteParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap) throws RestApiIllegalRequestParameterException
public GetCollectionTimelineNoteParameter(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 setShortText(String shortText)
shortText
- public String getShortText()
public void setCreationDate(Date creationDate)
creationDate
- public Date getCreationDate()
public void setAuthor(TimelineUserResource author)
author
- public TimelineUserResource getAuthor()
public void setUsersToNotify(TimelineUserResource[] usersToNotify)
usersToNotify
- public TimelineUserResource[] getUsersToNotify()
public void setNumberOfChildNotes(Integer numberOfChildNotes)
numberOfChildNotes
- public Integer getNumberOfChildNotes()
public void setTags(TimelineNoteTagResource[] tags)
tags
- public TimelineNoteTagResource[] getTags()
public void setUserNoteProperties(List<EUserNoteProperties> userNoteProperties)
the
- constants userNotePropertiespublic List<EUserNoteProperties> getUserNoteProperties()
public void setIsDirectMessage(Boolean isDirectMessage)
isDirectMessage
- public Boolean getIsDirectMessage()
public void setNumberOfLikes(Integer numberOfLikes)
numberOfLikes
- public Integer getNumberOfLikes()
public void setRights(List<ERights> rights)
the
- constants rightspublic List<ERights> getRights()
public void setAttachments(AttachmentResource[] attachments)
attachments
- public AttachmentResource[] getAttachments()
public void setTopic(TimelineTopicResource topic)
topic
- public TimelineTopicResource getTopic()
public void setDiscussion(TimelineNoteDiscussionResource discussion)
discussion
- public TimelineNoteDiscussionResource getDiscussion()
public void setParentNoteId(Long parentNoteId)
parentNoteId
- public Long getParentNoteId()
public void setFilterHtml(Boolean filterHtml)
filterHtml
- public Boolean getFilterHtml()
public void setMaxTextLength(Integer maxTextLength)
maxTextLength
- public Integer getMaxTextLength()
public void setOffset(Integer offset)
offset
- public Integer getOffset()
public void setMaxCount(Integer maxCount)
maxCount
- public Integer getMaxCount()
public void setCheckAtLeastMoreResults(Integer checkAtLeastMoreResults)
checkAtLeastMoreResults
- public Integer getCheckAtLeastMoreResults()
public void setF_discussionId(Long f_discussionId)
f_discussionId
- public Long getF_discussionId()
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_topicIds(Long[] f_topicIds)
f_topicIds
- public Long[] getF_topicIds()
public void setF_topicAliases(String[] f_topicAliases)
f_topicAliases
- public String[] getF_topicAliases()
public void setF_topicIdsToExclude(Long[] f_topicIdsToExclude)
f_topicIdsToExclude
- public Long[] getF_topicIdsToExclude()
public void setF_tagIds(Long[] f_tagIds)
f_tagIds
- public Long[] getF_tagIds()
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_userAliases(String[] f_userAliases)
f_userAliases
- public String[] getF_userAliases()
public void setF_startDate(Date f_startDate)
f_startDate
- public Date getF_startDate()
public void setF_endDate(Date f_endDate)
f_endDate
- public Date getF_endDate()
public void setF_userSearchString(String f_userSearchString)
f_userSearchString
- public String getF_userSearchString()
public void setF_noteSearchString(String f_noteSearchString)
f_noteSearchString
- public String getF_noteSearchString()
public void setF_fullTextSearchString(String f_fullTextSearchString)
f_fullTextSearchString
- public String getF_fullTextSearchString()
public void setF_parentNoteId(Long f_parentNoteId)
f_parentNoteId
- public Long getF_parentNoteId()
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_includeComments(Boolean f_includeComments)
f_includeComments
- public Boolean getF_includeComments()
public void setF_propertyFilter(String f_propertyFilter)
f_propertyFilter
- public String getF_propertyFilter()
public void setF_topicAccess(EF_topicAccess f_topicAccess)
the
- constant f_topicAccesspublic EF_topicAccess getF_topicAccess()
public void setF_showOnlyDiscussions(Boolean f_showOnlyDiscussions)
f_showOnlyDiscussions
- public Boolean getF_showOnlyDiscussions()
public void setF_showOnlyRootNotes(Boolean f_showOnlyRootNotes)
f_showOnlyRootNotes
- public Boolean getF_showOnlyRootNotes()
public void setF_showDiscussionParticipation(Boolean f_showDiscussionParticipation)
f_showDiscussionParticipation
- public Boolean getF_showDiscussionParticipation()
public void setF_targetTopicId(Long f_targetTopicId)
f_targetTopicId
- public Long getF_targetTopicId()
public void setF_noteId(Long f_noteId)
f_noteId
- public Long getF_noteId()
public void setF_topicRelated(Boolean f_topicRelated)
f_topicRelated
- public Boolean getF_topicRelated()
public void setF_retrieveOnlyNotesBeforeId(Long f_retrieveOnlyNotesBeforeId)
f_retrieveOnlyNotesBeforeId
- public Long getF_retrieveOnlyNotesBeforeId()
public void setF_retrieveOnlyNotesBeforeDate(Long f_retrieveOnlyNotesBeforeDate)
f_retrieveOnlyNotesBeforeDate
- public Long getF_retrieveOnlyNotesBeforeDate()
public void setF_retrieveOnlyNotesAfterId(Long f_retrieveOnlyNotesAfterId)
f_retrieveOnlyNotesAfterId
- public Long getF_retrieveOnlyNotesAfterId()
public void setF_retrieveOnlyNotesAfterDate(Long f_retrieveOnlyNotesAfterDate)
f_retrieveOnlyNotesAfterDate
- public Long getF_retrieveOnlyNotesAfterDate()
Copyright © 2019 Communote team. All rights reserved.