Interface ServiceNow.Service
- All Superinterfaces:
File.Service,Maskable,ResultLimitable,Service
- Enclosing class:
- ServiceNow
@ApiService("SoftLayer_Ticket_Attachment_File_ServiceNow") public static interface ServiceNow.Service extends File.Service
-
Method Summary
Modifier and Type Method Description ServiceNow.ServiceAsyncasAsync()Get an async version of this serviceServiceNowgetObjectForServiceNow()voidsetMask(ServiceNow.Mask mask)ServiceNow.MaskwithMask()Use the existing mask on this service or create it if not presentServiceNow.MaskwithNewMask()Overwrite the existing mask on this service with a new one and return itMethods inherited from interface com.softlayer.api.service.ticket.attachment.File.Service
getExtensionWhitelist, getObject, getTicket, getUpdate, setMaskMethods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
Method Details
-
asAsync
ServiceNow.ServiceAsync asAsync()Description copied from interface:ServiceGet an async version of this service- Specified by:
asAsyncin interfaceFile.Service- Specified by:
asAsyncin interfaceService
-
withNewMask
ServiceNow.Mask withNewMask()Description copied from interface:MaskableOverwrite the existing mask on this service with a new one and return it- Specified by:
withNewMaskin interfaceFile.Service- Specified by:
withNewMaskin interfaceMaskable
-
withMask
ServiceNow.Mask withMask()Description copied from interface:MaskableUse the existing mask on this service or create it if not present- Specified by:
withMaskin interfaceFile.Service- Specified by:
withMaskin interfaceMaskable
-
setMask
-
getObjectForServiceNow
-