Class ActivityTypes
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.ActivityTypes
-
public class ActivityTypes extends java.lang.ObjectActivityTypes
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classActivityTypes.TypeEnumIf the author type is `user`, only `conversation:read` is supported.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description ActivityTypes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)ActivityTypes.TypeEnumgetType()If the author type is `user`, only `conversation:read` is supported.inthashCode()voidsetType(ActivityTypes.TypeEnum type)java.lang.StringtoString()ActivityTypestype(ActivityTypes.TypeEnum type)
-
-
-
Field Detail
-
JSON_PROPERTY_TYPE
public static final java.lang.String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public ActivityTypes type(ActivityTypes.TypeEnum type)
-
getType
@Nullable public ActivityTypes.TypeEnum getType()
If the author type is `user`, only `conversation:read` is supported.- Returns:
- type
-
setType
public void setType(ActivityTypes.TypeEnum type)
-
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
-
-