public final class MediaAttachment extends PushModelObject
| Modifier and Type | Class and Description |
|---|---|
static class |
MediaAttachment.Builder |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.Optional<IOSMediaContent> |
getContent()
Get the Content object that describes portions of the notification that should be modified if the media attachment succeeds
|
java.util.Optional<IOSMediaOptions> |
getOptions()
Get the IOSMediaOptions that describes how to display the resource at the URL
|
java.lang.String |
getUrl()
Get the url used for the iOS media
|
int |
hashCode() |
static MediaAttachment.Builder |
newBuilder()
Get a MediaAttachment builder
|
java.lang.String |
toString() |
toJSONtoJSONpublic static MediaAttachment.Builder newBuilder()
public java.lang.String getUrl()
public java.util.Optional<IOSMediaContent> getContent()
public java.util.Optional<IOSMediaOptions> getOptions()
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