Package com.mypurecloud.sdk.v2.model
Class AnalyticsConversationAsyncQueryResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.AnalyticsConversationAsyncQueryResponse
- All Implemented Interfaces:
Serializable
AnalyticsConversationAsyncQueryResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconversations(List<AnalyticsConversation> conversations) Optional cursor to indicate where to resume the resultsdataAvailabilityDate(Date dataAvailabilityDate) Data available up to at least this datetime.booleaninthashCode()voidsetConversations(List<AnalyticsConversation> conversations) voidvoidsetDataAvailabilityDate(Date dataAvailabilityDate) toString()
-
Constructor Details
-
AnalyticsConversationAsyncQueryResponse
public AnalyticsConversationAsyncQueryResponse() -
AnalyticsConversationAsyncQueryResponse
-
-
Method Details
-
conversations
public AnalyticsConversationAsyncQueryResponse conversations(List<AnalyticsConversation> conversations) -
getConversations
-
setConversations
-
cursor
Optional cursor to indicate where to resume the results -
getCursor
-
setCursor
-
dataAvailabilityDate
Data available up to at least this datetime. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDataAvailabilityDate
-
setDataAvailabilityDate
-
equals
-
hashCode
public int hashCode() -
toString
-