-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HELLODATA-1939 - [CSV] send over extra roles
- Loading branch information
Slawomir Wieczorek
committed
Feb 13, 2025
1 parent
f69c51d
commit db8cdb7
Showing
10 changed files
with
356 additions
and
236 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
.../java/ch/bedag/dap/hellodata/commons/sidecars/resources/v1/user/data/ModuleRoleNames.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package ch.bedag.dap.hellodata.commons.sidecars.resources.v1.user.data; | ||
|
||
import ch.bedag.dap.hellodata.commons.sidecars.modules.ModuleType; | ||
|
||
import java.util.List; | ||
|
||
public record ModuleRoleNames(ModuleType moduleType, List<String> roleNames) { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.