Class Embed

java.lang.Object
com.aventstack.chaintest.domain.Embed

public class Embed extends Object
  • Field Details

    • SUPPORTED_MEDIA_TYPES

      public static final List<String> SUPPORTED_MEDIA_TYPES
  • Constructor Details

    • Embed

      public Embed(String base64, String mediaType)
    • Embed

      public Embed(File file, String mediaType)
    • Embed

      public Embed(byte[] bytes, String mediaType)
  • Method Details