Class AttachmentMediaTokenResponse
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.AttachmentMediaTokenResponse
-
public class AttachmentMediaTokenResponse extends java.lang.ObjectAttachmentMediaTokenResponse
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_TOKENS
-
Constructor Summary
Constructors Constructor Description AttachmentMediaTokenResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.util.Map<java.lang.String,java.lang.String>getTokens()Object with key value pair where the key is the path and the value is the media JWT.inthashCode()AttachmentMediaTokenResponseputTokensItem(java.lang.String key, java.lang.String tokensItem)voidsetTokens(java.util.Map<java.lang.String,java.lang.String> tokens)AttachmentMediaTokenResponsetokens(java.util.Map<java.lang.String,java.lang.String> tokens)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_TOKENS
public static final java.lang.String JSON_PROPERTY_TOKENS
- See Also:
- Constant Field Values
-
-
Method Detail
-
tokens
public AttachmentMediaTokenResponse tokens(java.util.Map<java.lang.String,java.lang.String> tokens)
-
putTokensItem
public AttachmentMediaTokenResponse putTokensItem(java.lang.String key, java.lang.String tokensItem)
-
getTokens
@Nullable public java.util.Map<java.lang.String,java.lang.String> getTokens()
Object with key value pair where the key is the path and the value is the media JWT.- Returns:
- tokens
-
setTokens
public void setTokens(java.util.Map<java.lang.String,java.lang.String> tokens)
-
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
-
-