Uses of Class
com.uc4.communication.requests.RestartTask.FileTransferRestart
-
Packages that use RestartTask.FileTransferRestart Package Description com.uc4.communication.requests -
-
Uses of RestartTask.FileTransferRestart in com.uc4.communication.requests
Methods in com.uc4.communication.requests that return RestartTask.FileTransferRestart Modifier and Type Method 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.Methods in com.uc4.communication.requests with parameters of type RestartTask.FileTransferRestart Modifier and Type Method Description void
RestartTask. setFileTransferSetting(RestartTask.FileTransferRestart fileTransferSetting)
Sets the file transfer restart settings.
-