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