Uses of Class
com.softlayer.api.service.ticket.attachment.File
-
Packages that use File Package Description com.softlayer.api.service com.softlayer.api.service.ticket com.softlayer.api.service.ticket.attachment com.softlayer.api.service.ticket.attachment.file -
-
Uses of File in com.softlayer.api.service
Fields in com.softlayer.api.service with type parameters of type File Modifier and Type Field Description protected List<File>
Ticket. attachedFiles
The files attached to a ticket.Methods in com.softlayer.api.service that return File Modifier and Type Method Description File
Ticket.Service. addAttachedFile(Attachment fileAttachment)
Attach the given file to a SoftLayer ticket.Methods in com.softlayer.api.service that return types with arguments of type File Modifier and Type Method Description Future<File>
Ticket.ServiceAsync. addAttachedFile(Attachment fileAttachment)
List<File>
Ticket. getAttachedFiles()
List<File>
Ticket.Service. getAttachedFiles()
The files attached to a ticket.Future<List<File>>
Ticket.ServiceAsync. getAttachedFiles()
Async version ofTicket.Service.getAttachedFiles()
Method parameters in com.softlayer.api.service with type arguments of type File Modifier and Type Method Description Future<?>
Ticket.ServiceAsync. addAttachedFile(Attachment fileAttachment, ResponseHandler<File> callback)
Future<?>
Ticket.ServiceAsync. getAttachedFiles(ResponseHandler<List<File>> callback)
Async callback version ofTicket.Service.getAttachedFiles()
-
Uses of File in com.softlayer.api.service.ticket
Fields in com.softlayer.api.service.ticket with type parameters of type File Modifier and Type Field Description protected List<File>
Update. fileAttachment
The files attached to a ticket update.Methods in com.softlayer.api.service.ticket that return types with arguments of type File Modifier and Type Method Description List<File>
Update. getFileAttachment()
-
Uses of File in com.softlayer.api.service.ticket.attachment
Methods in com.softlayer.api.service.ticket.attachment that return File Modifier and Type Method Description File
File.Service. getObject()
Methods in com.softlayer.api.service.ticket.attachment that return types with arguments of type File Modifier and Type Method Description Future<File>
File.ServiceAsync. getObject()
Async version ofFile.Service.getObject()
Method parameters in com.softlayer.api.service.ticket.attachment with type arguments of type File Modifier and Type Method Description Future<?>
File.ServiceAsync. getObject(ResponseHandler<File> callback)
-
Uses of File in com.softlayer.api.service.ticket.attachment.file
Subclasses of File in com.softlayer.api.service.ticket.attachment.file Modifier and Type Class Description class
ServiceNow
-