Class ReactionValueFormats

    • Method Detail

      • emoji

        public final String emoji()

        The Emoji Version 1.0 graphic of the reaction. These graphics are interpreted slightly differently on different operating systems.

        Returns:
        The Emoji Version 1.0 graphic of the reaction. These graphics are interpreted slightly differently on different operating systems.
      • shortCode

        public final String shortCode()

        The emoji short code for the reaction. Short codes are interpreted slightly differently on different operating systems.

        Returns:
        The emoji short code for the reaction. Short codes are interpreted slightly differently on different operating systems.
      • unicode

        public final String unicode()

        The Unicode codepoint for the reaction.

        Returns:
        The Unicode codepoint for the reaction.
      • 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)