Package ch.aaap.harvestclient.api.filter
Class ProjectFilter
Object
ch.aaap.harvestclient.api.filter.ProjectFilter
- All Implemented Interfaces:
 ListFilter
Ways to filter a Project list. Not setting a field means no filtering on the
 field will be done.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic ProjectFiltervoidvoidsetClientReference(Reference<Client> clientReference) voidsetUpdatedSince(Instant updatedSince) toMap()toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ch.aaap.harvestclient.api.filter.base.ListFilter
toMap 
- 
Constructor Details
- 
ProjectFilter
public ProjectFilter() 
 - 
 - 
Method Details
- 
toMap
- Specified by:
 toMapin interfaceListFilter
 - 
getActive
 - 
setActive
 - 
getClientReference
 - 
setClientReference
 - 
getUpdatedSince
 - 
setUpdatedSince
 - 
toString
 - 
emptyFilter
 
 -