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