public class GetCollectionNoteParameter extends Object
| Constructor and Description |
|---|
GetCollectionNoteParameter()
Default Constuctor necessary for json parsing
|
GetCollectionNoteParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap)
This constructor parses all incoming parameter of a request into the class structure
|
GetCollectionNoteParameter(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 GetCollectionNoteParameter()
public GetCollectionNoteParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap) throws RestApiIllegalRequestParameterException
public GetCollectionNoteParameter(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.