Interface File.ServiceAsync
- All Superinterfaces:
Maskable,ResultLimitable,ServiceAsync
- All Known Subinterfaces:
ServiceNow.ServiceAsync
- Enclosing class:
- File
public static interface File.ServiceAsync extends ServiceAsync
-
Method Summary
Modifier and Type Method Description Future<List<String>>getExtensionWhitelist()Async version ofFile.Service.getExtensionWhitelist()Future<?>getExtensionWhitelist(ResponseHandler<List<String>> callback)Future<File>getObject()Async version ofFile.Service.getObject()Future<?>getObject(ResponseHandler<File> callback)Future<Ticket>getTicket()Async version ofFile.Service.getTicket()Future<?>getTicket(ResponseHandler<Ticket> callback)Async callback version ofFile.Service.getTicket()Future<Update>getUpdate()Async version ofFile.Service.getUpdate()Future<?>getUpdate(ResponseHandler<Update> callback)Async callback version ofFile.Service.getUpdate()voidsetMask(File.Mask mask)File.MaskwithMask()Use the existing mask on this service or create it if not presentFile.MaskwithNewMask()Overwrite the existing mask on this service with a new one and return itMethods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
Method Details
-
withNewMask
File.Mask withNewMask()Description copied from interface:MaskableOverwrite the existing mask on this service with a new one and return it- Specified by:
withNewMaskin interfaceMaskable
-
withMask
File.Mask withMask()Description copied from interface:MaskableUse the existing mask on this service or create it if not present -
setMask
-
getExtensionWhitelist
Async version ofFile.Service.getExtensionWhitelist() -
getExtensionWhitelist
-
getObject
Async version ofFile.Service.getObject() -
getObject
-
getTicket
Async version ofFile.Service.getTicket() -
getTicket
Async callback version ofFile.Service.getTicket() -
getUpdate
Async version ofFile.Service.getUpdate() -
getUpdate
Async callback version ofFile.Service.getUpdate()
-