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

クラス Webhooks

  • すべての実装されたインタフェース:
    java.lang.Iterable<WebhookRaw>

    public class Webhooks
    extends java.lang.Object
    implements java.lang.Iterable<WebhookRaw>
    • コンストラクタの詳細

      • Webhooks

        public Webhooks()
    • メソッドの詳細

      • create

        @NotNull
        @Contract("_ -> new")
        public static @NotNull Webhooks create​(@NotNull
                                               @NotNull java.util.List<WebhookRaw> webhooks)
      • of

        @NotNull
        public static @NotNull Webhooks of​(@NotNull
                                           @NotNull WebhookRaw... webhooks)
      • setWebhooks

        public void setWebhooks​(@Nullable
                                @Nullable java.util.List<WebhookRaw> webhooks)
      • iterator

        @NotNull
        public @NotNull java.util.Iterator<WebhookRaw> iterator()
        定義:
        iterator インタフェース内 java.lang.Iterable<WebhookRaw>
      • equals

        @Contract(value="null -> false",
                  pure=true)
        public boolean equals​(java.lang.Object object)
        オーバーライド:
        equals クラス内 java.lang.Object
      • hashCode

        public int hashCode()
        オーバーライド:
        hashCode クラス内 java.lang.Object
      • toString

        public java.lang.String toString()
        オーバーライド:
        toString クラス内 java.lang.Object