public static class

ChanPerformer.SendReportPostsData

extends Object
implements HttpRequest.Preset
java.lang.Object
   ↳ chan.content.ChanPerformer.SendReportPostsData

Class Overview

Arguments holder for onSendReportPosts(SendReportPostsData). Notify that this class might be used as HttpRequest.Preset.

Summary

Fields
public final String boardName

Board name argument.

public final String comment

Comment argument.

public final HttpHolder holder

HTTP holder.

public final List<String> options

List of reporting options argument.

public final List<String> postNumbers

List of reporting post numbers.

public final String threadNumber

Thread number argument.

public final String type

Reporting type argument.

[Expand]
Inherited Methods
From class java.lang.Object

Fields

public final String boardName

Board name argument.

public final String comment

Comment argument.

public final HttpHolder holder

HTTP holder. You must use it when building new HttpRequest.

public final List<String> options

List of reporting options argument.

public final List<String> postNumbers

List of reporting post numbers.

public final String threadNumber

Thread number argument.

public final String type

Reporting type argument.