public static class

ChanPerformer.SendAddToArchiveData

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

Class Overview

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

Summary

Fields
public final String boardName

Archiving board name argument.

public final HttpHolder holder

HTTP holder.

public final List<String> options

List of archiving options argument.

public final String threadNumber

Archiving thread number argument.

public final Uri uri

Archiving thread URI argument.

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

Fields

public final String boardName

Archiving board name argument.

public final HttpHolder holder

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

public final List<String> options

List of archiving options argument.

public final String threadNumber

Archiving thread number argument.

public final Uri uri

Archiving thread URI argument.