| Package | Description |
|---|---|
| com.urbanairship.connect.client.model | |
| com.urbanairship.connect.client.model.filters | |
| com.urbanairship.connect.client.model.responses |
| Modifier and Type | Method and Description |
|---|---|
static DeviceFilterType |
DeviceFilterType.getDeviceType(String key) |
static DeviceFilterType |
DeviceFilterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceFilterType[] |
DeviceFilterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DeviceFilterType |
DeviceFilter.getDeviceFilterType() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<Set<DeviceFilterType>> |
Filter.getDeviceTypes() |
| Modifier and Type | Method and Description |
|---|---|
Filter.Builder |
Filter.Builder.addDeviceType(DeviceFilterType value) |
Filter.Builder |
Filter.Builder.addDeviceTypes(DeviceFilterType... value) |
| Modifier and Type | Method and Description |
|---|---|
Filter.Builder |
Filter.Builder.addDeviceTypes(Set<DeviceFilterType> value) |
| Constructor and Description |
|---|
DeviceFilter(DeviceFilterType deviceFilterType,
String identifier) |
| Modifier and Type | Method and Description |
|---|---|
DeviceFilterType |
DeviceInfo.getPlatform() |
| Modifier and Type | Method and Description |
|---|---|
DeviceInfo.Builder |
DeviceInfo.Builder.setPlatform(DeviceFilterType platform) |
Copyright © 2016. All rights reserved.