Uses of Class
dev.vality.fistful.withdrawal.adjustment.AdjustmentParams
| Package | Description |
|---|---|
| dev.vality.fistful.withdrawal | |
| dev.vality.fistful.withdrawal.adjustment |
-
Uses of AdjustmentParams in dev.vality.fistful.withdrawal
Fields in dev.vality.fistful.withdrawal declared as AdjustmentParams Modifier and Type Field Description AdjustmentParamsManagementSrv.CreateAdjustment_args. paramsMethods in dev.vality.fistful.withdrawal that return AdjustmentParams Modifier and Type Method Description AdjustmentParamsManagementSrv.CreateAdjustment_args. getParams()Methods in dev.vality.fistful.withdrawal with parameters of type AdjustmentParams Modifier and Type Method Description voidManagementSrv.AsyncClient. createAdjustment(String id, AdjustmentParams params, org.apache.thrift.async.AsyncMethodCallback<AdjustmentState> resultHandler)voidManagementSrv.AsyncIface. createAdjustment(String id, AdjustmentParams params, org.apache.thrift.async.AsyncMethodCallback<AdjustmentState> resultHandler)AdjustmentStateManagementSrv.Client. createAdjustment(String id, AdjustmentParams params)AdjustmentStateManagementSrv.Iface. createAdjustment(String id, AdjustmentParams params)voidManagementSrv.Client. sendCreateAdjustment(String id, AdjustmentParams params)ManagementSrv.CreateAdjustment_argsManagementSrv.CreateAdjustment_args. setParams(AdjustmentParams params)Constructors in dev.vality.fistful.withdrawal with parameters of type AdjustmentParams Constructor Description CreateAdjustment_args(String id, AdjustmentParams params)CreateAdjustment_call(String id, AdjustmentParams params, org.apache.thrift.async.AsyncMethodCallback<AdjustmentState> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) -
Uses of AdjustmentParams in dev.vality.fistful.withdrawal.adjustment
Methods in dev.vality.fistful.withdrawal.adjustment that return AdjustmentParams Modifier and Type Method Description AdjustmentParamsAdjustmentParams. deepCopy()AdjustmentParamsAdjustmentParams. setChange(ChangeRequest change)AdjustmentParamsAdjustmentParams. setExternalId(String external_id)AdjustmentParamsAdjustmentParams. setId(String id)Глобально уникальный идентификатор корректировкиMethods in dev.vality.fistful.withdrawal.adjustment with parameters of type AdjustmentParams Modifier and Type Method Description intAdjustmentParams. compareTo(AdjustmentParams other)booleanAdjustmentParams. equals(AdjustmentParams that)Constructors in dev.vality.fistful.withdrawal.adjustment with parameters of type AdjustmentParams Constructor Description AdjustmentParams(AdjustmentParams other)Performs a deep copy on other.