Interface EmbedField
-
- All Superinterfaces:
java.util.Formattable,Nameable
- All Known Subinterfaces:
EditableEmbedField
public interface EmbedField extends Nameable
This interface represents an embed field.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetValue()Gets the value of the field.booleanisInline()Gets whether this field should display inline.
-