Class CallOptions

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static CallOptions Empty  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<Resource> getParent()
      An optional parent to use for default options for this invoke (e.g.
      java.util.Optional<ProviderResource> getProvider()  
      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 invokes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CallOptions

        public CallOptions()
      • CallOptions

        public CallOptions​(@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 invokes.