Package com.mypurecloud.sdk.v2.model
Class BatchPredictiveRoutingCustomKpiAttributionEventRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.BatchPredictiveRoutingCustomKpiAttributionEventRequest
- All Implemented Interfaces:
Serializable
public class BatchPredictiveRoutingCustomKpiAttributionEventRequest
extends Object
implements Serializable
A maximum of 100 events are allowed per request
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBatchPredictiveRoutingCustomKpiAttributionEventRequest(Boolean initWithEmptyList) -
Method Summary
Modifier and TypeMethodDescriptioncustomKpiAttributionEvents(List<PredictiveRoutingCustomKpiAttributionEvent> customKpiAttributionEvents) PredictiveRoutingCustomKpiAttributionEvent events for this batchbooleaninthashCode()voidsetCustomKpiAttributionEvents(List<PredictiveRoutingCustomKpiAttributionEvent> customKpiAttributionEvents) toString()
-
Constructor Details
-
BatchPredictiveRoutingCustomKpiAttributionEventRequest
public BatchPredictiveRoutingCustomKpiAttributionEventRequest() -
BatchPredictiveRoutingCustomKpiAttributionEventRequest
-
-
Method Details
-
customKpiAttributionEvents
public BatchPredictiveRoutingCustomKpiAttributionEventRequest customKpiAttributionEvents(List<PredictiveRoutingCustomKpiAttributionEvent> customKpiAttributionEvents) PredictiveRoutingCustomKpiAttributionEvent events for this batch -
getCustomKpiAttributionEvents
-
setCustomKpiAttributionEvents
public void setCustomKpiAttributionEvents(List<PredictiveRoutingCustomKpiAttributionEvent> customKpiAttributionEvents) -
equals
-
hashCode
public int hashCode() -
toString
-