File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/main/java/com/amadeus/resources Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
import lombok .AllArgsConstructor ;
4
4
import lombok .Getter ;
5
+ import lombok .NoArgsConstructor ;
5
6
import lombok .Setter ;
6
7
import lombok .ToString ;
7
8
@@ -32,6 +33,7 @@ protected AssociatedRecord() {
32
33
}
33
34
34
35
@ AllArgsConstructor
36
+ @ NoArgsConstructor
35
37
@ ToString
36
38
public static class Traveler {
37
39
@@ -43,6 +45,7 @@ public static class Traveler {
43
45
}
44
46
45
47
@ AllArgsConstructor
48
+ @ NoArgsConstructor
46
49
@ ToString
47
50
public static class Name {
48
51
@@ -51,6 +54,7 @@ public static class Name {
51
54
}
52
55
53
56
@ AllArgsConstructor
57
+ @ NoArgsConstructor
54
58
@ ToString
55
59
public static class Contact {
56
60
@@ -59,6 +63,7 @@ public static class Contact {
59
63
}
60
64
61
65
@ AllArgsConstructor
66
+ @ NoArgsConstructor
62
67
@ ToString
63
68
public static class Document {
64
69
@@ -71,6 +76,7 @@ public static class Document {
71
76
}
72
77
73
78
@ AllArgsConstructor
79
+ @ NoArgsConstructor
74
80
@ ToString
75
81
public static class Phone {
76
82
You can’t perform that action at this time.
0 commit comments