All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.xcase.salesforce.transputs.SearchAccountRequest Maven / Gradle / Ivy

/**
 * Copyright 2016 Xcase All rights reserved.
 */
package com.xcase.salesforce.transputs;

/**
 *
 * @author martin
 */
public interface SearchAccountRequest extends SalesforceRequest {

    public String getSearchString();

    public void setSearchString(String searchString);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy