Interface Transaction.ServiceAsync
-
- All Superinterfaces:
Maskable
,ResultLimitable
,ServiceAsync
- Enclosing class:
- Transaction
public static interface Transaction.ServiceAsync extends ServiceAsync
-
-
Method Summary
-
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
-
-
-
Method Detail
-
withNewMask
Transaction.Mask withNewMask()
Description copied from interface:Maskable
Overwrite the existing mask on this service with a new one and return it- Specified by:
withNewMask
in interfaceMaskable
-
withMask
Transaction.Mask withMask()
Description copied from interface:Maskable
Use the existing mask on this service or create it if not present
-
setMask
void setMask(Transaction.Mask mask)
-
findMyTransactions
Future<List<Transaction>> findMyTransactions()
Async version ofTransaction.Service.findMyTransactions()
-
findMyTransactions
Future<?> findMyTransactions(ResponseHandler<List<Transaction>> callback)
-
getObject
Future<Transaction> getObject()
Async version ofTransaction.Service.getObject()
-
getObject
Future<?> getObject(ResponseHandler<Transaction> callback)
-
removeAllSubnetSwips
Future<Long> removeAllSubnetSwips()
Async version ofTransaction.Service.removeAllSubnetSwips()
-
removeAllSubnetSwips
Future<?> removeAllSubnetSwips(ResponseHandler<Long> callback)
-
removeSwipData
Future<Boolean> removeSwipData()
Async version ofTransaction.Service.removeSwipData()
-
removeSwipData
Future<?> removeSwipData(ResponseHandler<Boolean> callback)
-
resendSwipData
Future<Boolean> resendSwipData()
Async version ofTransaction.Service.resendSwipData()
-
resendSwipData
Future<?> resendSwipData(ResponseHandler<Boolean> callback)
-
swipAllSubnets
Future<Long> swipAllSubnets()
Async version ofTransaction.Service.swipAllSubnets()
-
swipAllSubnets
Future<?> swipAllSubnets(ResponseHandler<Long> callback)
-
updateAllSubnetSwips
Future<Long> updateAllSubnetSwips()
Async version ofTransaction.Service.updateAllSubnetSwips()
-
updateAllSubnetSwips
Future<?> updateAllSubnetSwips(ResponseHandler<Long> callback)
-
getAccount
Future<Account> getAccount()
Async version ofTransaction.Service.getAccount()
-
getAccount
Future<?> getAccount(ResponseHandler<Account> callback)
Async callback version ofTransaction.Service.getAccount()
-
getSubnet
Future<Subnet> getSubnet()
Async version ofTransaction.Service.getSubnet()
-
getSubnet
Future<?> getSubnet(ResponseHandler<Subnet> callback)
Async callback version ofTransaction.Service.getSubnet()
-
-