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