SvcConnUpdater |
SvcConnUpdater.setEndpoint(java.lang.String endpoint) |
Set the service connection's endpoint to update.
|
SvcConnUpdater |
SvcConnUpdater.setFileData(byte[] filedata) |
Set the service connection's file data to update.
|
SvcConnUpdater |
SvcConnUpdater.setFileName(java.lang.String filename) |
Set the service connection's file name to update.
|
SvcConnUpdater |
SvcConnUpdater.setId(java.lang.Long id) |
Set the service connection's id (PK) to identify the service connection to update.
|
SvcConnUpdater |
SvcConnUpdater.setParam1(java.lang.String param1) |
Set the service connection's param1 to update.
|
SvcConnUpdater |
SvcConnUpdater.setParam2(java.lang.String param2) |
Set the service connection's param2 to update.
|
SvcConnUpdater |
SvcConnUpdater.setParam3(java.lang.String param3) |
Set the service connection's param3 to update.
|
SvcConnUpdater |
SvcConnUpdater.setParam4(java.lang.String param4) |
Set the service connection's param4 to update.
|
SvcConnUpdater |
SvcConnUpdater.setPassword(java.lang.String password) |
Set the service connection's password to update.
|
SvcConnUpdater |
SvcConnUpdater.setUsername(java.lang.String username) |
Set the service connection's username to update.
|