Class AttachmentMediaTokenBody
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.AttachmentMediaTokenBody
-
public class AttachmentMediaTokenBody extends java.lang.ObjectAttachmentMediaTokenBody
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_PATHS
-
Constructor Summary
Constructors Constructor Description AttachmentMediaTokenBody()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachmentMediaTokenBodyaddPathsItem(java.lang.String pathsItem)booleanequals(java.lang.Object o)java.util.List<java.lang.String>getPaths()An array of strings representing the list of attachment paths used to generate the media JWT.inthashCode()AttachmentMediaTokenBodypaths(java.util.List<java.lang.String> paths)voidsetPaths(java.util.List<java.lang.String> paths)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_PATHS
public static final java.lang.String JSON_PROPERTY_PATHS
- See Also:
- Constant Field Values
-
-
Method Detail
-
paths
public AttachmentMediaTokenBody paths(java.util.List<java.lang.String> paths)
-
addPathsItem
public AttachmentMediaTokenBody addPathsItem(java.lang.String pathsItem)
-
getPaths
public java.util.List<java.lang.String> getPaths()
An array of strings representing the list of attachment paths used to generate the media JWT. One token will be generated for each path. Each token will be valid for 2 hours by default. This value can be modified, see [App Settings](#operation/createApp) for more information.- Returns:
- paths
-
setPaths
public void setPaths(java.util.List<java.lang.String> paths)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-