public class FileListOptions extends Object
Class FileListOptions.
Modifier and Type | Class and Description |
---|---|
static class |
FileListOptions.FileListOrderBy
Enumeration for file list order.
|
static class |
FileListOptions.FileListSortBy
Enumeration for file list sort.
|
Constructor and Description |
---|
FileListOptions(String path)
Initializes a new instance of the
FileListOptions class. |
FileListOptions(String path,
int sortBy,
int orderBy)
Initializes a new instance of the
FileListOptions class. |
Modifier and Type | Method and Description |
---|---|
int |
getOrderBy()
The order of files ascending or descending.
|
String |
getPath()
The path.
|
int |
getSortBy()
The sort by field.
|
public FileListOptions(String path)
Initializes a new instance of the FileListOptions
class.
path
- The pathpublic FileListOptions(String path, int sortBy, int orderBy)
Initializes a new instance of the FileListOptions
class.
path
- The pathsortBy
- The sort by fieldorderBy
- The order by fieldCopyright © 2018. All rights reserved.