Class BulletPoint

java.lang.Object
com.apple.itunes.storekit.model.BulletPoint

public class BulletPoint extends Object
The text and its bullet-point image to include in a retention message’s bulleted list.
See Also:
  • Constructor Details

    • BulletPoint

      protected BulletPoint()
    • BulletPoint

      public BulletPoint(String text, UUID imageIdentifier, String altText)
  • Method Details

    • text

      public BulletPoint text(String text)
    • getText

      public String getText()
      The text of the individual bullet point.
      Returns:
      text
      See Also:
    • setText

      public void setText(String text)
    • imageIdentifier

      public BulletPoint imageIdentifier(UUID imageIdentifier)
    • getImageIdentifier

      public UUID getImageIdentifier()
      The identifier of the image to use as the bullet point.
      Returns:
      imageIdentifier
      See Also:
    • setImageIdentifier

      public void setImageIdentifier(UUID imageIdentifier)
    • altText

      public BulletPoint altText(String altText)
    • getAltText

      public String getAltText()
      The alternative text you provide for the corresponding image of the bullet point.
      Returns:
      altText
      See Also:
    • setAltText

      public void setAltText(String altText)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object