Uses of Class
com.mypurecloud.sdk.v2.model.VoicemailSearchCriteria
Packages that use VoicemailSearchCriteria
-
Uses of VoicemailSearchCriteria in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return VoicemailSearchCriteriaModifier and TypeMethodDescriptionVoicemailSearchCriteria.dateFormat(String dateFormat) Set date format for criteria values when using date range search type.The end value of the range.Field names to search againstVoicemailSearchCriteria.group(List<VoicemailSearchCriteria> group) Groups multiple conditionsVoicemailSearchCriteria.operator(VoicemailSearchCriteria.OperatorEnum operator) How to apply this search criteria against other criteriaVoicemailSearchCriteria.startValue(String startValue) The start value of the range.VoicemailSearchCriteria.type(VoicemailSearchCriteria.TypeEnum type) Search TypeA value for the search to match againstA list of values for the search to match againstMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type VoicemailSearchCriteriaModifier and TypeMethodDescriptionVoicemailSearchCriteria.getGroup()VoicemailSearchRequest.getQuery()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type VoicemailSearchCriteriaModifier and TypeMethodDescriptionVoicemailSearchCriteria.group(List<VoicemailSearchCriteria> group) Groups multiple conditionsVoicemailSearchRequest.query(List<VoicemailSearchCriteria> query) voidVoicemailSearchCriteria.setGroup(List<VoicemailSearchCriteria> group) voidVoicemailSearchRequest.setQuery(List<VoicemailSearchCriteria> query)