Package com.apple.itunes.storekit.model
Class BulletPoint
java.lang.Object
com.apple.itunes.storekit.model.BulletPoint
The text and its bullet-point image to include in a retention message’s bulleted list.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBulletPoint(String text, UUID imageIdentifier, String altText) -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe alternative text you provide for the corresponding image of the bullet point.The identifier of the image to use as the bullet point.getText()The text of the individual bullet point.inthashCode()imageIdentifier(UUID imageIdentifier) voidsetAltText(String altText) voidsetImageIdentifier(UUID imageIdentifier) voidtoString()
-
Constructor Details
-
BulletPoint
protected BulletPoint() -
BulletPoint
-
-
Method Details
-
text
-
getText
The text of the individual bullet point.- Returns:
- text
- See Also:
-
setText
-
imageIdentifier
-
getImageIdentifier
The identifier of the image to use as the bullet point.- Returns:
- imageIdentifier
- See Also:
-
setImageIdentifier
-
altText
-
getAltText
The alternative text you provide for the corresponding image of the bullet point.- Returns:
- altText
- See Also:
-
setAltText
-
equals
-
hashCode
public int hashCode() -
toString
-