-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TFP-5967: Utvider kontrakt for å legge til addressebeskyttelse og skj… (
#1585) TFP-5967: Utvider kontrakt for å legge til addressebeskyttelse og skjermet person (+ utvidelse av skjermet person mock)
- Loading branch information
1 parent
1500b92
commit 8680af5
Showing
6 changed files
with
104 additions
and
35 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
kontrakter/src/main/java/no/nav/foreldrepenger/vtp/kontrakter/v2/Adressebeskyttelse.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 no.nav.foreldrepenger.vtp.kontrakter.v2; | ||
|
||
public enum Adressebeskyttelse { | ||
FORTROLIG, | ||
STRENGT_FORTROLIG, | ||
// STRENGT_FORTROLIG_UTLAND, Støttes ikke per nå. | ||
UGRADERT | ||
} |
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