Uses of Class
dev.vality.damsel.payment_processing.Customer
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of Customer in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as Customer Modifier and Type Field Description CustomerCustomerManagementSrv.Create_result. successCustomerCustomerManagementSrv.Get_result. successMethods in dev.vality.damsel.payment_processing that return Customer Modifier and Type Method Description CustomerCustomerManagementSrv.Client. create(CustomerParams params)CustomerCustomerManagementSrv.Iface. create(CustomerParams params)CustomerCustomer. deepCopy()CustomerCustomerManagementSrv.Client. get(String id, EventRange range)CustomerCustomerManagementSrv.Iface. get(String id, EventRange range)CustomerCustomerManagementSrv.AsyncClient.Create_call. getResult()CustomerCustomerManagementSrv.AsyncClient.Get_call. getResult()CustomerCustomerManagementSrv.Create_result. getSuccess()CustomerCustomerManagementSrv.Get_result. getSuccess()CustomerCustomerManagementSrv.Client. recvCreate()CustomerCustomerManagementSrv.Client. recvGet()CustomerCustomer. setActiveBindingId(String active_binding_id)CustomerCustomer. setBindings(List<CustomerBinding> bindings)CustomerCustomer. setContactInfo(ContactInfo contact_info)CustomerCustomer. setCreatedAt(String created_at)CustomerCustomer. setId(String id)CustomerCustomer. setMetadata(Value metadata)CustomerCustomer. setOwnerId(String owner_id)CustomerCustomer. setShopId(String shop_id)CustomerCustomer. setStatus(CustomerStatus status)Methods in dev.vality.damsel.payment_processing that return types with arguments of type Customer Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<Customer>CustomerManagementSrv.AsyncProcessor.Create. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)org.apache.thrift.async.AsyncMethodCallback<Customer>CustomerManagementSrv.AsyncProcessor.Get. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in dev.vality.damsel.payment_processing with parameters of type Customer Modifier and Type Method Description intCustomer. compareTo(Customer other)booleanCustomer. equals(Customer that)CustomerManagementSrv.Create_resultCustomerManagementSrv.Create_result. setSuccess(Customer success)CustomerManagementSrv.Get_resultCustomerManagementSrv.Get_result. setSuccess(Customer success)Method parameters in dev.vality.damsel.payment_processing with type arguments of type Customer Modifier and Type Method Description voidCustomerManagementSrv.AsyncClient. create(CustomerParams params, org.apache.thrift.async.AsyncMethodCallback<Customer> resultHandler)voidCustomerManagementSrv.AsyncIface. create(CustomerParams params, org.apache.thrift.async.AsyncMethodCallback<Customer> resultHandler)voidCustomerManagementSrv.AsyncClient. get(String id, EventRange range, org.apache.thrift.async.AsyncMethodCallback<Customer> resultHandler)voidCustomerManagementSrv.AsyncIface. get(String id, EventRange range, org.apache.thrift.async.AsyncMethodCallback<Customer> resultHandler)voidCustomerManagementSrv.AsyncProcessor.Create. start(I iface, CustomerManagementSrv.Create_args args, org.apache.thrift.async.AsyncMethodCallback<Customer> resultHandler)voidCustomerManagementSrv.AsyncProcessor.Get. start(I iface, CustomerManagementSrv.Get_args args, org.apache.thrift.async.AsyncMethodCallback<Customer> resultHandler)Constructors in dev.vality.damsel.payment_processing with parameters of type Customer Constructor Description Create_result(Customer success, InvalidPartyStatus invalid_party_status, InvalidShopStatus invalid_shop_status, ShopNotFound shop_not_found, PartyNotFound party_not_found, OperationNotPermitted operation_not_permitted)Customer(Customer other)Performs a deep copy on other.Get_result(Customer success, CustomerNotFound not_found)Constructor parameters in dev.vality.damsel.payment_processing with type arguments of type Customer Constructor Description Create_call(CustomerParams params, org.apache.thrift.async.AsyncMethodCallback<Customer> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)Get_call(String id, EventRange range, org.apache.thrift.async.AsyncMethodCallback<Customer> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)