Skip to content

ProspectQueryRequest: could you add a withUpdateAfter? #65

@lzpup

Description

@lzpup

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions