Class Vars

java.lang.Object
io.quarkiverse.openfga.client.api.Vars

public class Vars extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static io.vertx.mutiny.uritemplate.Variables
     
    static <V> io.vertx.mutiny.uritemplate.Variables
    vars(String key1, V value1)
     
    static <V1, V2> io.vertx.mutiny.uritemplate.Variables
    vars(String key1, V1 value1, String key2, V2 value2)
     
    static <V1, V2, V3> io.vertx.mutiny.uritemplate.Variables
    vars(String key1, V1 value1, String key2, V2 value2, String key3, V3 value3)
     
    static <V1, V2, V3, V4>
    io.vertx.mutiny.uritemplate.Variables
    vars(String key1, V1 value1, String key2, V2 value2, String key3, V3 value3, String key4, V4 value4)
     
    static <V1, V2, V3, V4, V5>
    io.vertx.mutiny.uritemplate.Variables
    vars(String key1, V1 value1, String key2, V2 value2, String key3, V3 value3, String key4, V4 value4, String key5, V4 value5)
     

    Methods inherited from class java.lang.Object

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

    • Vars

      public Vars()
  • Method Details

    • vars

      public static io.vertx.mutiny.uritemplate.Variables vars()
    • vars

      public static <V> io.vertx.mutiny.uritemplate.Variables vars(String key1, @Nullable V value1)
    • vars

      public static <V1, V2> io.vertx.mutiny.uritemplate.Variables vars(String key1, @Nullable V1 value1, String key2, @Nullable V2 value2)
    • vars

      public static <V1, V2, V3> io.vertx.mutiny.uritemplate.Variables vars(String key1, @Nullable V1 value1, String key2, @Nullable V2 value2, String key3, @Nullable V3 value3)
    • vars

      public static <V1, V2, V3, V4> io.vertx.mutiny.uritemplate.Variables vars(String key1, @Nullable V1 value1, String key2, @Nullable V2 value2, String key3, @Nullable V3 value3, String key4, @Nullable V4 value4)
    • vars

      public static <V1, V2, V3, V4, V5> io.vertx.mutiny.uritemplate.Variables vars(String key1, @Nullable V1 value1, String key2, @Nullable V2 value2, String key3, @Nullable V3 value3, String key4, @Nullable V4 value4, String key5, @Nullable V4 value5)