public final class IOSMediaContent extends PushModelObject
| Modifier and Type | Class and Description |
|---|---|
static class |
IOSMediaContent.Builder |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.Optional<java.lang.String> |
getBody()
Get the body used if the media attachment succeeds.
|
java.util.Optional<java.lang.String> |
getSubtitle()
Get the subtitle used if the media attachment succeeds.
|
java.util.Optional<java.lang.String> |
getTitle()
Get the title used if the media attachment succeeds.
|
int |
hashCode() |
static IOSMediaContent.Builder |
newBuilder()
Get a IOSMediaContent builder object that describes portions of the notification that should be modified if the media attachment succeeds.
|
java.lang.String |
toString() |
toJSONtoJSONpublic static IOSMediaContent.Builder newBuilder()
public java.util.Optional<java.lang.String> getTitle()
public java.util.Optional<java.lang.String> getBody()
public java.util.Optional<java.lang.String> getSubtitle()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object