Interface IncompatibilityMessage.Builder

    • Method Detail

      • message

        IncompatibilityMessage.Builder message​(String message)

        A message about the incompatibility.

        Parameters:
        message - A message about the incompatibility.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        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

        Parameters:
        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

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeviceAttribute, DeviceAttribute
      • type

        IncompatibilityMessage.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

        Parameters:
        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

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeviceAttribute, DeviceAttribute