Package com.apple.itunes.storekit.model
Class UploadMessageRequestBody
java.lang.Object
com.apple.itunes.storekit.model.UploadMessageRequestBody
The request body for uploading a message, which includes the message text and an optional image reference.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUploadMessageRequestBody(String header, String body, UploadMessageImage image) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBody()The body text of the retention message that the system displays to customers.The header text of the retention message that the system displays to customers.getImage()The optional image identifier and its alternative text to appear as part of a text-based message with an image.inthashCode()image(UploadMessageImage image) voidvoidvoidsetImage(UploadMessageImage image) toString()
-
Constructor Details
-
UploadMessageRequestBody
-
-
Method Details
-
header
-
getHeader
The header text of the retention message that the system displays to customers.- Returns:
- header
- See Also:
-
setHeader
-
body
-
getBody
The body text of the retention message that the system displays to customers.- Returns:
- body
- See Also:
-
setBody
-
image
-
getImage
The optional image identifier and its alternative text to appear as part of a text-based message with an image.- Returns:
- image
- See Also:
-
setImage
-
equals
-
hashCode
public int hashCode() -
toString
-