Uses of Class
com.softlayer.api.service.network.message.Delivery
-
Uses of Delivery in com.softlayer.api.service
Fields in com.softlayer.api.service with type parameters of type Delivery Modifier and Type Field Description protected List<Delivery>
Account. networkMessageDeliveryAccounts
Methods in com.softlayer.api.service that return types with arguments of type Delivery Modifier and Type Method Description List<Delivery>
Account. getNetworkMessageDeliveryAccounts()
List<Delivery>
Account.Service. getNetworkMessageDeliveryAccounts()
Future<List<Delivery>>
Account.ServiceAsync. getNetworkMessageDeliveryAccounts()
Async version ofAccount.Service.getNetworkMessageDeliveryAccounts()
Method parameters in com.softlayer.api.service with type arguments of type Delivery Modifier and Type Method Description Future<?>
Account.ServiceAsync. getNetworkMessageDeliveryAccounts(ResponseHandler<List<Delivery>> callback)
Async callback version ofAccount.Service.getNetworkMessageDeliveryAccounts()
-
Uses of Delivery in com.softlayer.api.service.billing.item.network.message
Fields in com.softlayer.api.service.billing.item.network.message declared as Delivery Modifier and Type Field Description protected Delivery
Delivery. resource
The object this billing item is associated with.Methods in com.softlayer.api.service.billing.item.network.message that return Delivery Modifier and Type Method Description Delivery
Delivery. getResource()
Methods in com.softlayer.api.service.billing.item.network.message with parameters of type Delivery Modifier and Type Method Description void
Delivery. setResource(Delivery resource)
-
Uses of Delivery in com.softlayer.api.service.network.message
Methods in com.softlayer.api.service.network.message that return Delivery Modifier and Type Method Description Delivery
Delivery.Service. getObject()
Methods in com.softlayer.api.service.network.message that return types with arguments of type Delivery Modifier and Type Method Description Future<Delivery>
Delivery.ServiceAsync. getObject()
Async version ofDelivery.Service.getObject()
Methods in com.softlayer.api.service.network.message with parameters of type Delivery Modifier and Type Method Description Boolean
Delivery.Service. editObject(Delivery templateObject)
Future<Boolean>
Delivery.ServiceAsync. editObject(Delivery templateObject)
Future<?>
Delivery.ServiceAsync. editObject(Delivery templateObject, ResponseHandler<Boolean> callback)
Method parameters in com.softlayer.api.service.network.message with type arguments of type Delivery Modifier and Type Method Description Future<?>
Delivery.ServiceAsync. getObject(ResponseHandler<Delivery> callback)
-
Uses of Delivery in com.softlayer.api.service.network.message.delivery
Fields in com.softlayer.api.service.network.message.delivery declared as Delivery Modifier and Type Field Description protected Delivery
Attribute. networkMessageDelivery
Methods in com.softlayer.api.service.network.message.delivery that return Delivery Modifier and Type Method Description Delivery
Attribute. getNetworkMessageDelivery()
Methods in com.softlayer.api.service.network.message.delivery with parameters of type Delivery Modifier and Type Method Description void
Attribute. setNetworkMessageDelivery(Delivery networkMessageDelivery)
-
Uses of Delivery in com.softlayer.api.service.network.message.delivery.email
Subclasses of Delivery in com.softlayer.api.service.network.message.delivery.email Modifier and Type Class Description class
Sendgrid