パッケージ pixela.client.api.graph
インタフェース GetGraphSvg
-
- すべてのスーパーインタフェース:
Api<reactor.util.function.Tuple2<Graph,java.lang.String>>,Get<java.lang.String>,Request<java.lang.String>
- 既知のサブインタフェースのリスト:
GetGraphSvg.NoOption,GetGraphSvg.WithDateOption
public interface GetGraphSvg extends Get<java.lang.String>, Api<reactor.util.function.Tuple2<Graph,java.lang.String>>
-
-
ネストされたクラスの概要
ネストされたクラス 修飾子とタイプ インタフェース 説明 static interfaceGetGraphSvg.DateOptionstatic classGetGraphSvg.ModeOptionstatic interfaceGetGraphSvg.NoOptionstatic interfaceGetGraphSvg.WithDateOption-
インタフェースから継承されたネストされたクラス/インタフェース pixela.client.http.Request
Request.WithBody
-
-
メソッドの概要
すべてのメソッド staticメソッド インスタンス・メソッド デフォルト・メソッド 修飾子とタイプ メソッド 説明 static GetGraphSvg.NoOptionnoOption(@NotNull HttpClient httpClient, @NotNull Pixela pixela, @NotNull Graph graph)default @NotNull java.lang.Class<? extends java.lang.String>responseType()default @NotNull java.util.Optional<UserToken>userToken()default @NotNull Request.WithBodywithBody()-
インタフェースから継承されたメソッド pixela.client.http.Get
contentType
-
インタフェースから継承されたメソッド pixela.client.http.Request
apiEndpoint, contentLength, errorRequest, hasBody
-
-
-
-
メソッドの詳細
-
noOption
@Contract("_, _, _ -> new") @NotNull static GetGraphSvg.NoOption noOption(@NotNull @NotNull HttpClient httpClient, @NotNull @NotNull Pixela pixela, @NotNull @NotNull Graph graph)
-
userToken
@NotNull default @NotNull java.util.Optional<UserToken> userToken()
-
responseType
@NotNull default @NotNull java.lang.Class<? extends java.lang.String> responseType()
- 定義:
responseTypeインタフェース内Request<java.lang.String>
-
withBody
@NotNull default @NotNull Request.WithBody withBody()
-
-