Interface Delivery.Service
- All Superinterfaces:
Maskable,ResultLimitable,Service
- All Known Subinterfaces:
Sendgrid.Service
- Enclosing class:
- Delivery
@ApiService("SoftLayer_Network_Message_Delivery") public static interface Delivery.Service extends Service
- See Also:
- SoftLayer_Network_Message_Delivery
-
Method Summary
Modifier and Type Method Description Delivery.ServiceAsyncasAsync()Get an async version of this serviceBooleaneditObject(Delivery templateObject)AccountgetAccount()The SoftLayer customer account that a network message delivery account belongs to.ItemgetBillingItem()The billing item for a network message delivery account.DeliverygetObject()TypegetType()The message delivery type of a network message delivery account.VendorgetVendor()The vendor for a network message delivery account.voidsetMask(Delivery.Mask mask)Delivery.MaskwithMask()Use the existing mask on this service or create it if not presentDelivery.MaskwithNewMask()Overwrite the existing mask on this service with a new one and return itMethods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
Method Details
-
asAsync
Delivery.ServiceAsync asAsync()Description copied from interface:ServiceGet an async version of this service -
withNewMask
Delivery.Mask withNewMask()Description copied from interface:MaskableOverwrite the existing mask on this service with a new one and return it- Specified by:
withNewMaskin interfaceMaskable
-
withMask
Delivery.Mask withMask()Description copied from interface:MaskableUse the existing mask on this service or create it if not present -
setMask
-
editObject
-
getObject
-
getAccount
The SoftLayer customer account that a network message delivery account belongs to. -
getBillingItem
The billing item for a network message delivery account. -
getType
The message delivery type of a network message delivery account. -
getVendor
The vendor for a network message delivery account.
-