public class DeleteAttachmentParameter extends Object
Constructor and Description |
---|
DeleteAttachmentParameter()
Default Constuctor necessary for json parsing
|
DeleteAttachmentParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap,
Long attachmentId)
This constructor parses all incoming parameter of a request into the class structure
|
DeleteAttachmentParameter(String representation,
Long attachmentId) |
Modifier and Type | Method and Description |
---|---|
Long |
getAttachmentId()
Returns the AttachmentId.
|
void |
handleUnknownProperties(String key,
Object value)
Log unknown properties to loglevel warn.
|
void |
setAttachmentId(Long attachmentId)
Sets AttachmentId.
|
public DeleteAttachmentParameter()
public DeleteAttachmentParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap, Long attachmentId) throws RestApiIllegalRequestParameterException
public DeleteAttachmentParameter(String representation, Long attachmentId) 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.