パッケージ pixela.client.api.graph
インタフェース GetGraphSvg.DateOption
-
- すべてのスーパーインタフェース:
QueryParam
- 含まれているインタフェース:
- GetGraphSvg
- 機能インタフェース
- これは機能インタフェースなので、ラムダ式またはメソッド参照の割当てターゲットとして使用できます。
@FunctionalInterface public static interface GetGraphSvg.DateOption extends QueryParam
-
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 static java.time.format.DateTimeFormatterFORMATTER
-
メソッドの概要
すべてのメソッド staticメソッド インスタンス・メソッド デフォルト・メソッド 修飾子とタイプ メソッド 説明 static @NotNull GetGraphSvg.DateOptionempty()static @NotNull GetGraphSvg.DateOptionof(@NotNull java.time.LocalDate date)default @NotNull java.lang.StringqueryName()-
インタフェースから継承されたメソッド pixela.client.api.QueryParam
asQuery, asString
-
-
-
-
メソッドの詳細
-
queryName
@NotNull default @NotNull java.lang.String queryName()
- 定義:
queryNameインタフェース内QueryParam
-
empty
@NotNull @Contract(pure=true) static @NotNull GetGraphSvg.DateOption empty()
-
of
@NotNull static @NotNull GetGraphSvg.DateOption of(@NotNull @NotNull java.time.LocalDate date)
-
-