public class GetCollectionTopicParameter extends Object
| Constructor and Description |
|---|
GetCollectionTopicParameter()
Default Constuctor necessary for json parsing
|
GetCollectionTopicParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap)
This constructor parses all incoming parameter of a request into the class structure
|
GetCollectionTopicParameter(String representation) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
Returns the Alias.
|
String |
getBannerImageId()
Returns the BannerImageId.
|
String |
getBannerImageVersion()
Returns the BannerImageVersion.
|
Integer |
getCheckAtLeastMoreResults()
Returns the CheckAtLeastMoreResults.
|
ChildTopicResource[] |
getChildren()
Returns the Children.
|
Date |
getCrawlLastModificationDate()
Returns the CrawlLastModificationDate.
|
Boolean |
getCreateSystemNotes()
Returns the CreateSystemNotes.
|
String |
getDescription()
Returns the Description.
|
String |
getF_externalObjectId()
Returns the F_externalObjectId.
|
String |
getF_externalObjectSystemId()
Returns the F_externalObjectSystemId.
|
Boolean |
getF_showFollowedItems()
Returns the F_showFollowedItems.
|
String |
getF_tagPrefix()
Returns the F_tagPrefix.
|
String[] |
getF_tags()
Returns the F_tags.
|
String |
getF_titleSearchString()
Returns the F_titleSearchString.
|
String[] |
getF_topicAliases()
Returns the F_topicAliases.
|
Long[] |
getF_topicIds()
Returns the F_topicIds.
|
Long[] |
getF_topicIdsToExclude()
Returns the F_topicIdsToExclude.
|
Boolean |
getIsFollow()
Returns the IsFollow.
|
Date |
getLastBannerImageModificationDate()
Returns the LastBannerImageModificationDate.
|
Date |
getLastModificationDate()
Returns the LastModificationDate.
|
Date |
getLastProfileImageModificationDate()
Returns the LastProfileImageModificationDate.
|
Integer |
getMaxCount()
Returns the MaxCount.
|
Integer |
getOffset()
Returns the Offset.
|
String |
getProfileImageId()
Returns the ProfileImageId.
|
String |
getProfileImageVersion()
Returns the ProfileImageVersion.
|
TagResource[] |
getTags()
Returns the Tags.
|
String |
getTitle()
Returns the Title.
|
String |
getTopicEmail()
Returns the TopicEmail.
|
String |
getTopicId()
Returns the TopicId.
|
ETopicListType |
getTopicListType()
Returns the constant TopicListType.
|
String |
getUserRole()
Returns the UserRole.
|
void |
handleUnknownProperties(String key,
Object value)
Log unknown properties to loglevel warn.
|
void |
setAlias(String alias)
Sets Alias.
|
void |
setBannerImageId(String bannerImageId)
Sets BannerImageId.
|
void |
setBannerImageVersion(String bannerImageVersion)
Sets BannerImageVersion.
|
void |
setCheckAtLeastMoreResults(Integer checkAtLeastMoreResults)
Sets CheckAtLeastMoreResults.
|
void |
setChildren(ChildTopicResource[] children)
Sets Children.
|
void |
setCrawlLastModificationDate(Date crawlLastModificationDate)
Sets CrawlLastModificationDate.
|
void |
setCreateSystemNotes(Boolean createSystemNotes)
Sets CreateSystemNotes.
|
void |
setDescription(String description)
Sets Description.
|
void |
setF_externalObjectId(String f_externalObjectId)
Sets F_externalObjectId.
|
void |
setF_externalObjectSystemId(String f_externalObjectSystemId)
Sets F_externalObjectSystemId.
|
void |
setF_showFollowedItems(Boolean f_showFollowedItems)
Sets F_showFollowedItems.
|
void |
setF_tagPrefix(String f_tagPrefix)
Sets F_tagPrefix.
|
void |
setF_tags(String[] f_tags)
Sets F_tags.
|
void |
setF_titleSearchString(String f_titleSearchString)
Sets F_titleSearchString.
|
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 |
setIsFollow(Boolean isFollow)
Sets IsFollow.
|
void |
setLastBannerImageModificationDate(Date lastBannerImageModificationDate)
Sets LastBannerImageModificationDate.
|
void |
setLastModificationDate(Date lastModificationDate)
Sets LastModificationDate.
|
void |
setLastProfileImageModificationDate(Date lastProfileImageModificationDate)
Sets LastProfileImageModificationDate.
|
void |
setMaxCount(Integer maxCount)
Sets MaxCount.
|
void |
setOffset(Integer offset)
Sets Offset.
|
void |
setProfileImageId(String profileImageId)
Sets ProfileImageId.
|
void |
setProfileImageVersion(String profileImageVersion)
Sets ProfileImageVersion.
|
void |
setTags(TagResource[] tags)
Sets Tags.
|
void |
setTitle(String title)
Sets Title.
|
void |
setTopicEmail(String topicEmail)
Sets TopicEmail.
|
void |
setTopicId(String topicId)
Sets TopicId.
|
void |
setTopicListType(ETopicListType topicListType)
Sets the constant TopicListType.
|
void |
setUserRole(String userRole)
Sets UserRole.
|
public GetCollectionTopicParameter()
public GetCollectionTopicParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap) throws RestApiIllegalRequestParameterException
public GetCollectionTopicParameter(String representation) throws org.codehaus.jackson.JsonParseException, org.codehaus.jackson.map.JsonMappingException, IOException
org.codehaus.jackson.JsonParseExceptionorg.codehaus.jackson.map.JsonMappingExceptionIOExceptionpublic void setTopicId(String topicId)
topicId - public String getTopicId()
public void setChildren(ChildTopicResource[] children)
children - public ChildTopicResource[] getChildren()
public void setLastModificationDate(Date lastModificationDate)
lastModificationDate - public Date getLastModificationDate()
public void setTopicEmail(String topicEmail)
topicEmail - public String getTopicEmail()
public void setCreateSystemNotes(Boolean createSystemNotes)
createSystemNotes - public Boolean getCreateSystemNotes()
public void setDescription(String description)
description - public String getDescription()
public void setTags(TagResource[] tags)
tags - public TagResource[] getTags()
public void setAlias(String alias)
alias - public String getAlias()
public void setTitle(String title)
title - public String getTitle()
public void setUserRole(String userRole)
userRole - public String getUserRole()
public void setIsFollow(Boolean isFollow)
isFollow - public Boolean getIsFollow()
public void setProfileImageId(String profileImageId)
profileImageId - public String getProfileImageId()
public void setProfileImageVersion(String profileImageVersion)
profileImageVersion - public String getProfileImageVersion()
public void setLastProfileImageModificationDate(Date lastProfileImageModificationDate)
lastProfileImageModificationDate - public Date getLastProfileImageModificationDate()
public void setBannerImageId(String bannerImageId)
bannerImageId - public String getBannerImageId()
public void setBannerImageVersion(String bannerImageVersion)
bannerImageVersion - public String getBannerImageVersion()
public void setLastBannerImageModificationDate(Date lastBannerImageModificationDate)
lastBannerImageModificationDate - public Date getLastBannerImageModificationDate()
public void setCrawlLastModificationDate(Date crawlLastModificationDate)
crawlLastModificationDate - public Date getCrawlLastModificationDate()
public void setTopicListType(ETopicListType topicListType)
the - constant topicListTypepublic ETopicListType getTopicListType()
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_topicIdsToExclude(Long[] f_topicIdsToExclude)
f_topicIdsToExclude - public Long[] getF_topicIdsToExclude()
public void setF_showFollowedItems(Boolean f_showFollowedItems)
f_showFollowedItems - public Boolean getF_showFollowedItems()
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_titleSearchString(String f_titleSearchString)
f_titleSearchString - public String getF_titleSearchString()
public void setF_externalObjectSystemId(String f_externalObjectSystemId)
f_externalObjectSystemId - public String getF_externalObjectSystemId()
public void setF_externalObjectId(String f_externalObjectId)
f_externalObjectId - public String getF_externalObjectId()
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()
Copyright © 2019 Communote team. All rights reserved.