Package com.mypurecloud.sdk.v2.model
Class BatchEventResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.BatchEventResponse
- All Implemented Interfaces:
Serializable
BatchEventResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanerrors(List<EventError> errors) A list of validation or server errors that occurred for posted events.inthashCode()voidsetErrors(List<EventError> errors) toString()
-
Constructor Details
-
BatchEventResponse
public BatchEventResponse() -
BatchEventResponse
-
-
Method Details