| Package | Description |
|---|---|
| com.files.models |
| Modifier and Type | Method and Description |
|---|---|
static Lock |
Lock.create(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Lock |
Lock.create(String path,
HashMap<String,Object> parameters)
Parameters:
path (required) - string - Path
allow_access_by_any_user - boolean - Can lock be modified by users other than its creator?
|
static Lock |
Lock.create(String path,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<Lock> |
Lock.listFor()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<Lock> |
Lock.listFor(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<Lock> |
Lock.listFor(String path,
HashMap<String,Object> parameters) |
static ListIterator<Lock> |
Lock.listFor(String path,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
Copyright © 2024 com.github.files-com. All rights reserved.