Interface File.Service
- All Superinterfaces:
Maskable,ResultLimitable,Service
- All Known Subinterfaces:
ServiceNow.Service
- Enclosing class:
- File
@ApiService("SoftLayer_Ticket_Attachment_File") public static interface File.Service extends Service
- See Also:
- SoftLayer_Ticket_Attachment_File
-
Method Summary
Modifier and Type Method Description File.ServiceAsyncasAsync()Get an async version of this serviceList<String>getExtensionWhitelist()FilegetObject()TicketgetTicket()UpdategetUpdate()The ticket that a file is attached to.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
-
asAsync
File.ServiceAsync asAsync()Description copied from interface:ServiceGet an async version of this service -
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
-
getObject
-
getTicket
-
getUpdate
The ticket that a file is attached to.
-