Package com.intercom.api.types
Interface ConversationRating._FinalStage
-
- All Known Implementing Classes:
ConversationRating.Builder
- Enclosing class:
- ConversationRating
public static interface ConversationRating._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConversationRatingbuild()ConversationRating._FinalStagecontact(ContactReference contact)ConversationRating._FinalStagecontact(java.util.Optional<ContactReference> contact)ConversationRating._FinalStageremark(java.lang.String remark)ConversationRating._FinalStageremark(java.util.Optional<java.lang.String> remark)An optional field to add a remark to correspond to the number ratingConversationRating._FinalStageteammate(Reference teammate)ConversationRating._FinalStageteammate(java.util.Optional<Reference> teammate)ConversationRating._FinalStageupdatedAt(java.lang.Integer updatedAt)ConversationRating._FinalStageupdatedAt(java.util.Optional<java.lang.Integer> updatedAt)The time the rating was last updated.
-
-
-
Method Detail
-
build
ConversationRating build()
-
remark
ConversationRating._FinalStage remark(java.util.Optional<java.lang.String> remark)
An optional field to add a remark to correspond to the number rating
-
remark
ConversationRating._FinalStage remark(java.lang.String remark)
-
updatedAt
ConversationRating._FinalStage updatedAt(java.util.Optional<java.lang.Integer> updatedAt)
The time the rating was last updated.
-
updatedAt
ConversationRating._FinalStage updatedAt(java.lang.Integer updatedAt)
-
contact
ConversationRating._FinalStage contact(java.util.Optional<ContactReference> contact)
-
contact
ConversationRating._FinalStage contact(ContactReference contact)
-
teammate
ConversationRating._FinalStage teammate(java.util.Optional<Reference> teammate)
-
teammate
ConversationRating._FinalStage teammate(Reference teammate)
-
-