public interface QueryParametersParameterNameProvider
Modifier and Type | Method and Description |
---|---|
String |
getNameForAccessLevel()
Returns the parameter name for the blog access level
|
String |
getNameForAttachmentContentIds() |
String |
getNameForAttachmentRepositoryConnectorIds() |
String |
getNameForBlogAliases()
Returns the parameter name for blog aliases.
|
String |
getNameForBlogIds()
Returns the parameter name for blog ids.
|
String |
getNameForBlogIdsToExclude()
Returns the parameter name for blog ids to exclude.
|
String |
getNameForBlogSearchString()
Returns the parameter name for the blog search string.
|
String |
getNameForCheckAtLeastMoreResults()
With this parameter it is possible to define a number of additional entities, which should be
loaded when requesting data.
|
String |
getNameForDirectMessages()
Returns the parameter name for filtering direct messages.
|
String |
getNameForDiscussionFilterMode()
Returns the name for the parameter for
DiscussionFilterMode . |
String |
getNameForDiscussionId()
Returns the name for the parameter for the discussion id.
|
String |
getNameForEndDate()
Returns the parameter name for the end date .
|
String |
getNameForExcludeToplevelTopics() |
String |
getNameForExternalObjectId()
Returns the name for the parameter to filter for topics with an external object with the
given externalId
|
String |
getNameForExternalObjectSystemId()
Returns the name for the parameter to filter for topics with an external object with the
given externalSystemId
|
String |
getNameForFavorite()
Returns the parameter name for filtering favorites.
|
String |
getNameForFollowedBlogs()
Returns the parameter name for filtering for followed blogs.
|
String |
getNameForFollowedNotes()
Returns the parameter name for filtering for followed notes.
|
String |
getNameForForceAllTopics()
Returns the name for the force all topics flags on topic queries.
|
String |
getNameForFullTextSearchString()
Returns the parameter name for the full text search.
|
String |
getNameForIncludeChildTopics() |
String |
getNameForIncludeComments() |
String |
getNameForMaxCount()
Returns the parameter name for max post count.
|
String |
getNameForMaximumRank() |
String |
getNameForMinimumRank() |
String |
getNameForOffset()
Returns the parameter name for the posts offset.
|
String |
getNameForParentPostId()
Returns the parameter name for parent post id.
|
String |
getNameForParentTopicIds() |
String |
getNameForPostSearchString()
Returns the parameter name for the post search string.
|
String |
getNameForPropertyFilter() |
String |
getNameForRetrieveOnlyNotesAfterDate() |
String |
getNameForRetrieveOnlyNotesAfterId() |
String |
getNameForRetrieveOnlyNotesBeforeDate() |
String |
getNameForRetrieveOnlyNotesBeforeId() |
String |
getNameForSelectedViewType()
Returns the name for the parameter, which defines the selected view type.
|
String |
getNameForShowDiscussionParticipation() |
String |
getNameForShowOnlyRootTopics() |
String |
getNameForShowOnlyToplevelTopics() |
String |
getNameForShowPostsForMe()
Returns the parameter name for show posts only for me.
|
String |
getNameForSortByDayDateAndRank() |
String |
getNameForStartDate()
Returns the parameter name for the start date.
|
String |
getNameForTagIds() |
String |
getNameForTagIdsToExclude() |
String |
getNameForTagPrefix()
Returns the parameter name for the tag prefix.
|
String |
getNameForTags()
Returns the parameter name for tags.
|
String |
getNameForTargetBlogId()
Returns the name for the target blog ID which is a single blog ID.
|
String |
getNameForTopicSortByLatestNote() |
String |
getNameForUserAliases()
Returns the parameter name for the user aliases.
|
String |
getNameForUserIds()
Returns the parameter name for the user ids.
|
String |
getNameForUserIdsToIgnore()
Returns the parameter name for the user ids to ignore.
|
String |
getNameForUserSearchString()
Returns the parameter name for the user search string.
|
String[] |
getNamesForNoteId()
Returns the name for the parameter for the UserTaggedResource.
|
String getNameForAccessLevel()
String getNameForAttachmentContentIds()
String getNameForAttachmentRepositoryConnectorIds()
String getNameForBlogAliases()
String getNameForBlogIds()
String getNameForBlogIdsToExclude()
String getNameForBlogSearchString()
String getNameForCheckAtLeastMoreResults()
String getNameForDirectMessages()
String getNameForDiscussionFilterMode()
DiscussionFilterMode
.String getNameForDiscussionId()
String getNameForEndDate()
String getNameForExcludeToplevelTopics()
String getNameForExternalObjectId()
String getNameForExternalObjectSystemId()
String getNameForFavorite()
String getNameForFollowedBlogs()
String getNameForFollowedNotes()
String getNameForForceAllTopics()
String getNameForFullTextSearchString()
String getNameForIncludeChildTopics()
String getNameForIncludeComments()
String getNameForMaxCount()
String getNameForMaximumRank()
String getNameForMinimumRank()
String getNameForOffset()
String getNameForParentPostId()
String getNameForParentTopicIds()
String getNameForPostSearchString()
String getNameForPropertyFilter()
String getNameForRetrieveOnlyNotesAfterDate()
NoteQueryParameters.setRetrieveOnlyNotesAfterDate(java.util.Date)
String getNameForRetrieveOnlyNotesAfterId()
NoteQueryParameters.setRetrieveOnlyNotesAfterId(java.lang.Long)
String getNameForRetrieveOnlyNotesBeforeDate()
NoteQueryParameters.setRetrieveOnlyNotesBeforeDate(java.util.Date)
String getNameForRetrieveOnlyNotesBeforeId()
NoteQueryParameters.setRetrieveOnlyNotesBeforeId(java.lang.Long)
String getNameForSelectedViewType()
String getNameForShowDiscussionParticipation()
String getNameForShowOnlyRootTopics()
String getNameForShowOnlyToplevelTopics()
String getNameForShowPostsForMe()
String getNameForSortByDayDateAndRank()
String getNameForStartDate()
String getNameForTagIds()
String getNameForTagIdsToExclude()
String getNameForTagPrefix()
String getNameForTags()
String getNameForTargetBlogId()
String getNameForTopicSortByLatestNote()
String getNameForUserAliases()
String getNameForUserIds()
String getNameForUserIdsToIgnore()
String getNameForUserSearchString()
String[] getNamesForNoteId()
Copyright © 2019 Communote team. All rights reserved.