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 |
---|---|
PropertyResource[] |
getProperties()
Returns the Properties.
|
void |
handleUnknownProperties(String key,
Object value)
Log unknown properties to loglevel warn.
|
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()
Copyright © 2019 Communote team. All rights reserved.