Class VideoAttribute

    • Method Detail

      • cornerRadius

        public final Integer cornerRadius()

        Sets the corner radius of all video tiles.

        Returns:
        Sets the corner radius of all video tiles.
      • borderColor

        public final BorderColor borderColor()

        Defines the border color of all video tiles.

        If the service returns an enum value that is not available in the current SDK version, borderColor will return BorderColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from borderColorAsString().

        Returns:
        Defines the border color of all video tiles.
        See Also:
        BorderColor
      • borderColorAsString

        public final String borderColorAsString()

        Defines the border color of all video tiles.

        If the service returns an enum value that is not available in the current SDK version, borderColor will return BorderColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from borderColorAsString().

        Returns:
        Defines the border color of all video tiles.
        See Also:
        BorderColor
      • highlightColorAsString

        public final String highlightColorAsString()

        Defines the highlight color for the active video tile.

        If the service returns an enum value that is not available in the current SDK version, highlightColor will return HighlightColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from highlightColorAsString().

        Returns:
        Defines the highlight color for the active video tile.
        See Also:
        HighlightColor
      • borderThickness

        public final Integer borderThickness()

        Defines the border thickness for all video tiles.

        Returns:
        Defines the border thickness for all video tiles.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)