Package | Description |
---|---|
com.uc4.communication.requests |
This package contains request classes that can be sent using the
Connection class. |
Modifier and Type | Method and Description |
---|---|
RestartTask.FileTransferRestart |
GetRestartInformation.getFileTransferSetting()
Returns File Transfer Restart.
|
RestartTask.FileTransferRestart |
RestartTask.getFileTransferSetting()
Returns the file transfer restart setting.
|
static RestartTask.FileTransferRestart |
RestartTask.FileTransferRestart.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RestartTask.FileTransferRestart[] |
RestartTask.FileTransferRestart.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RestartTask.setFileTransferSetting(RestartTask.FileTransferRestart fileTransferSetting)
Sets the file transfer restart settings.
|