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