| Package | Description |
|---|---|
| com.files.models |
| Modifier and Type | Method and Description |
|---|---|
static SftpHostKey |
SftpHostKey.create(HashMap<String,Object> parameters)
Parameters:
name - string - The friendly name of this SFTP Host Key.
|
static SftpHostKey |
SftpHostKey.create(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static SftpHostKey |
SftpHostKey.find(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static SftpHostKey |
SftpHostKey.find(Long id,
HashMap<String,Object> parameters)
Parameters:
id (required) - int64 - Sftp Host Key ID.
|
static SftpHostKey |
SftpHostKey.find(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static SftpHostKey |
SftpHostKey.get() |
static SftpHostKey |
SftpHostKey.get(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
SftpHostKey |
SftpHostKey.update()
Parameters:
name - string - The friendly name of this SFTP Host Key.
|
static SftpHostKey |
SftpHostKey.update(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static SftpHostKey |
SftpHostKey.update(Long id,
HashMap<String,Object> parameters)
Parameters:
name - string - The friendly name of this SFTP Host Key.
|
static SftpHostKey |
SftpHostKey.update(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<SftpHostKey> |
SftpHostKey.all() |
static ListIterator<SftpHostKey> |
SftpHostKey.all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<SftpHostKey> |
SftpHostKey.list()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<SftpHostKey> |
SftpHostKey.list(HashMap<String,Object> parameters) |
static ListIterator<SftpHostKey> |
SftpHostKey.list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
Copyright © 2024 com.github.files-com. All rights reserved.