Package net.authorize.api.controller
Class CreateCustomerProfileController
- java.lang.Object
-
- net.authorize.api.controller.base.ApiOperationBase<CreateCustomerProfileRequest,CreateCustomerProfileResponse>
-
- net.authorize.api.controller.CreateCustomerProfileController
-
- All Implemented Interfaces:
IApiOperation<CreateCustomerProfileRequest,CreateCustomerProfileResponse>
public class CreateCustomerProfileController extends ApiOperationBase<CreateCustomerProfileRequest,CreateCustomerProfileResponse>
-
-
Field Summary
-
Fields inherited from class net.authorize.api.controller.base.ApiOperationBase
logger, resultCode, results
-
-
Constructor Summary
Constructors Constructor Description CreateCustomerProfileController(CreateCustomerProfileRequest apiRequest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Class<CreateCustomerProfileResponse>
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
-
CreateCustomerProfileController
public CreateCustomerProfileController(CreateCustomerProfileRequest apiRequest)
-
-
Method Detail
-
validateRequest
protected void validateRequest()
- Specified by:
validateRequest
in classApiOperationBase<CreateCustomerProfileRequest,CreateCustomerProfileResponse>
-
getResponseType
protected Class<CreateCustomerProfileResponse> getResponseType()
- Specified by:
getResponseType
in classApiOperationBase<CreateCustomerProfileRequest,CreateCustomerProfileResponse>
-
-