Something like:
/**
* Selects prospects that were last updated after the specified time
* @param updateAfter The date to filter.
* @return RequestBuilder
*/
public ProspectQueryRequest withUpdateAfter(DateParameter updateAfter) {
return setParam("updated_after", updateAfter);
}
Thank you for the package. Thank you for updating with the new Authentication