public class GetCollectionUserParameter extends Object
| Constructor and Description |
|---|
GetCollectionUserParameter()
Default Constuctor necessary for json parsing
|
GetCollectionUserParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap)
This constructor parses all incoming parameter of a request into the class structure
|
GetCollectionUserParameter(String representation) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
Returns the Alias.
|
String |
getF_userAlias()
Returns the F_userAlias.
|
String |
getFirstName()
Returns the FirstName.
|
Boolean |
getIsFollow()
Returns the IsFollow.
|
String |
getLanguageLocale()
Returns the LanguageLocale.
|
Date |
getLastModificationDate()
Returns the LastModificationDate.
|
String |
getLastName()
Returns the LastName.
|
Date |
getLastPhotoModificationDate()
Returns the LastPhotoModificationDate.
|
Integer |
getMaxCount()
Returns the MaxCount.
|
Integer |
getOffset()
Returns the Offset.
|
String |
getSalutation()
Returns the Salutation.
|
String |
getSearchString()
Returns the SearchString.
|
TagResource[] |
getTags()
Returns the Tags.
|
String |
getTimeZoneId()
Returns the TimeZoneId.
|
Long |
getUserId()
Returns the UserId.
|
void |
handleUnknownProperties(String key,
Object value)
Log unknown properties to loglevel warn.
|
void |
setAlias(String alias)
Sets Alias.
|
void |
setF_userAlias(String f_userAlias)
Sets F_userAlias.
|
void |
setFirstName(String firstName)
Sets FirstName.
|
void |
setIsFollow(Boolean isFollow)
Sets IsFollow.
|
void |
setLanguageLocale(String languageLocale)
Sets LanguageLocale.
|
void |
setLastModificationDate(Date lastModificationDate)
Sets LastModificationDate.
|
void |
setLastName(String lastName)
Sets LastName.
|
void |
setLastPhotoModificationDate(Date lastPhotoModificationDate)
Sets LastPhotoModificationDate.
|
void |
setMaxCount(Integer maxCount)
Sets MaxCount.
|
void |
setOffset(Integer offset)
Sets Offset.
|
void |
setSalutation(String salutation)
Sets Salutation.
|
void |
setSearchString(String searchString)
Sets SearchString.
|
void |
setTags(TagResource[] tags)
Sets Tags.
|
void |
setTimeZoneId(String timeZoneId)
Sets TimeZoneId.
|
void |
setUserId(Long userId)
Sets UserId.
|
public GetCollectionUserParameter()
public GetCollectionUserParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap) throws RestApiIllegalRequestParameterException
public GetCollectionUserParameter(String representation) throws org.codehaus.jackson.JsonParseException, org.codehaus.jackson.map.JsonMappingException, IOException
org.codehaus.jackson.JsonParseExceptionorg.codehaus.jackson.map.JsonMappingExceptionIOExceptionpublic void setUserId(Long userId)
userId - public Long getUserId()
public void setAlias(String alias)
alias - public String getAlias()
public void setFirstName(String firstName)
firstName - public String getFirstName()
public void setLastModificationDate(Date lastModificationDate)
lastModificationDate - public Date getLastModificationDate()
public void setLastName(String lastName)
lastName - public String getLastName()
public void setIsFollow(Boolean isFollow)
isFollow - public Boolean getIsFollow()
public void setLanguageLocale(String languageLocale)
languageLocale - public String getLanguageLocale()
public void setSalutation(String salutation)
salutation - public String getSalutation()
public void setLastPhotoModificationDate(Date lastPhotoModificationDate)
lastPhotoModificationDate - public Date getLastPhotoModificationDate()
public void setTags(TagResource[] tags)
tags - public TagResource[] getTags()
public void setTimeZoneId(String timeZoneId)
timeZoneId - public String getTimeZoneId()
public void setSearchString(String searchString)
searchString - public String getSearchString()
public void setF_userAlias(String f_userAlias)
f_userAlias - public String getF_userAlias()
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.