Uses of Enum Class
org.tavall.couriers.api.qr.scan.state.CameraState
Packages that use CameraState
Package
Description
-
Uses of CameraState in org.tavall.couriers.api.qr.scan.database.entities
Methods in org.tavall.couriers.api.qr.scan.database.entities that return CameraStateMethods in org.tavall.couriers.api.qr.scan.database.entities with parameters of type CameraStateModifier and TypeMethodDescriptionvoidScanResponseEntity.setCameraState(CameraState cameraState) Constructors in org.tavall.couriers.api.qr.scan.database.entities with parameters of type CameraState -
Uses of CameraState in org.tavall.couriers.api.qr.scan.metadata
Methods in org.tavall.couriers.api.qr.scan.metadata that return CameraStateModifier and TypeMethodDescriptionScanResponse.cameraState()Returns the value of thecameraStaterecord component.Constructors in org.tavall.couriers.api.qr.scan.metadata with parameters of type CameraStateModifierConstructorDescriptionScanResponse(String uuid, CameraState cameraState, GeminiResponseState geminiResponseState, String trackingNumber, String name, String address, String city, String state, String zipCode, String country, String phoneNumber, Instant deadline, String notes) ScanResponse(String uuid, CameraState cameraState, GeminiResponseState geminiResponseState, String trackingNumber, String name, String address, String city, String state, String zipCode, String country, String phoneNumber, Instant deadline, String notes, String intakeStatus, boolean pendingIntake, boolean existingLabel) Creates an instance of aScanResponserecord class. -
Uses of CameraState in org.tavall.couriers.api.qr.scan.session
Methods in org.tavall.couriers.api.qr.scan.session that return CameraStateMethods in org.tavall.couriers.api.qr.scan.session with parameters of type CameraStateModifier and TypeMethodDescriptionvoidCameraSession.updateState(CameraState state) voidCameraSessionService.updateState(String sessionId, CameraType cameraType, CameraState state) -
Uses of CameraState in org.tavall.couriers.api.qr.scan.state
Subclasses with type arguments of type CameraState in org.tavall.couriers.api.qr.scan.stateMethods in org.tavall.couriers.api.qr.scan.state that return CameraStateModifier and TypeMethodDescriptionstatic CameraStateReturns the enum constant of this class with the specified name.static CameraState[]CameraState.values()Returns an array containing the constants of this enum class, in the order they are declared.