| Package | Description |
|---|---|
| com.files.models |
| Modifier and Type | Method and Description |
|---|---|
static ApiKey |
ApiKey.create(HashMap<String,Object> parameters)
Parameters:
user_id - int64 - User ID.
|
static ApiKey |
ApiKey.create(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ApiKey |
ApiKey.find(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ApiKey |
ApiKey.find(Long id,
HashMap<String,Object> parameters)
Parameters:
id (required) - int64 - Api Key ID.
|
static ApiKey |
ApiKey.find(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ApiKey |
ApiKey.findCurrent(HashMap<String,Object> parameters) |
static ApiKey |
ApiKey.findCurrent(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ApiKey |
ApiKey.get() |
static ApiKey |
ApiKey.get(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
ApiKey |
ApiKey.update()
Parameters:
description - string - User-supplied description of API key.
|
static ApiKey |
ApiKey.update(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ApiKey |
ApiKey.update(Long id,
HashMap<String,Object> parameters)
Parameters:
description - string - User-supplied description of API key.
|
static ApiKey |
ApiKey.update(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ApiKey |
ApiKey.updateCurrent(HashMap<String,Object> parameters)
Parameters:
expires_at - string - API Key expiration date
name - string - Internal name for the API Key.
|
static ApiKey |
ApiKey.updateCurrent(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<ApiKey> |
ApiKey.all() |
static ListIterator<ApiKey> |
ApiKey.all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<ApiKey> |
ApiKey.list()
Parameters:
user_id - int64 - User ID.
|
static ListIterator<ApiKey> |
ApiKey.list(HashMap<String,Object> parameters) |
static ListIterator<ApiKey> |
ApiKey.list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
Copyright © 2024 com.github.files-com. All rights reserved.