クラス GetWebhooks
- java.lang.Object
-
- pixela.client.api.webhook.GetWebhooks
-
-
ネストされたクラスの概要
-
インタフェースから継承されたネストされたクラス/インタフェース 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<Webhook>>call()@NotNull java.lang.StringerrorRequest()static @NotNull GetWebhooksof(@NotNull HttpClient httpClient, @NotNull Pixela pixela)@NotNull java.lang.Class<? extends Webhooks>responseType()@NotNull java.util.Optional<UserToken>userToken()-
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
インタフェースから継承されたメソッド pixela.client.http.Get
contentType, withBody
-
インタフェースから継承されたメソッド pixela.client.http.Request
contentLength, hasBody
-
-
-
-
メソッドの詳細
-
of
@NotNull @Contract("_, _ -> new") public static @NotNull GetWebhooks of(@NotNull @NotNull HttpClient httpClient, @NotNull @NotNull Pixela pixela)
-
call
@NotNull public @NotNull reactor.core.publisher.Mono<java.util.List<Webhook>> call()
-
apiEndpoint
@NotNull public @NotNull java.net.URI apiEndpoint(@NotNull @NotNull java.net.URI baseUrl)- 定義:
apiEndpointインタフェース内Request<Webhooks>
-
userToken
@NotNull public @NotNull java.util.Optional<UserToken> userToken()
-
responseType
@NotNull public @NotNull java.lang.Class<? extends Webhooks> responseType()
- 定義:
responseTypeインタフェース内Request<Webhooks>
-
errorRequest
@NotNull public @NotNull java.lang.String errorRequest()
- 定義:
errorRequestインタフェース内Request<Webhooks>
-
-