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