Class PictureEmbeddedType


  • public class PictureEmbeddedType
    extends Object
    The PictureEmbeddedType model.
    • Constructor Detail

      • PictureEmbeddedType

        public PictureEmbeddedType()
    • Method Detail

      • contentType

        public String contentType()
        Get the contentType value.
        Returns:
        the contentType value
      • withContentType

        public PictureEmbeddedType withContentType​(String contentType)
        Set the contentType value.
        Parameters:
        contentType - the contentType value to set
        Returns:
        the PictureEmbeddedType object itself.
      • value

        public byte[] value()
        Get the value value.
        Returns:
        the value value
      • withValue

        public PictureEmbeddedType withValue​(byte[] value)
        Set the value value.
        Parameters:
        value - the value value to set
        Returns:
        the PictureEmbeddedType object itself.