| Package | Description |
|---|---|
| com.files.models |
| Modifier and Type | Method and Description |
|---|---|
static Automation |
Automation.create(HashMap<String,Object> parameters)
Parameters:
source - string - Source path/glob.
|
static Automation |
Automation.create(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Automation |
Automation.find(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Automation |
Automation.find(Long id,
HashMap<String,Object> parameters)
Parameters:
id (required) - int64 - Automation ID.
|
static Automation |
Automation.find(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Automation |
Automation.get() |
static Automation |
Automation.get(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
Automation |
Automation.update()
Parameters:
source - string - Source path/glob.
|
static Automation |
Automation.update(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Automation |
Automation.update(Long id,
HashMap<String,Object> parameters)
Parameters:
source - string - Source path/glob.
|
static Automation |
Automation.update(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<Automation> |
Automation.all() |
static ListIterator<Automation> |
Automation.all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<Automation> |
Automation.list()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<Automation> |
Automation.list(HashMap<String,Object> parameters) |
static ListIterator<Automation> |
Automation.list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
Copyright © 2024 com.github.files-com. All rights reserved.