Class PictureType


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

      • PictureType

        public PictureType()
    • Method Detail

      • pictureLink

        public PictureLinkType pictureLink()
        Get the pictureLink value.
        Returns:
        the pictureLink value
      • withPictureLink

        public PictureType withPictureLink​(PictureLinkType pictureLink)
        Set the pictureLink value.
        Parameters:
        pictureLink - the pictureLink value to set
        Returns:
        the PictureType object itself.
      • pictureEmbedded

        public PictureEmbeddedType pictureEmbedded()
        Get the pictureEmbedded value.
        Returns:
        the pictureEmbedded value
      • withPictureEmbedded

        public PictureType withPictureEmbedded​(PictureEmbeddedType pictureEmbedded)
        Set the pictureEmbedded value.
        Parameters:
        pictureEmbedded - the pictureEmbedded value to set
        Returns:
        the PictureType object itself.