Class Draft.GetDraftRequest

    • Method Detail

      • userId

        @NotNull
        public @NotNull Draft.GetDraftRequest userId​(@NotNull
                                                     @NotNull java.lang.String userId)
      • parentId

        @NotNull
        public @NotNull Draft.GetDraftRequest parentId​(@Nullable
                                                       @Nullable java.lang.String parentId)
      • getChannelType

        @NotNull
        public @NotNull java.lang.String getChannelType()
      • getChannelId

        @NotNull
        public @NotNull java.lang.String getChannelId()
      • getUserId

        @Nullable
        public @Nullable java.lang.String getUserId()
      • getParentId

        @Nullable
        public @Nullable java.lang.String getParentId()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object