Class UpdateContentImportSourceRequest.SyncBehavior
- java.lang.Object
-
- com.intercom.api.resources.aicontent.requests.UpdateContentImportSourceRequest.SyncBehavior
-
- Enclosing class:
- UpdateContentImportSourceRequest
public static final class UpdateContentImportSourceRequest.SyncBehavior extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateContentImportSourceRequest.SyncBehavior.Valuestatic interfaceUpdateContentImportSourceRequest.SyncBehavior.Visitor<T>
-
Field Summary
Fields Modifier and Type Field Description static UpdateContentImportSourceRequest.SyncBehaviorAPIstatic UpdateContentImportSourceRequest.SyncBehaviorAUTOMATEDstatic UpdateContentImportSourceRequest.SyncBehaviorMANUAL
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)UpdateContentImportSourceRequest.SyncBehavior.ValuegetEnumValue()inthashCode()java.lang.StringtoString()static UpdateContentImportSourceRequest.SyncBehaviorvalueOf(java.lang.String value)<T> Tvisit(UpdateContentImportSourceRequest.SyncBehavior.Visitor<T> visitor)
-
-
-
Field Detail
-
AUTOMATED
public static final UpdateContentImportSourceRequest.SyncBehavior AUTOMATED
-
MANUAL
public static final UpdateContentImportSourceRequest.SyncBehavior MANUAL
-
API
public static final UpdateContentImportSourceRequest.SyncBehavior API
-
-
Method Detail
-
getEnumValue
public UpdateContentImportSourceRequest.SyncBehavior.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(UpdateContentImportSourceRequest.SyncBehavior.Visitor<T> visitor)
-
valueOf
public static UpdateContentImportSourceRequest.SyncBehavior valueOf(java.lang.String value)
-
-