Package velox.api.layer1.messages
Class Layer1ApiAlertGuiMessage.Builder
java.lang.Object
velox.api.layer1.messages.Layer1ApiAlertGuiMessage.Builder
- Enclosing class:
- Layer1ApiAlertGuiMessage
-
Constructor Summary
ConstructorsConstructorDescriptionBuilder(Layer1ApiAlertGuiMessage message) Create a builder with fields prepopulated from the specified
Layer1ApiAlertGuiMessage. -
Method Summary
Modifier and TypeMethodDescriptionbuild()setGuiPanelsProvider(Function<Layer1ApiSoundAlertDeclarationMessage, StrategyPanel[]> guiPanelsProvider) setIsAdd(boolean isAdd)
-
Constructor Details
-
Builder
Create a builder with fields prepopulated from the specified
Layer1ApiAlertGuiMessage.
-
-
Method Details
-
setSource
-
setGuiPanelsProvider
public Layer1ApiAlertGuiMessage.Builder setGuiPanelsProvider(Function<Layer1ApiSoundAlertDeclarationMessage, StrategyPanel[]> guiPanelsProvider) -
setIsAdd
-
build
-