Uses of Class
com.softlayer.api.service.ticket.Attachment
-
Uses of Attachment in com.softlayer.api.service
Fields in com.softlayer.api.service declared as Attachment Modifier and Type Field Description protected Attachment
Ticket. firstAttachedResource
The first physical or virtual server attached to a ticket.Fields in com.softlayer.api.service with type parameters of type Attachment Modifier and Type Field Description protected List<Attachment>
Ticket. attachedResources
Methods in com.softlayer.api.service that return Attachment Modifier and Type Method Description Attachment
Ticket. getFirstAttachedResource()
Attachment
Ticket.Service. getFirstAttachedResource()
The first physical or virtual server attached to a ticket.Methods in com.softlayer.api.service that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>
Ticket. getAttachedResources()
List<Attachment>
Ticket.Service. getAttachedResources()
Future<List<Attachment>>
Ticket.ServiceAsync. getAttachedResources()
Async version ofTicket.Service.getAttachedResources()
Future<Attachment>
Ticket.ServiceAsync. getFirstAttachedResource()
Async version ofTicket.Service.getFirstAttachedResource()
Methods in com.softlayer.api.service with parameters of type Attachment Modifier and Type Method Description void
Ticket. setFirstAttachedResource(Attachment firstAttachedResource)
Method parameters in com.softlayer.api.service with type arguments of type Attachment Modifier and Type Method Description Future<?>
Ticket.ServiceAsync. getAttachedResources(ResponseHandler<List<Attachment>> callback)
Async callback version ofTicket.Service.getAttachedResources()
Future<?>
Ticket.ServiceAsync. getFirstAttachedResource(ResponseHandler<Attachment> callback)
Async callback version ofTicket.Service.getFirstAttachedResource()
-
Uses of Attachment in com.softlayer.api.service.billing.payment.card
Fields in com.softlayer.api.service.billing.payment.card with type parameters of type Attachment Modifier and Type Field Description protected List<Attachment>
ChangeRequest. ticketAttachmentReferences
These are tickets tied to a credit card change request.protected List<Attachment>
ManualPayment. ticketAttachmentReferences
These are tickets tied to a credit card manual payment.Methods in com.softlayer.api.service.billing.payment.card that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>
ChangeRequest. getTicketAttachmentReferences()
List<Attachment>
ManualPayment. getTicketAttachmentReferences()
-
Uses of Attachment in com.softlayer.api.service.provisioning.version1
Fields in com.softlayer.api.service.provisioning.version1 with type parameters of type Attachment Modifier and Type Field Description protected List<Attachment>
Transaction. ticketScheduledActionReference
Methods in com.softlayer.api.service.provisioning.version1 that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>
Transaction. getTicketScheduledActionReference()
-
Uses of Attachment in com.softlayer.api.service.ticket.attachment
Subclasses of Attachment in com.softlayer.api.service.ticket.attachment Modifier and Type Class Description class
CardChangeRequest
This datatype contains tickets referenced from card change requestclass
Hardware
SoftLayer tickets have the ability to be associated with specific pieces of hardware in a customer's inventory. -
Uses of Attachment in com.softlayer.api.service.ticket.attachment.assigned
Subclasses of Attachment in com.softlayer.api.service.ticket.attachment.assigned Modifier and Type Class Description class
Agent
-
Uses of Attachment in com.softlayer.api.service.ticket.attachment.dedicated
Subclasses of Attachment in com.softlayer.api.service.ticket.attachment.dedicated Modifier and Type Class Description class
Host
SoftLayer tickets have the ability to be associated with specific dedicated hosts in a customer's inventory. -
Uses of Attachment in com.softlayer.api.service.ticket.attachment.manual
Subclasses of Attachment in com.softlayer.api.service.ticket.attachment.manual Modifier and Type Class Description class
Payment
This datatype contains tickets referenced from manual payments -
Uses of Attachment in com.softlayer.api.service.ticket.attachment.network.storage.mass.data
Subclasses of Attachment in com.softlayer.api.service.ticket.attachment.network.storage.mass.data Modifier and Type Class Description class
Migration
-
Uses of Attachment in com.softlayer.api.service.ticket.attachment.scheduled
Subclasses of Attachment in com.softlayer.api.service.ticket.attachment.scheduled Modifier and Type Class Description class
Action
-
Uses of Attachment in com.softlayer.api.service.ticket.attachment.virtual
Subclasses of Attachment in com.softlayer.api.service.ticket.attachment.virtual Modifier and Type Class Description class
Guest
SoftLayer tickets have the ability to be associated with specific virtual guests in a customer's inventory. -
Uses of Attachment in com.softlayer.api.service.user
Fields in com.softlayer.api.service.user with type parameters of type Attachment Modifier and Type Field Description protected List<Attachment>
Employee. ticketAttachmentReferences
Methods in com.softlayer.api.service.user that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>
Employee. getTicketAttachmentReferences()