Class InvokeOptions

    • Constructor Detail

      • InvokeOptions

        public InvokeOptions()
      • InvokeOptions

        public InvokeOptions​(@Nullable
                             Resource parent,
                             @Nullable
                             ProviderResource provider,
                             @Nullable
                             java.lang.String version)
    • Method Detail

      • getParent

        public java.util.Optional<Resource> getParent()
        An optional parent to use for default options for this invoke (e.g. the default provider to use).
      • getVersion

        public java.util.Optional<java.lang.String> getVersion()
        An optional version, corresponding to the version of the provider plugin that should be used when performing this invoke.