Interface Account.ServiceAsync
-
- All Superinterfaces:
Maskable
,ResultLimitable
,ServiceAsync
- Enclosing class:
- Account
public static interface Account.ServiceAsync extends ServiceAsync
-
-
Method Summary
-
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
-
-
-
Method Detail
-
withNewMask
Account.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
Account.Mask withMask()
Description copied from interface:Maskable
Use the existing mask on this service or create it if not present
-
setMask
void setMask(Account.Mask mask)
-
createTranscodeAccount
Future<Boolean> createTranscodeAccount()
Async version ofAccount.Service.createTranscodeAccount()
-
createTranscodeAccount
Future<?> createTranscodeAccount(ResponseHandler<Boolean> callback)
-
createTranscodeJob
Future<?> createTranscodeJob(Job newJob, ResponseHandler<Boolean> callback)
-
getDirectoryInformation
Future<List<Listing>> getDirectoryInformation(String directoryName, String extensionFilter)
-
getDirectoryInformation
Future<?> getDirectoryInformation(String directoryName, String extensionFilter, ResponseHandler<List<Listing>> callback)
-
getFileDetail
Future<Information> getFileDetail(String source)
Async version ofAccount.Service.getFileDetail(java.lang.String)
-
getFileDetail
Future<?> getFileDetail(String source, ResponseHandler<Information> callback)
-
getFtpAttributes
Future<Data> getFtpAttributes()
Async version ofAccount.Service.getFtpAttributes()
-
getFtpAttributes
Future<?> getFtpAttributes(ResponseHandler<Data> callback)
-
getObject
Future<Account> getObject()
Async version ofAccount.Service.getObject()
-
getObject
Future<?> getObject(ResponseHandler<Account> callback)
-
getPresetDetail
Future<List<Element>> getPresetDetail(String guid)
Async version ofAccount.Service.getPresetDetail(java.lang.String)
-
getPresetDetail
Future<?> getPresetDetail(String guid, ResponseHandler<List<Element>> callback)
-
getPresets
Future<List<Preset>> getPresets()
Async version ofAccount.Service.getPresets()
-
getPresets
Future<?> getPresets(ResponseHandler<List<Preset>> callback)
-
getAccount
Future<Account> getAccount()
Async version ofAccount.Service.getAccount()
-
getAccount
Future<?> getAccount(ResponseHandler<Account> callback)
Async callback version ofAccount.Service.getAccount()
-
getTranscodeJobs
Future<List<Job>> getTranscodeJobs()
Async version ofAccount.Service.getTranscodeJobs()
-
getTranscodeJobs
Future<?> getTranscodeJobs(ResponseHandler<List<Job>> callback)
Async callback version ofAccount.Service.getTranscodeJobs()
-
-