Uses of Enum Class
com.vaadin.copilot.communication.StreamResponseEnum
Packages that use StreamResponseEnum
-
Uses of StreamResponseEnum in com.vaadin.copilot.communication
Methods in com.vaadin.copilot.communication that return StreamResponseEnumModifier and TypeMethodDescriptionStreamResponse.status()Returns the value of thestatusrecord component.static StreamResponseEnumReturns the enum constant of this class with the specified name.static StreamResponseEnum[]StreamResponseEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.vaadin.copilot.communication with parameters of type StreamResponseEnumModifierConstructorDescriptionStreamResponse(StreamResponseEnum status, String message, String exception, Map<String, String> changes, int code) Creates an instance of aStreamResponserecord class.