Skip to content

Commit

Permalink
Updated role assignment response
Browse files Browse the repository at this point in the history
  • Loading branch information
Gareth40342 committed Jun 24, 2024
1 parent cd83959 commit e9e9731
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
package uk.gov.hmcts.reform.civil.ras.model;

import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;

@Data
@Builder
@NoArgsConstructor
@AllArgsConstructor
public class RoleAssignmentRequestResource {

private RoleAssignmentRequest roleAssignmentResponse;

}
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ public class RoleAssignmentServiceResponse {
private List<RoleAssignmentResponse> roleAssignmentResponse;

}

0 comments on commit e9e9731

Please sign in to comment.