public static interface IncompatibilityMessage.Builder extends SdkPojo, CopyableBuilder<IncompatibilityMessage.Builder,IncompatibilityMessage>
| Modifier and Type | Method and Description |
|---|---|
IncompatibilityMessage.Builder |
message(String message)
A message about the incompatibility.
|
IncompatibilityMessage.Builder |
type(DeviceAttribute type)
The type of incompatibility.
|
IncompatibilityMessage.Builder |
type(String type)
The type of incompatibility.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIncompatibilityMessage.Builder message(String message)
A message about the incompatibility.
message - A message about the incompatibility.IncompatibilityMessage.Builder type(String type)
The type of incompatibility.
Allowed values include:
ARN
FORM_FACTOR (for example, phone or tablet)
MANUFACTURER
PLATFORM (for example, Android or iOS)
REMOTE_ACCESS_ENABLED
APPIUM_VERSION
type - The type of incompatibility.
Allowed values include:
ARN
FORM_FACTOR (for example, phone or tablet)
MANUFACTURER
PLATFORM (for example, Android or iOS)
REMOTE_ACCESS_ENABLED
APPIUM_VERSION
DeviceAttribute,
DeviceAttributeIncompatibilityMessage.Builder type(DeviceAttribute type)
The type of incompatibility.
Allowed values include:
ARN
FORM_FACTOR (for example, phone or tablet)
MANUFACTURER
PLATFORM (for example, Android or iOS)
REMOTE_ACCESS_ENABLED
APPIUM_VERSION
type - The type of incompatibility.
Allowed values include:
ARN
FORM_FACTOR (for example, phone or tablet)
MANUFACTURER
PLATFORM (for example, Android or iOS)
REMOTE_ACCESS_ENABLED
APPIUM_VERSION
DeviceAttribute,
DeviceAttributeCopyright © 2022. All rights reserved.