Package com.mypurecloud.sdk.v2.model
Class TrackingSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.TrackingSettings
- All Implemented Interfaces:
Serializable
Settings that control how tracking data is collected and filtered.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexcludedQueryParameters(List<String> excludedQueryParameters) List of parameters to be excluded from the query string.inthashCode()IP address filtering configuration for tracking restrictions.searchQueryParameters(List<String> searchQueryParameters) List of query parameters used for search (e.g.voidsetExcludedQueryParameters(List<String> excludedQueryParameters) voidsetIpFilters(List<IpFilter> ipFilters) voidsetSearchQueryParameters(List<String> searchQueryParameters) voidsetShouldKeepUrlFragment(Boolean shouldKeepUrlFragment) shouldKeepUrlFragment(Boolean shouldKeepUrlFragment) Whether or not to keep the URL fragment.toString()
-
Constructor Details
-
TrackingSettings
public TrackingSettings() -
TrackingSettings
-
-
Method Details
-
excludedQueryParameters
List of parameters to be excluded from the query string. -
getExcludedQueryParameters
-
setExcludedQueryParameters
-
shouldKeepUrlFragment
Whether or not to keep the URL fragment. -
getShouldKeepUrlFragment
-
setShouldKeepUrlFragment
-
searchQueryParameters
List of query parameters used for search (e.g. 'query'). -
getSearchQueryParameters
-
setSearchQueryParameters
-
ipFilters
IP address filtering configuration for tracking restrictions. -
getIpFilters
-
setIpFilters
-
equals
-
hashCode
public int hashCode() -
toString
-