public interface SoftwareConfigService extends RestService
Modifier and Type | Method and Description |
---|---|
SoftwareConfig |
create(SoftwareConfig sc)
Creates a new Software Config.
|
ActionResponse |
delete(String configId)
Deletes a Software Config by ID
|
SoftwareConfig |
show(String configId)
Fetches a Software Configuration by ID
|
SoftwareConfig create(SoftwareConfig sc)
Builders.softwareConfig()
for creating the modelsc
- the software config to createSoftwareConfig show(String configId)
configId
- the configuration IDActionResponse delete(String configId)
configId
- the software config ID to deleteCopyright © 2017. All rights reserved.