| Package | Description |
|---|---|
| oracle.ucs.userprefs |
| Modifier and Type | Method and Description |
|---|---|
DeviceAddressType |
DeviceAddress.getType()
Gets the type of this DeviceAddress object.
|
static DeviceAddressType |
DeviceAddressType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceAddressType[] |
DeviceAddressType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<DeviceAddress> |
UserPrefsProvisioningService.getDeviceAddresses(String guid,
DeviceAddressType type)
Deprecated.
Gets user device addresses of a particular type.
|
Set<DeviceAddress> |
UserCommunicationPreference.getDeviceAddresses(String guid,
DeviceAddressType type)
Gets user device addresses of a particular type.
|
void |
DeviceAddress.setType(DeviceAddressType deviceAddressType)
Sets type of this address.
|
Copyright © 2009,2013 Oracle and/or its affiliates. All rights reserved.