| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static SyntheticsDeviceID |
SyntheticsDeviceID.CHROME_LAPTOP_LARGE |
static SyntheticsDeviceID |
SyntheticsDeviceID.CHROME_MOBILE_SMALL |
static SyntheticsDeviceID |
SyntheticsDeviceID.CHROME_TABLET |
static SyntheticsDeviceID |
SyntheticsDeviceID.EDGE_LAPTOP_LARGE |
static SyntheticsDeviceID |
SyntheticsDeviceID.EDGE_MOBILE_SMALL |
static SyntheticsDeviceID |
SyntheticsDeviceID.EDGE_TABLET |
static SyntheticsDeviceID |
SyntheticsDeviceID.FIREFOX_LAPTOP_LARGE |
static SyntheticsDeviceID |
SyntheticsDeviceID.FIREFOX_MOBILE_SMALL |
static SyntheticsDeviceID |
SyntheticsDeviceID.FIREFOX_TABLET |
static SyntheticsDeviceID |
SyntheticsDeviceID.LAPTOP_LARGE |
static SyntheticsDeviceID |
SyntheticsDeviceID.MOBILE_SMALL |
static SyntheticsDeviceID |
SyntheticsDeviceID.TABLET |
| Modifier and Type | Method and Description |
|---|---|
static SyntheticsDeviceID |
SyntheticsDeviceID.fromValue(String value) |
SyntheticsDeviceID |
SyntheticsTriggerCITestRunResult.getDevice()
The device ID.
|
SyntheticsDeviceID |
SyntheticsBatchResult.getDevice()
The device ID.
|
SyntheticsDeviceID |
SyntheticsDevice.getId()
The device ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<SyntheticsDeviceID> |
SyntheticsCITest.getDeviceIds()
For browser test, array with the different device IDs used to run the test.
|
List<SyntheticsDeviceID> |
SyntheticsTestOptions.getDeviceIds()
For browser test, array with the different device IDs used to run the test.
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticsCITest |
SyntheticsCITest.addDeviceIdsItem(SyntheticsDeviceID deviceIdsItem) |
SyntheticsTestOptions |
SyntheticsTestOptions.addDeviceIdsItem(SyntheticsDeviceID deviceIdsItem) |
SyntheticsTriggerCITestRunResult |
SyntheticsTriggerCITestRunResult.device(SyntheticsDeviceID device) |
SyntheticsBatchResult |
SyntheticsBatchResult.device(SyntheticsDeviceID device) |
SyntheticsDevice |
SyntheticsDevice.id(SyntheticsDeviceID id) |
void |
SyntheticsDeviceID.SyntheticsDeviceIDSerializer.serialize(SyntheticsDeviceID value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SyntheticsTriggerCITestRunResult.setDevice(SyntheticsDeviceID device) |
void |
SyntheticsBatchResult.setDevice(SyntheticsDeviceID device) |
void |
SyntheticsDevice.setId(SyntheticsDeviceID id) |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsCITest |
SyntheticsCITest.deviceIds(List<SyntheticsDeviceID> deviceIds) |
SyntheticsTestOptions |
SyntheticsTestOptions.deviceIds(List<SyntheticsDeviceID> deviceIds) |
void |
SyntheticsCITest.setDeviceIds(List<SyntheticsDeviceID> deviceIds) |
void |
SyntheticsTestOptions.setDeviceIds(List<SyntheticsDeviceID> deviceIds) |
| Constructor and Description |
|---|
SyntheticsDevice(Long height,
SyntheticsDeviceID id,
String name,
Long width) |
| Constructor and Description |
|---|
SyntheticsDeviceIDSerializer(Class<SyntheticsDeviceID> t) |
Copyright © 2024. All rights reserved.