Interface EmbedField
-
- All Superinterfaces:
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 StringgetValue()Gets the value of the field.booleanisInline()Gets whether or not this field should display inline.
-
-
-
Method Detail
-
getValue
String getValue()
Gets the value of the field.- Returns:
- The value of the field.
-
isInline
boolean isInline()
Gets whether or not this field should display inline.- Returns:
- Whether or not this field should display inline.
-
-