Package net.authorize.api.controller
Class GetCustomerShippingAddressController
- java.lang.Object
-
- net.authorize.api.controller.base.ApiOperationBase<GetCustomerShippingAddressRequest,GetCustomerShippingAddressResponse>
-
- net.authorize.api.controller.GetCustomerShippingAddressController
-
- All Implemented Interfaces:
IApiOperation<GetCustomerShippingAddressRequest,GetCustomerShippingAddressResponse>
public class GetCustomerShippingAddressController extends ApiOperationBase<GetCustomerShippingAddressRequest,GetCustomerShippingAddressResponse>
-
-
Field Summary
-
Fields inherited from class net.authorize.api.controller.base.ApiOperationBase
logger, resultCode, results
-
-
Constructor Summary
Constructors Constructor Description GetCustomerShippingAddressController(GetCustomerShippingAddressRequest apiRequest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Class<GetCustomerShippingAddressResponse>
getResponseType()
protected void
validateRequest()
-
Methods inherited from class net.authorize.api.controller.base.ApiOperationBase
afterExecute, beforeExecute, execute, execute, executeWithApiResponse, executeWithApiResponse, getApiRequest, getApiResponse, getClientId, getEnvironment, getErrorResponse, getMerchantAuthentication, getResultCode, getResults, setApiRequest, setClientId, setEnvironment, setMerchantAuthentication
-
-
-
-
Constructor Detail
-
GetCustomerShippingAddressController
public GetCustomerShippingAddressController(GetCustomerShippingAddressRequest apiRequest)
-
-
Method Detail
-
validateRequest
protected void validateRequest()
- Specified by:
validateRequest
in classApiOperationBase<GetCustomerShippingAddressRequest,GetCustomerShippingAddressResponse>
-
getResponseType
protected Class<GetCustomerShippingAddressResponse> getResponseType()
- Specified by:
getResponseType
in classApiOperationBase<GetCustomerShippingAddressRequest,GetCustomerShippingAddressResponse>
-
-