Uses of Record Class
be.appify.prefab.example.sale.infrastructure.http.SaleResponse
Packages that use SaleResponse
-
Uses of SaleResponse in be.appify.prefab.example.sale.infrastructure.http
Methods in be.appify.prefab.example.sale.infrastructure.http that return SaleResponseMethods in be.appify.prefab.example.sale.infrastructure.http that return types with arguments of type SaleResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<SaleResponse> SaleController.addCustomer(String id, @Valid SaleAddCustomerRequest request) org.springframework.http.ResponseEntity<SaleResponse> SaleController.addItem(String id, @Valid SaleAddItemRequest request) org.springframework.http.ResponseEntity<SaleResponse> SaleController.addPayment(String id, @Valid SaleAddPaymentRequest request) org.springframework.http.ResponseEntity<SaleResponse> org.springframework.http.ResponseEntity<SaleResponse> org.springframework.http.ResponseEntity<SaleResponse> SaleController.setType(String id, @Valid SaleSetTypeRequest request)