Uses of Class
com.broadleafcommerce.bulk.v2.domain.OperationStatusHistoryResponse
Packages that use OperationStatusHistoryResponse
- 
Uses of OperationStatusHistoryResponse in com.broadleafcommerce.bulk.v2.domain
Methods in com.broadleafcommerce.bulk.v2.domain that return types with arguments of type OperationStatusHistoryResponseModifier and TypeMethodDescriptionBulkOperationResponse.getOperationStatusHistory()A detailed historical list of statuses for this bulk operation.Method parameters in com.broadleafcommerce.bulk.v2.domain with type arguments of type OperationStatusHistoryResponseModifier and TypeMethodDescriptionvoidBulkOperationResponse.setOperationStatusHistory(List<OperationStatusHistoryResponse> operationStatusHistory) A detailed historical list of statuses for this bulk operation.