Uses of Class
com.oracle.bmc.identitydomains.model.AppScopes
-
Packages that use AppScopes Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppScopes in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppScopes Modifier and Type Method Description AppScopes
AppScopes.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type AppScopes Modifier and Type Method Description List<AppScopes>
App. getScopes()
Scopes defined by this App.Methods in com.oracle.bmc.identitydomains.model with parameters of type AppScopes Modifier and Type Method Description AppScopes.Builder
AppScopes.Builder. copy(AppScopes model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type AppScopes Modifier and Type Method Description App.Builder
App.Builder. scopes(List<AppScopes> scopes)
Scopes defined by this App.
-