Class IngestionResponse.Builder
java.lang.Object
com.ants.platform.client.resources.ingestion.types.IngestionResponse.Builder
- Enclosing class:
IngestionResponse
-
Method Summary
Modifier and TypeMethodDescriptionaddAllErrors(List<IngestionError> errors) addAllSuccesses(List<IngestionSuccess> successes) addErrors(IngestionError errors) addSuccesses(IngestionSuccess successes) build()errors(List<IngestionError> errors) from(IngestionResponse other) successes(List<IngestionSuccess> successes)
-
Method Details
-
from
-
successes
-
addSuccesses
-
addAllSuccesses
-
errors
-
addErrors
-
addAllErrors
-
build
-