Uses of Class
com.oracle.bmc.identitydomains.model.App.AllowedOperations
-
Packages that use App.AllowedOperations Package Description com.oracle.bmc.identitydomains.model -
-
Uses of App.AllowedOperations in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return App.AllowedOperations Modifier and Type Method Description static App.AllowedOperations
App.AllowedOperations. create(String key)
static App.AllowedOperations
App.AllowedOperations. valueOf(String name)
Returns the enum constant of this type with the specified name.static App.AllowedOperations[]
App.AllowedOperations. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type App.AllowedOperations Modifier and Type Method Description List<App.AllowedOperations>
App. getAllowedOperations()
OPTIONAL.Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type App.AllowedOperations Modifier and Type Method Description App.Builder
App.Builder. allowedOperations(List<App.AllowedOperations> allowedOperations)
OPTIONAL.
-