Interface ReactionValueFormats.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ReactionValueFormats.Builder,ReactionValueFormats>, SdkBuilder<ReactionValueFormats.Builder,ReactionValueFormats>, SdkPojo
Enclosing class:
ReactionValueFormats

public static interface ReactionValueFormats.Builder extends SdkPojo, CopyableBuilder<ReactionValueFormats.Builder,ReactionValueFormats>
  • Method Details

    • emoji

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

      Parameters:
      emoji - The Emoji Version 1.0 graphic of the reaction. These graphics are interpreted slightly differently on different operating systems.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • shortCode

      ReactionValueFormats.Builder shortCode(String shortCode)

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

      Parameters:
      shortCode - The emoji short code for the reaction. Short codes are interpreted slightly differently on different operating systems.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • unicode

      The Unicode codepoint for the reaction.

      Parameters:
      unicode - The Unicode codepoint for the reaction.
      Returns:
      Returns a reference to this object so that method calls can be chained together.