Interface CreateConversationRequest._FinalStage
-
- All Known Implementing Classes:
CreateConversationRequest.Builder
- Enclosing class:
- CreateConversationRequest
public static interface CreateConversationRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateConversationRequestbuild()CreateConversationRequest._FinalStagecreatedAt(java.lang.Integer createdAt)CreateConversationRequest._FinalStagecreatedAt(java.util.Optional<java.lang.Integer> createdAt)The time the conversation was created as a UTC Unix timestamp.
-
-
-
Method Detail
-
build
CreateConversationRequest build()
-
createdAt
CreateConversationRequest._FinalStage createdAt(java.util.Optional<java.lang.Integer> createdAt)
The time the conversation was created as a UTC Unix timestamp. If not provided, the current time will be used. This field is only recommneded for migrating past conversations from another source into Intercom.
-
createdAt
CreateConversationRequest._FinalStage createdAt(java.lang.Integer createdAt)
-
-