Uses of Class
com.moesif.api.models.AppConfigModel
-
Packages that use AppConfigModel Package Description com.moesif.api.controllers com.moesif.api.models -
-
Uses of AppConfigModel in com.moesif.api.controllers
Methods in com.moesif.api.controllers that return AppConfigModel Modifier and Type Method Description AppConfigModelAPIController. getDefaultAppConfig()static AppConfigModelAPIController. parseAppConfigModel(InputStream jsonTxt)Methods in com.moesif.api.controllers with parameters of type AppConfigModel Modifier and Type Method Description voidAPIController. setAppConfig(AppConfigModel config) -
Uses of AppConfigModel in com.moesif.api.models
Methods in com.moesif.api.models that return AppConfigModel Modifier and Type Method Description AppConfigModelAppConfigBuilder. build()Build the instance with the given values
-