Uses of Class
com.tick42.glue.desktop.intents.IntentRequest.Builder
-
Packages that use IntentRequest.Builder Package Description com.tick42.glue.desktop.intents Intents API. -
-
Uses of IntentRequest.Builder in com.tick42.glue.desktop.intents
Methods in com.tick42.glue.desktop.intents that return IntentRequest.Builder Modifier and Type Method Description static IntentRequest.BuilderIntentRequest. intent(String name)Creates anIntentRequest.Builderfor specified Intent name.IntentRequest.BuilderIntentRequest.Builder. withContext(IntentContext<?> context)<T> IntentRequest.BuilderIntentRequest.Builder. withContext(String type, T data)IntentRequest.BuilderIntentRequest.Builder. withOptions(Map<String,Object> options)Sets application start options for this Intent request builder.IntentRequest.BuilderIntentRequest.Builder. withTarget(IntentTarget target)Sets target for this Intent request builder.
-