Class PictureLinkType


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

      • PictureLinkType

        public PictureLinkType()
    • Method Detail

      • pictureLink

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

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

        public String mimeType()
        Get the mimeType value.
        Returns:
        the mimeType value
      • withMimeType

        public PictureLinkType withMimeType​(String mimeType)
        Set the mimeType value.
        Parameters:
        mimeType - the mimeType value to set
        Returns:
        the PictureLinkType object itself.