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

com.vendasta.accountgroup.v1.internal.AccountGroupServiceClientInterface Maven / Gradle / Ivy

The newest version!
/**
 Code generated by sdkgen
 DO NOT EDIT!
*/

package com.vendasta.accountgroup.v1.internal;

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


public interface AccountGroupServiceClientInterface {
    
    GetMultiResponse GetMulti(GetMultiRequest req, RequestOptions.Builder options) throws SDKException;
    
    PagedResponse Lookup(LookupRequest req, RequestOptions.Builder options) throws SDKException;
    
    CreateAccountGroupResponse Create(CreateAccountGroupRequest req, RequestOptions.Builder options) throws SDKException;
    
    Empty Delete(DeleteAccountGroupRequest req, RequestOptions.Builder options) throws SDKException;
    
    Empty BulkUpdate(BulkUpdateRequest req, RequestOptions.Builder options) throws SDKException;
    
    PagedResponse List(ListRequest req, RequestOptions.Builder options) throws SDKException;
    
    ListPotentialDuplicatesResponse ListPotentialDuplicates(ListPotentialDuplicatesRequest req, RequestOptions.Builder options) throws SDKException;
    
    ListAllPotentialDuplicatesResponse ListAllPotentialDuplicates(ListAllPotentialDuplicatesRequest req, RequestOptions.Builder options) throws SDKException;
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy