Package com.mypurecloud.sdk.v2.model
Class SocialMediaAsyncDetailQuery
java.lang.Object
com.mypurecloud.sdk.v2.model.SocialMediaAsyncDetailQuery
- All Implemented Interfaces:
Serializable
SocialMediaAsyncDetailQuery
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDeprecated: use 'sort' field instead. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfilter(SocialMediaQueryFilter filter) Behaves like a SQL WHERE clause.getOrder()inthashCode()Behaves like one clause in a SQL WHERE.Deprecated: use 'sort' field instead.The number of results per pagevoidsetFilter(SocialMediaQueryFilter filter) voidsetInterval(String interval) voidvoidsetPageSize(Integer pageSize) voidsetTimeZone(String timeZone) Time zone context used to calculate response intervals (this allows resolving DST changes).toString()
-
Constructor Details
-
SocialMediaAsyncDetailQuery
public SocialMediaAsyncDetailQuery() -
SocialMediaAsyncDetailQuery
-
-
Method Details
-
interval
Behaves like one clause in a SQL WHERE. Specifies the date and time range of data being queried. Intervals are represented as an ISO-8601 string. For example: YYYY-MM-DDThh:mm:ss/YYYY-MM-DDThh:mm:ss -
getInterval
-
setInterval
-
timeZone
Time zone context used to calculate response intervals (this allows resolving DST changes). The interval offset is used even when timeZone is specified. Default is UTC. Time zones are represented as a string of the zone name as found in the IANA time zone database. For example: UTC, Etc/UTC, or Europe/London -
getTimeZone
-
setTimeZone
-
filter
Behaves like a SQL WHERE clause. This is ANDed with the interval parameter. Expresses boolean logical predicates as well as dimensional filters -
getFilter
-
setFilter
-
pageSize
The number of results per page -
getPageSize
-
setPageSize
-
order
Deprecated: use 'sort' field instead. Sorting of results based on time -
getOrder
-
setOrder
-
equals
-
hashCode
public int hashCode() -
toString
-