public class CreateUserParameter extends Object
Constructor and Description |
---|
CreateUserParameter()
Default Constuctor necessary for json parsing
|
CreateUserParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap)
This constructor parses all incoming parameter of a request into the class structure
|
CreateUserParameter(String representation) |
Modifier and Type | Method and Description |
---|---|
Integer |
getCheckAtLeastMoreResults()
Returns the CheckAtLeastMoreResults.
|
Integer |
getMaxCount()
Returns the MaxCount.
|
Integer |
getOffset()
Returns the Offset.
|
PropertyResource[] |
getProperties()
Returns the Properties.
|
void |
handleUnknownProperties(String key,
Object value)
Log unknown properties to loglevel warn.
|
void |
setCheckAtLeastMoreResults(Integer checkAtLeastMoreResults)
Sets CheckAtLeastMoreResults.
|
void |
setMaxCount(Integer maxCount)
Sets MaxCount.
|
void |
setOffset(Integer offset)
Sets Offset.
|
void |
setProperties(PropertyResource[] properties)
Sets Properties.
|
public CreateUserParameter()
public CreateUserParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap) throws RestApiIllegalRequestParameterException
public CreateUserParameter(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 setProperties(PropertyResource[] properties)
properties
- public PropertyResource[] getProperties()
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.