Uses of Class
com.oracle.bmc.identitydomains.model.AppBundleConfigurationProperties.IcfType
-
Packages that use AppBundleConfigurationProperties.IcfType Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppBundleConfigurationProperties.IcfType in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppBundleConfigurationProperties.IcfType Modifier and Type Method Description static AppBundleConfigurationProperties.IcfTypeAppBundleConfigurationProperties.IcfType. create(String key)AppBundleConfigurationProperties.IcfTypeAppBundleConfigurationProperties. getIcfType()ICF data type of the bundle configuration property.static AppBundleConfigurationProperties.IcfTypeAppBundleConfigurationProperties.IcfType. valueOf(String name)Returns the enum constant of this type with the specified name.static AppBundleConfigurationProperties.IcfType[]AppBundleConfigurationProperties.IcfType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type AppBundleConfigurationProperties.IcfType Modifier and Type Method Description AppBundleConfigurationProperties.BuilderAppBundleConfigurationProperties.Builder. icfType(AppBundleConfigurationProperties.IcfType icfType)ICF data type of the bundle configuration property.Constructors in com.oracle.bmc.identitydomains.model with parameters of type AppBundleConfigurationProperties.IcfType Constructor Description AppBundleConfigurationProperties(String name, String displayName, AppBundleConfigurationProperties.IcfType icfType, List<String> value, Integer order, String helpMessage, Boolean required, Boolean confidential)Deprecated.
-