Class EmbedFieldImpl

    • Constructor Detail

      • EmbedFieldImpl

        public EmbedFieldImpl​(com.fasterxml.jackson.databind.JsonNode data)
        Creates a new embed field.
        Parameters:
        data - The json data of the field.
      • EmbedFieldImpl

        public EmbedFieldImpl​(String name,
                              String value,
                              boolean inline)
        Creates a new embed field.
        Parameters:
        name - The name of the field.
        value - The value of the field.
        inline - Whether or not this field should display inline.