Uses of Class
dev.vality.damsel.payment_processing.PartyParams
Packages that use PartyParams
-
Uses of PartyParams in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as PartyParamsMethods in dev.vality.damsel.payment_processing that return PartyParamsModifier and TypeMethodDescriptionPartyParams.deepCopy()PartyManagementSrv.Create_args.getParams()PartyParams.setContactInfo(PartyContactInfo contact_info) Methods in dev.vality.damsel.payment_processing with parameters of type PartyParamsModifier and TypeMethodDescriptionintPartyParams.compareTo(PartyParams other) voidPartyManagementSrv.AsyncClient.create(String party_id, PartyParams params, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidPartyManagementSrv.AsyncIface.create(String party_id, PartyParams params, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidPartyManagementSrv.Client.create(String party_id, PartyParams params) voidPartyManagementSrv.Iface.create(String party_id, PartyParams params) booleanPartyParams.equals(PartyParams that) voidPartyManagementSrv.Client.sendCreate(String party_id, PartyParams params) PartyManagementSrv.Create_args.setParams(PartyParams params) Constructors in dev.vality.damsel.payment_processing with parameters of type PartyParamsModifierConstructorDescriptionCreate_args(String party_id, PartyParams params) Create_call(String party_id, PartyParams params, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) PartyParams(PartyParams other) Performs a deep copy on other.