Interface EditableEmbedField

  • All Superinterfaces:
    EmbedField, java.util.Formattable, Nameable

    public interface EditableEmbedField
    extends EmbedField
    This interface represents an embed field that can be edited.
    • Method Detail

      • setName

        void setName​(java.lang.String name)
        Sets the name of the field.
        Parameters:
        name - The name of the field.
      • setValue

        void setValue​(java.lang.String value)
        Sets the value of the field.
        Parameters:
        value - The value of the field.
      • setInline

        void setInline​(boolean inline)
        Sets whether this field should display inline.
        Parameters:
        inline - Whether this field should display inline.