Class IntegrationApiKeyResponse
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.IntegrationApiKeyResponse
-
public class IntegrationApiKeyResponse extends java.lang.ObjectIntegrationApiKeyResponse
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_KEY
-
Constructor Summary
Constructors Constructor Description IntegrationApiKeyResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)ApiKeygetKey()Get keyinthashCode()IntegrationApiKeyResponsekey(ApiKey key)voidsetKey(ApiKey key)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_KEY
public static final java.lang.String JSON_PROPERTY_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
key
public IntegrationApiKeyResponse key(ApiKey key)
-
getKey
@Nullable public ApiKey getKey()
Get key- Returns:
- key
-
setKey
public void setKey(ApiKey key)
-
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
-
-