| Package | Description |
|---|---|
| oracle.ucs.messaging.ws | |
| oracle.ucs.messaging.ws.types |
| Modifier and Type | Field and Description |
|---|---|
protected List<DeliveryType> |
GetSupportedDeliveryTypesResponse.deliveryType |
| Modifier and Type | Method and Description |
|---|---|
List<DeliveryType> |
GetSupportedDeliveryTypesResponse.getDeliveryType()
Gets the value of the deliveryType property.
|
List<DeliveryType> |
Messaging.getSupportedDeliveryTypes() |
List<DeliveryType> |
MessagingClient.getSupportedDeliveryTypes() |
| Modifier and Type | Method and Description |
|---|---|
static Address |
MessagingFactory.buildAddress(String deviceAddress,
DeliveryType deliveryType,
String emailMode)
Build a
Address object. |
static AccessPoint |
MessagingFactory.createAccessPoint(AccessPointType apType,
DeliveryType deliveryType,
String value)
Create a new access point.
|
static AccessPoint |
MessagingFactory.createAccessPoint(AccessPointType apType,
DeliveryType deliveryType,
String value,
String keyword)
Create a new access point.
|
| Modifier and Type | Field and Description |
|---|---|
protected DeliveryType |
AccessPoint.deliveryType |
protected DeliveryType |
Address.deliveryType |
| Modifier and Type | Method and Description |
|---|---|
static DeliveryType |
DeliveryType.fromValue(String v) |
DeliveryType |
AccessPoint.getDeliveryType()
Gets the value of the deliveryType property.
|
DeliveryType |
Address.getDeliveryType()
Gets the value of the deliveryType property.
|
static DeliveryType |
DeliveryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeliveryType[] |
DeliveryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccessPoint.setDeliveryType(DeliveryType value)
Sets the value of the deliveryType property.
|
void |
Address.setDeliveryType(DeliveryType value)
Sets the value of the deliveryType property.
|
Copyright © 2009,2013 Oracle and/or its affiliates. All rights reserved.