Interface ThreadChannelAction

All Superinterfaces:
AbstractThreadCreateAction<ThreadChannel,ThreadChannelAction>, AuditableRestAction<ThreadChannel>, FluentAuditableRestAction<ThreadChannel,ThreadChannelAction>, RestAction<ThreadChannel>

Extension of RestAction specifically designed to create a ThreadChannel. This extension allows setting properties before executing the action.
See Also:
  • Method Details

    • setInvitable

      @Nonnull @CheckReturnValue ThreadChannelAction setInvitable(boolean isInvitable)
      Sets whether this channel allows all members to add new members.
      When set to false, only moderators and the thread owner can add new members.
      Parameters:
      isInvitable - True, if all members should be allowed to add new members
      Returns:
      The current ThreadChannelAction for chaining convenience