public class BaseMirrorLocationApiServiceClient extends BaseMirrorApiServiceClient implements MirrorApiServiceClient, Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
LOCATION_RESOURCE_BASE_URL |
| Constructor and Description |
|---|
BaseMirrorLocationApiServiceClient() |
| Modifier and Type | Method and Description |
|---|---|
Object |
create(UserCredential credential,
Object inputData) |
Object |
create(UserCredential credential,
Object inputData,
String id) |
int |
delete(UserCredential credential,
Map<String,Object> params) |
boolean |
delete(UserCredential credential,
String id) |
String |
toString() |
Object |
update(UserCredential credential,
Object inputData,
String id) |
init, makeApiServiceClientMakerget, keys, list, modifygetAuthRefreshPolicy, getAutoRedirectPolicy, getCacheControlPolicy, getClientCachePolicy, getClientCredential, getCrudMethodFilter, getFlexibleRestServiceClient, getListResponseType, getRequestRetryPolicy, getRequiredScopes, getResourceBaseUrl, getRestServiceAuthRefreshPolicy, getRestServiceAutoRedirectPolicy, getRestServiceCacheControlPolicy, getRestServiceClient, getRestServiceClientCachePolicy, getRestServiceRequestRetryPolicy, isAccessAllowed, isMethodSupported, makeAuthRefreshPolicy, makeAutoRedirectPolicy, makeCacheControlPolicy, makeClientCachePolicy, makeCrudMethodFilter, makeRequestRetryPolicy, makeRestClient, requiresScope, setAuthRefreshPolicy, setAutoRedirectPolicy, setCacheControlPolicy, setClientCachePolicy, setClientCredential, setListResponseType, setRequestRetryPolicy, setRestServiceAuthRefreshPolicy, setRestServiceAutoRedirectPolicy, setRestServiceCacheControlPolicy, setRestServiceClientCachePolicy, setRestServiceRequestRetryPolicyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitget, keys, list, modifygetResourceBaseUrlgetAuthRefreshPolicy, getAutoRedirectPolicy, getCacheControlPolicy, getClientCachePolicy, getRequestRetryPolicygetClientCredentialgetRequiredScopes, isAccessAllowed, requiresScopeisMethodSupportedpublic static final String LOCATION_RESOURCE_BASE_URL
public Object create(UserCredential credential, Object inputData) throws RestApiException, IOException
create in interface ApiServiceClientcreate in class BaseGoogleApiServiceClientRestApiExceptionIOExceptionpublic Object create(UserCredential credential, Object inputData, String id) throws RestApiException, IOException
create in interface ApiServiceClientcreate in class BaseGoogleApiServiceClientRestApiExceptionIOExceptionpublic Object update(UserCredential credential, Object inputData, String id) throws RestApiException, IOException
update in interface ApiServiceClientupdate in class BaseGoogleApiServiceClientRestApiExceptionIOExceptionpublic boolean delete(UserCredential credential, String id) throws RestApiException, IOException
delete in interface ApiServiceClientdelete in class BaseGoogleApiServiceClientRestApiExceptionIOExceptionpublic int delete(UserCredential credential, Map<String,Object> params) throws RestApiException, IOException
delete in interface ApiServiceClientdelete in class BaseGoogleApiServiceClientRestApiExceptionIOExceptionpublic String toString()
toString in class BaseMirrorApiServiceClientCopyright © 2013. All rights reserved.