
com.vendasta.sales.v1.internal.SalesClientInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sales.v1 Show documentation
Show all versions of sales.v1 Show documentation
Java SDK for service sales
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;
}