-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SSCSCI-1356 fixing draft appeals for IBC (#4177)
* SSCSCI-1356 fixing draft appeals for IBC * SSCSCI-1356 pointing to PR * sonar fixes * checkstyle fix * sya flag on * Update values.preview.template.yaml
- Loading branch information
Showing
15 changed files
with
899 additions
and
100 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
src/main/java/uk/gov/hmcts/reform/sscs/model/draft/SessionAppellantIbcRole.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 uk.gov.hmcts.reform.sscs.model.draft; | ||
|
||
import lombok.Value; | ||
|
||
@Value | ||
public class SessionAppellantIbcRole { | ||
String ibcRole; | ||
} |
8 changes: 8 additions & 0 deletions
8
src/main/java/uk/gov/hmcts/reform/sscs/model/draft/SessionAppellantIbcaReference.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 uk.gov.hmcts.reform.sscs.model.draft; | ||
|
||
import lombok.Value; | ||
|
||
@Value | ||
public class SessionAppellantIbcaReference { | ||
String ibcaReference; | ||
} |
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
8 changes: 8 additions & 0 deletions
8
src/main/java/uk/gov/hmcts/reform/sscs/model/draft/SessionInMainlandUk.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 uk.gov.hmcts.reform.sscs.model.draft; | ||
|
||
import lombok.Value; | ||
|
||
@Value | ||
public class SessionInMainlandUk { | ||
String inMainlandUk; | ||
} |
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.