public final class IOSMediaOptions extends PushModelObject
| Modifier and Type | Class and Description |
|---|---|
static class |
IOSMediaOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.Optional<Crop> |
getCrop()
Get the Crop object that describes the crop parameters to be used in the thumbnail.
|
java.util.Optional<java.lang.Boolean> |
getHidden()
Get the hidden value of the thumbnail.
|
java.util.Optional<java.lang.Integer> |
getTime()
Get the time used for the thumbnail.
|
int |
hashCode() |
static IOSMediaOptions.Builder |
newBuilder()
Get a IOSMediaOptions builder
|
java.lang.String |
toString() |
toJSONtoJSONpublic static IOSMediaOptions.Builder newBuilder()
public java.util.Optional<java.lang.Integer> getTime()
public java.util.Optional<Crop> getCrop()
public java.util.Optional<java.lang.Boolean> getHidden()
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