パッケージ pixela.client.api.webhook

クラス GetWebhooks

    • メソッドの詳細

      • 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()
        定義:
        call インタフェース内 Api<java.util.List<Webhook>>
      • apiEndpoint

        @NotNull
        public @NotNull java.net.URI apiEndpoint​(@NotNull
                                                 @NotNull java.net.URI baseUrl)
        定義:
        apiEndpoint インタフェース内 Request<Webhooks>
      • errorRequest

        @NotNull
        public @NotNull java.lang.String errorRequest()
        定義:
        errorRequest インタフェース内 Request<Webhooks>