Uses of Class
com.tick42.glue.desktop.intents.IntentRequest
-
Packages that use IntentRequest Package Description com.tick42.glue.desktop.intents Intents API. -
-
Uses of IntentRequest in com.tick42.glue.desktop.intents
Methods in com.tick42.glue.desktop.intents that return IntentRequest Modifier and Type Method Description IntentRequestIntentRequest.Builder. build()Creates a newIntentRequestinstance.IntentRequestIntentResult. getRequest()Returns the arguments that were used to raise the intent.Methods in com.tick42.glue.desktop.intents with parameters of type IntentRequest Modifier and Type Method Description default CompletionStage<IntentResult<Void>>Intents. raise(IntentRequest request)<T> CompletionStage<IntentResult<T>>Intents. raise(IntentRequest request, ReifiedType<T> returnType)
-