Class AppKeyListResponse
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.AppKeyListResponse
-
public class AppKeyListResponse extends java.lang.ObjectAppKeyListResponse
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_KEYS
-
Constructor Summary
Constructors Constructor Description AppKeyListResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppKeyListResponseaddKeysItem(AppKey keysItem)booleanequals(java.lang.Object o)java.util.List<AppKey>getKeys()List of returned keys.inthashCode()AppKeyListResponsekeys(java.util.List<AppKey> keys)voidsetKeys(java.util.List<AppKey> keys)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_KEYS
public static final java.lang.String JSON_PROPERTY_KEYS
- See Also:
- Constant Field Values
-
-
Method Detail
-
keys
public AppKeyListResponse keys(java.util.List<AppKey> keys)
-
addKeysItem
public AppKeyListResponse addKeysItem(AppKey keysItem)
-
getKeys
@Nullable public java.util.List<AppKey> getKeys()
List of returned keys.- Returns:
- keys
-
setKeys
public void setKeys(java.util.List<AppKey> keys)
-
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
-
-