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.
|
Integer |
getCheckAtLeastMoreResults()
Returns the CheckAtLeastMoreResults.
|
String |
getCompany()
Returns the Company.
|
String |
getF_userAlias()
Returns the F_userAlias.
|
String |
getFaxAreaCode()
Returns the FaxAreaCode.
|
String |
getFaxCountryCode()
Returns the FaxCountryCode.
|
String |
getFaxNumber()
Returns the FaxNumber.
|
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 |
getPhoneAreaCode()
Returns the PhoneAreaCode.
|
String |
getPhoneCountryCode()
Returns the PhoneCountryCode.
|
String |
getPhoneNumber()
Returns the PhoneNumber.
|
String |
getPosition()
Returns the Position.
|
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 |
setCheckAtLeastMoreResults(Integer checkAtLeastMoreResults)
Sets CheckAtLeastMoreResults.
|
void |
setCompany(String company)
Sets Company.
|
void |
setF_userAlias(String f_userAlias)
Sets F_userAlias.
|
void |
setFaxAreaCode(String faxAreaCode)
Sets FaxAreaCode.
|
void |
setFaxCountryCode(String faxCountryCode)
Sets FaxCountryCode.
|
void |
setFaxNumber(String faxNumber)
Sets FaxNumber.
|
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 |
setPhoneAreaCode(String phoneAreaCode)
Sets PhoneAreaCode.
|
void |
setPhoneCountryCode(String phoneCountryCode)
Sets PhoneCountryCode.
|
void |
setPhoneNumber(String phoneNumber)
Sets PhoneNumber.
|
void |
setPosition(String position)
Sets Position.
|
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.JsonParseException
org.codehaus.jackson.map.JsonMappingException
IOException
public 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 setPhoneCountryCode(String phoneCountryCode)
phoneCountryCode
- public String getPhoneCountryCode()
public void setPhoneAreaCode(String phoneAreaCode)
phoneAreaCode
- public String getPhoneAreaCode()
public void setPhoneNumber(String phoneNumber)
phoneNumber
- public String getPhoneNumber()
public void setFaxCountryCode(String faxCountryCode)
faxCountryCode
- public String getFaxCountryCode()
public void setFaxAreaCode(String faxAreaCode)
faxAreaCode
- public String getFaxAreaCode()
public void setFaxNumber(String faxNumber)
faxNumber
- public String getFaxNumber()
public void setCompany(String company)
company
- public String getCompany()
public void setPosition(String position)
position
- public String getPosition()
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()
public void setCheckAtLeastMoreResults(Integer checkAtLeastMoreResults)
checkAtLeastMoreResults
- public Integer getCheckAtLeastMoreResults()
Copyright © 2019 Communote team. All rights reserved.