Uses of Class
com.oracle.bmc.identitydomains.model.AppConnectorBundle.Type
-
Packages that use AppConnectorBundle.Type Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppConnectorBundle.Type in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppConnectorBundle.Type Modifier and Type Method Description static AppConnectorBundle.TypeAppConnectorBundle.Type. create(String key)AppConnectorBundle.TypeAppConnectorBundle. getType()Connector Bundle type.static AppConnectorBundle.TypeAppConnectorBundle.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static AppConnectorBundle.Type[]AppConnectorBundle.Type. 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 AppConnectorBundle.Type Modifier and Type Method Description AppConnectorBundle.BuilderAppConnectorBundle.Builder. type(AppConnectorBundle.Type type)Connector Bundle type.Constructors in com.oracle.bmc.identitydomains.model with parameters of type AppConnectorBundle.Type Constructor Description AppConnectorBundle(String value, AppConnectorBundle.Type type, String ref, String display, String wellKnownId)Deprecated.
-