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
All Methods Instance Methods Abstract Methods 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 it-
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
-
-
-
Method Detail
-
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
void setMask(File.Mask mask)
-
getExtensionWhitelist
@ApiMethod List<String> getExtensionWhitelist()
-
getObject
@ApiMethod(instanceRequired=true) File getObject()
-
getTicket
@ApiMethod(instanceRequired=true) Ticket getTicket()
-
getUpdate
@ApiMethod(instanceRequired=true) Update getUpdate()
The ticket that a file is attached to.
-
-