パッケージ pixela.client.api.graph
クラス GetGraphDefinitions
- java.lang.Object
-
- pixela.client.api.graph.GetGraphDefinitions
-
- すべての実装されたインタフェース:
Api<java.util.List<Graph>>,Get<GraphDefinitions>,Request<GraphDefinitions>
public class GetGraphDefinitions extends java.lang.Object implements Api<java.util.List<Graph>>, Get<GraphDefinitions>
-
-
ネストされたクラスの概要
-
インタフェースから継承されたネストされたクラス/インタフェース pixela.client.http.Request
Request.WithBody
-
-
メソッドの概要
すべてのメソッド staticメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 @NotNull java.net.URIapiEndpoint(@NotNull java.net.URI baseUrl)@NotNull reactor.core.publisher.Mono<java.util.List<Graph>>call()@NotNull java.lang.StringerrorRequest()static @NotNull GetGraphDefinitionsof(@NotNull HttpClient httpClient, @NotNull Pixela pixela)@NotNull java.lang.Class<? extends GraphDefinitions>responseType()java.lang.StringtoString()@NotNull java.util.Optional<UserToken>userToken()-
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
インタフェースから継承されたメソッド pixela.client.http.Get
contentType, withBody
-
インタフェースから継承されたメソッド pixela.client.http.Request
contentLength, hasBody
-
-
-
-
メソッドの詳細
-
of
@Contract("_, _ -> new") @NotNull public static @NotNull GetGraphDefinitions of(@NotNull @NotNull HttpClient httpClient, @NotNull @NotNull Pixela pixela)
-
call
@NotNull public @NotNull reactor.core.publisher.Mono<java.util.List<Graph>> call()
-
apiEndpoint
@NotNull public @NotNull java.net.URI apiEndpoint(@NotNull @NotNull java.net.URI baseUrl)- 定義:
apiEndpointインタフェース内Request<GraphDefinitions>
-
userToken
@NotNull public @NotNull java.util.Optional<UserToken> userToken()
- 定義:
userTokenインタフェース内Request<GraphDefinitions>
-
responseType
@NotNull public @NotNull java.lang.Class<? extends GraphDefinitions> responseType()
- 定義:
responseTypeインタフェース内Request<GraphDefinitions>
-
errorRequest
@NotNull public @NotNull java.lang.String errorRequest()
- 定義:
errorRequestインタフェース内Request<GraphDefinitions>
-
toString
public java.lang.String toString()
- オーバーライド:
toStringクラス内java.lang.Object
-
-