Uses of Class
com.tick42.glue.desktop.intents.IntentRequest.Builder
Packages that use IntentRequest.Builder
-
Uses of IntentRequest.Builder in com.tick42.glue.desktop.intents
Methods in com.tick42.glue.desktop.intents that return IntentRequest.BuilderModifier and TypeMethodDescriptionstatic IntentRequest.BuilderCreates anIntentRequest.Builderfor specified Intent name.IntentRequest.Builder.withContext(IntentContext<?> context) IntentRequest.Builder.withContext(String type, T data) IntentRequest.Builder.withOptions(Map<String, Object> options) Sets application start options for this Intent request builder.IntentRequest.Builder.withTarget(IntentTarget target) Sets target for this Intent request builder.