Class FindConversationRequest
- java.lang.Object
-
- com.intercom.api.resources.conversations.requests.FindConversationRequest
-
public final class FindConversationRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFindConversationRequest._FinalStagestatic classFindConversationRequest.Builderstatic interfaceFindConversationRequest.ConversationIdStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FindConversationRequest.ConversationIdStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.lang.StringgetConversationId()java.util.Optional<java.lang.String>getDisplayAs()java.util.Optional<java.lang.Boolean>getIncludeTranslations()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getConversationId
public java.lang.String getConversationId()
- Returns:
- The id of the conversation to target
-
getDisplayAs
public java.util.Optional<java.lang.String> getDisplayAs()
- Returns:
- Set to plaintext to retrieve conversation messages in plain text.
-
getIncludeTranslations
public java.util.Optional<java.lang.Boolean> getIncludeTranslations()
- Returns:
- If set to true, conversation parts will be translated to the detected language of the conversation.
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static FindConversationRequest.ConversationIdStage builder()
-
-