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