Class SubscriptionType.ConsentType
- java.lang.Object
-
- com.intercom.api.resources.subscriptiontypes.types.SubscriptionType.ConsentType
-
- Enclosing class:
- SubscriptionType
public static final class SubscriptionType.ConsentType extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSubscriptionType.ConsentType.Valuestatic interfaceSubscriptionType.ConsentType.Visitor<T>
-
Field Summary
Fields Modifier and Type Field Description static SubscriptionType.ConsentTypeOPT_INstatic SubscriptionType.ConsentTypeOPT_OUT
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)SubscriptionType.ConsentType.ValuegetEnumValue()inthashCode()java.lang.StringtoString()static SubscriptionType.ConsentTypevalueOf(java.lang.String value)<T> Tvisit(SubscriptionType.ConsentType.Visitor<T> visitor)
-
-
-
Field Detail
-
OPT_IN
public static final SubscriptionType.ConsentType OPT_IN
-
OPT_OUT
public static final SubscriptionType.ConsentType OPT_OUT
-
-
Method Detail
-
getEnumValue
public SubscriptionType.ConsentType.Value getEnumValue()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
visit
public <T> T visit(SubscriptionType.ConsentType.Visitor<T> visitor)
-
valueOf
public static SubscriptionType.ConsentType valueOf(java.lang.String value)
-
-