Package com.mypurecloud.sdk.v2.model
Class PropertyIndexRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.PropertyIndexRequest
- All Implemented Interfaces:
Serializable
PropertyIndexRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()properties(List<AnalyticsProperty> properties) The list of properties to indexAttach properties to a segment in the indicated sessionvoidsetProperties(List<AnalyticsProperty> properties) voidsetSessionId(String sessionId) voidsetTargetDate(Date targetDate) targetDate(Date targetDate) Attach properties to a segment covering a specific point in time.toString()
-
Constructor Details
-
PropertyIndexRequest
public PropertyIndexRequest() -
PropertyIndexRequest
-
-
Method Details
-
sessionId
Attach properties to a segment in the indicated session -
getSessionId
-
setSessionId
-
targetDate
Attach properties to a segment covering a specific point in time. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getTargetDate
-
setTargetDate
-
properties
The list of properties to index -
getProperties
-
setProperties
-
equals
-
hashCode
public int hashCode() -
toString
-