クラス Route

java.lang.Object
hajimeapi4j.internal.request.Route

public class Route extends Object
  • メソッドの詳細

    • custom

      public static Route custom(Method method)
    • listRoute

      public static Route listRoute()
    • taxRoute

      public static Route taxRoute()
    • musicRoute

      public static Route musicRoute()
    • compile

      @Nonnull public CompiledRoute compile()
    • getMethod

      @Nonnull public Method getMethod()
    • toString

      public String toString()
      オーバーライド:
      toString クラス内 Object