Package com.intercom.api.types
Class ConversationStatistics.Builder
java.lang.Object
com.intercom.api.types.ConversationStatistics.Builder
- Enclosing class:
ConversationStatistics
-
Method Summary
Modifier and TypeMethodDescriptionbuild()countAssignments(Integer countAssignments) countAssignments(Optional<Integer> countAssignments) countConversationParts(Integer countConversationParts) countConversationParts(Optional<Integer> countConversationParts) countReopens(Integer countReopens) countReopens(Optional<Integer> countReopens) firstAdminReplyAt(Integer firstAdminReplyAt) firstAdminReplyAt(Optional<Integer> firstAdminReplyAt) firstAssignmentAt(Integer firstAssignmentAt) firstAssignmentAt(Optional<Integer> firstAssignmentAt) firstCloseAt(Integer firstCloseAt) firstCloseAt(Optional<Integer> firstCloseAt) firstContactReplyAt(Integer firstContactReplyAt) firstContactReplyAt(Optional<Integer> firstContactReplyAt) from(ConversationStatistics other) lastAdminReplyAt(Integer lastAdminReplyAt) lastAdminReplyAt(Optional<Integer> lastAdminReplyAt) lastAssignmentAdminReplyAt(Integer lastAssignmentAdminReplyAt) lastAssignmentAdminReplyAt(Optional<Integer> lastAssignmentAdminReplyAt) lastAssignmentAt(Integer lastAssignmentAt) lastAssignmentAt(Optional<Integer> lastAssignmentAt) lastCloseAt(Integer lastCloseAt) lastCloseAt(Optional<Integer> lastCloseAt) lastClosedById(String lastClosedById) lastClosedById(Optional<String> lastClosedById) lastContactReplyAt(Integer lastContactReplyAt) lastContactReplyAt(Optional<Integer> lastContactReplyAt) medianTimeToReply(Integer medianTimeToReply) medianTimeToReply(Optional<Integer> medianTimeToReply) timeToAdminReply(Integer timeToAdminReply) timeToAdminReply(Optional<Integer> timeToAdminReply) timeToAssignment(Integer timeToAssignment) timeToAssignment(Optional<Integer> timeToAssignment) timeToFirstClose(Integer timeToFirstClose) timeToFirstClose(Optional<Integer> timeToFirstClose) timeToLastClose(Integer timeToLastClose) timeToLastClose(Optional<Integer> timeToLastClose)
-
Method Details
-
from
-
timeToAssignment
-
timeToAssignment
-
timeToAdminReply
-
timeToAdminReply
-
timeToFirstClose
-
timeToFirstClose
-
timeToLastClose
-
timeToLastClose
-
medianTimeToReply
-
medianTimeToReply
-
firstContactReplyAt
-
firstContactReplyAt
-
firstAssignmentAt
-
firstAssignmentAt
-
firstAdminReplyAt
-
firstAdminReplyAt
-
firstCloseAt
-
firstCloseAt
-
lastAssignmentAt
-
lastAssignmentAt
-
lastAssignmentAdminReplyAt
public ConversationStatistics.Builder lastAssignmentAdminReplyAt(Optional<Integer> lastAssignmentAdminReplyAt) -
lastAssignmentAdminReplyAt
public ConversationStatistics.Builder lastAssignmentAdminReplyAt(Integer lastAssignmentAdminReplyAt) -
lastContactReplyAt
-
lastContactReplyAt
-
lastAdminReplyAt
-
lastAdminReplyAt
-
lastCloseAt
-
lastCloseAt
-
lastClosedById
-
lastClosedById
-
countReopens
-
countReopens
-
countAssignments
-
countAssignments
-
countConversationParts
public ConversationStatistics.Builder countConversationParts(Optional<Integer> countConversationParts) -
countConversationParts
-
build
-