Uses of Enum Class
com.uc4.communication.requests.RestartTask.FileTransferRestart
Packages that use RestartTask.FileTransferRestart
-
Uses of RestartTask.FileTransferRestart in com.uc4.communication.requests
Methods in com.uc4.communication.requests that return RestartTask.FileTransferRestartModifier and TypeMethodDescriptionGetRestartInformation.getFileTransferSetting()Returns File Transfer Restart.RestartTask.getFileTransferSetting()Returns the file transfer restart setting.Returns the enum constant of this class with the specified name.static RestartTask.FileTransferRestart[]RestartTask.FileTransferRestart.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.uc4.communication.requests with parameters of type RestartTask.FileTransferRestartModifier and TypeMethodDescriptionvoidRestartTask.setFileTransferSetting(RestartTask.FileTransferRestart fileTransferSetting) Sets the file transfer restart settings.