com.springml.marketo.rest.client.LeadDatabaseClient Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of marketo-rest-client Show documentation
Show all versions of marketo-rest-client Show documentation
Java client for Marketo Lead Database REST API
The newest version!
package com.springml.marketo.rest.client;
import com.springml.marketo.rest.client.model.QueryResult;
import com.springml.marketo.rest.client.model.activities.ActivityTypes;
import java.util.List;
import java.util.Map;
/**
* Java API to execute the Marketo Lead Database REST API
*/
public interface LeadDatabaseClient {
/**
* Returns all records with all fields of the specified object
* @param object Object for which all records to be fetched (Like leads)
* @return
*/
List