public class GetPreferenceParameter extends Object
Constructor and Description |
---|
GetPreferenceParameter()
Default Constuctor necessary for json parsing
|
GetPreferenceParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap,
Long preferenceEntryId,
Long preferenceId,
Long userId)
This constructor parses all incoming parameter of a request into the class structure
|
GetPreferenceParameter(String representation,
Long preferenceEntryId,
Long preferenceId,
Long userId) |
Modifier and Type | Method and Description |
---|---|
Long |
getPreferenceEntryId()
Returns the PreferenceEntryId.
|
Long |
getPreferenceId()
Returns the PreferenceId.
|
Long |
getUserId()
Returns the UserId.
|
void |
handleUnknownProperties(String key,
Object value)
Log unknown properties to loglevel warn.
|
void |
setPreferenceEntryId(Long preferenceEntryId)
Sets PreferenceEntryId.
|
void |
setPreferenceId(Long preferenceId)
Sets PreferenceId.
|
void |
setUserId(Long userId)
Sets UserId.
|
public GetPreferenceParameter()
public GetPreferenceParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap, Long preferenceEntryId, Long preferenceId, Long userId) throws RestApiIllegalRequestParameterException
public GetPreferenceParameter(String representation, Long preferenceEntryId, Long preferenceId, Long userId) throws org.codehaus.jackson.JsonParseException, org.codehaus.jackson.map.JsonMappingException, IOException
org.codehaus.jackson.JsonParseException
org.codehaus.jackson.map.JsonMappingException
IOException
public void setPreferenceEntryId(Long preferenceEntryId)
preferenceEntryId
- public Long getPreferenceEntryId()
public void setPreferenceId(Long preferenceId)
preferenceId
- public Long getPreferenceId()
public void setUserId(Long userId)
userId
- public Long getUserId()
Copyright © 2019 Communote team. All rights reserved.