Uses of Class
ch.admin.bit.jeap.errorhandling.web.api.ErrorDTO.ErrorDTOBuilder
Packages that use ErrorDTO.ErrorDTOBuilder
-
Uses of ErrorDTO.ErrorDTOBuilder in ch.admin.bit.jeap.errorhandling.web.api
Methods in ch.admin.bit.jeap.errorhandling.web.api that return ErrorDTO.ErrorDTOBuilderModifier and TypeMethodDescriptionErrorDTO.ErrorDTOBuilder.auditLogDTOs(List<AuditLogDTO> auditLogDTOs) static ErrorDTO.ErrorDTOBuilderErrorDTO.builder()ErrorDTO.ErrorDTOBuilder.canDelete(boolean canDelete) ErrorDTO.ErrorDTOBuilder.canRetry(boolean canRetry) ErrorDTO.ErrorDTOBuilder.closingReason(String closingReason) ErrorDTO.ErrorDTOBuilder.errorCountForEvent(int errorCountForEvent) ErrorDTO.ErrorDTOBuilder.errorMessage(String errorMessage) ErrorDTO.ErrorDTOBuilder.errorPublisher(String errorPublisher) ErrorDTO.ErrorDTOBuilder.errorState(String errorState) ErrorDTO.ErrorDTOBuilder.errorTemporality(String errorTemporality) ErrorDTO.ErrorDTOBuilder.eventClusterName(String eventClusterName) ErrorDTO.ErrorDTOBuilder.eventPublisher(String eventPublisher) ErrorDTO.ErrorDTOBuilder.eventTimestamp(String eventTimestamp) ErrorDTO.ErrorDTOBuilder.eventTopicDetails(String eventTopicDetails) ErrorDTO.ErrorDTOBuilder.nextResendTimestamp(String nextResendTimestamp) ErrorDTO.ErrorDTOBuilder.originalTraceIdString(String originalTraceIdString) ErrorDTO.ErrorDTOBuilder.stacktrace(String stacktrace) ErrorDTO.ErrorDTOBuilder.ticketNumber(String ticketNumber)