public class ArchiveOptions extends Object
| Constructor | Description |
|---|---|
ArchiveOptions() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
ArchiveOptions |
fileName(String fileName) |
|
ArchiveOptions |
folder(String folder) |
|
String |
getFileName() |
The filename to display in the header.
|
String |
getFolder() |
The folder inside the archive to be rendered
|
int |
hashCode() |
|
void |
setFileName(String fileName) |
|
void |
setFolder(String folder) |
|
String |
toString() |
public ArchiveOptions folder(String folder)
public String getFolder()
public void setFolder(String folder)
public ArchiveOptions fileName(String fileName)
public String getFileName()
public void setFileName(String fileName)
Copyright © 2025. All rights reserved.