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

com.vendasta.sales.v1.internal.SalesClientInterface Maven / Gradle / Ivy

The newest version!
/**
 Code generated by sdkgen
 Generated on 2020-04-07 19:12:16.797285 +0000 UTC using container gcr.io/repcore-prod/sdkgen:latest
 DO NOT EDIT!
*/

package com.vendasta.sales.v1.internal;

import com.vendasta.vax.RequestOptions;
import com.vendasta.vax.SDKException;
import com.google.protobuf.*;


public interface SalesClientInterface {
    
    GetAutoAssignConfigResponse GetAutoAssignConfig(GetAutoAssignConfigRequest req, RequestOptions.Builder options) throws SDKException;
    
    Empty CreateOrUpdateAutoAssignConfig(CreateOrUpdateAutoAssignConfigRequest req, RequestOptions.Builder options) throws SDKException;
    
    Salesperson GetSalesperson(GetSalespersonRequest req, RequestOptions.Builder options) throws SDKException;
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy