-
Method parameters in com.softlayer.api.service with type arguments of type Attachment
Modifier and Type |
Method |
Description |
List<Update> |
Ticket.Service.addUpdate(Update templateObject,
List<Attachment> attachedFiles) |
Add an update to a ticket.
|
Future<List<Update>> |
Ticket.ServiceAsync.addUpdate(Update templateObject,
List<Attachment> attachedFiles) |
|
Future<?> |
Ticket.ServiceAsync.addUpdate(Update templateObject,
List<Attachment> attachedFiles,
ResponseHandler<List<Update>> callback) |
|
Ticket |
Ticket.Service.createAdministrativeTicket(Ticket templateObject,
String contents,
Long attachmentId,
String rootPassword,
String controlPanelPassword,
String accessPort,
List<Attachment> attachedFiles,
String attachmentType) |
Create an administrative support ticket.
|
Future<Ticket> |
Ticket.ServiceAsync.createAdministrativeTicket(Ticket templateObject,
String contents,
Long attachmentId,
String rootPassword,
String controlPanelPassword,
String accessPort,
List<Attachment> attachedFiles,
String attachmentType) |
|
Future<?> |
Ticket.ServiceAsync.createAdministrativeTicket(Ticket templateObject,
String contents,
Long attachmentId,
String rootPassword,
String controlPanelPassword,
String accessPort,
List<Attachment> attachedFiles,
String attachmentType,
ResponseHandler<Ticket> callback) |
|
Ticket |
Ticket.Service.createStandardTicket(Ticket templateObject,
String contents,
Long attachmentId,
String rootPassword,
String controlPanelPassword,
String accessPort,
List<Attachment> attachedFiles,
String attachmentType) |
Create a standard support ticket.
|
Future<Ticket> |
Ticket.ServiceAsync.createStandardTicket(Ticket templateObject,
String contents,
Long attachmentId,
String rootPassword,
String controlPanelPassword,
String accessPort,
List<Attachment> attachedFiles,
String attachmentType) |
|
Future<?> |
Ticket.ServiceAsync.createStandardTicket(Ticket templateObject,
String contents,
Long attachmentId,
String rootPassword,
String controlPanelPassword,
String accessPort,
List<Attachment> attachedFiles,
String attachmentType,
ResponseHandler<Ticket> callback) |
|
Ticket |
Ticket.Service.edit(Ticket templateObject,
String contents,
List<Attachment> attachedFiles) |
Edit a SoftLayer ticket.
|
Future<Ticket> |
Ticket.ServiceAsync.edit(Ticket templateObject,
String contents,
List<Attachment> attachedFiles) |
|
Future<?> |
Ticket.ServiceAsync.edit(Ticket templateObject,
String contents,
List<Attachment> attachedFiles,
ResponseHandler<Ticket> callback) |
|