Class DefaultJsonModelHelper
java.lang.Object
com.skava.marketplace.orchestration.constants.DefaultJsonModelHelper
This class is used to set the default value for App config details.
- Author:
- Infosys Equinox
-
Method Summary
Modifier and TypeMethodDescriptionCreates the app configuration request.static SaveAppDescriptionRequest
Save app description request.static UIJsonRequest
UI json request.
-
Method Details
-
createAppConfigurationRequest
Creates the app configuration request. It initializes empty lists for apiConfig, appConfigProperty, and webhookConfigs, and sets them to the CreateAppConfigurationRequest instance. It also sets a new instance of AppScopes to the CreateAppConfigurationRequest instance.- Returns:
- the creates the app configuration request
-
saveAppDescriptionRequest
Save app description request.- Returns:
- the save app description request
-
uIJsonRequest
UI json request. This mehtod is used to set default value for UIJson- Returns:
- the UI json request
-