Package com.mypurecloud.sdk.v2.model
Class FilterPreviewResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.FilterPreviewResponse
- All Implemented Interfaces:
Serializable
FilterPreviewResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfilteredContacts(Long filteredContacts) inthashCode()preview(List<DialerContact> preview) voidsetFilteredContacts(Long filteredContacts) voidsetPreview(List<DialerContact> preview) voidsetTotalContacts(Long totalContacts) toString()totalContacts(Long totalContacts)
-
Constructor Details
-
FilterPreviewResponse
public FilterPreviewResponse() -
FilterPreviewResponse
-
-
Method Details