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.FileTransferRestartGetRestartInformation. getFileTransferSetting()Returns File Transfer Restart.RestartTask.FileTransferRestartRestartTask. getFileTransferSetting()Returns the file transfer restart setting.static RestartTask.FileTransferRestartRestartTask.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 voidRestartTask. setFileTransferSetting(RestartTask.FileTransferRestart fileTransferSetting)Sets the file transfer restart settings.
-