Interface EmbedField

  • All Superinterfaces:
    java.util.Formattable, Nameable
    All Known Subinterfaces:
    EditableEmbedField

    public interface EmbedField
    extends Nameable
    This interface represents an embed field.
    • Method Detail

      • getValue

        java.lang.String getValue()
        Gets the value of the field.
        Returns:
        The value of the field.
      • isInline

        boolean isInline()
        Gets whether this field should display inline.
        Returns:
        Whether this field should display inline.