public static class

ChanPerformer.SendDeletePostsData

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

Class Overview

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

Summary

Fields
public final String boardName

Board name argument.

public final HttpHolder holder

HTTP holder.

public final boolean optionFilesOnly

Delete files only option.

public final String password

Password for deleting argument.

public final List<String> postNumbers

List of deleting post numbers.

public final String threadNumber

Thread number argument.

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

Fields

public final String boardName

Board name argument.

public final HttpHolder holder

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

public final boolean optionFilesOnly

Delete files only option.

public final String password

Password for deleting argument.

public final List<String> postNumbers

List of deleting post numbers.

public final String threadNumber

Thread number argument.