public class App extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
App.Builder |
| Constructor and Description |
|---|
App() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppName() |
List<UseCase> |
getUseCases() |
void |
setAppName(String appName) |
void |
setUseCases(List<UseCase> useCases) |
Copyright © 2025. All rights reserved.