mailslurp_client 15.0.6 → 15.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (131) hide show
  1. checksums.yaml +4 -4
  2. data/lib/mailslurp_client/api/email_controller_api.rb +10 -7
  3. data/lib/mailslurp_client/api/inbox_controller_api.rb +94 -94
  4. data/lib/mailslurp_client/models/abstract_webhook_payload.rb +28 -13
  5. data/lib/mailslurp_client/models/alias_dto.rb +39 -13
  6. data/lib/mailslurp_client/models/alias_projection.rb +40 -10
  7. data/lib/mailslurp_client/models/attachment_entity.rb +20 -0
  8. data/lib/mailslurp_client/models/attachment_meta_data.rb +20 -0
  9. data/lib/mailslurp_client/models/attachment_projection.rb +43 -23
  10. data/lib/mailslurp_client/models/basic_auth_options.rb +10 -0
  11. data/lib/mailslurp_client/models/bounce_projection.rb +10 -0
  12. data/lib/mailslurp_client/models/bounce_recipient.rb +20 -0
  13. data/lib/mailslurp_client/models/bounced_email_dto.rb +20 -0
  14. data/lib/mailslurp_client/models/bounced_recipient_dto.rb +15 -0
  15. data/lib/mailslurp_client/models/bulk_send_email_options.rb +5 -0
  16. data/lib/mailslurp_client/models/condition_option.rb +10 -0
  17. data/lib/mailslurp_client/models/contact_dto.rb +20 -0
  18. data/lib/mailslurp_client/models/contact_projection.rb +23 -13
  19. data/lib/mailslurp_client/models/content_match_options.rb +5 -0
  20. data/lib/mailslurp_client/models/count_dto.rb +5 -0
  21. data/lib/mailslurp_client/models/create_alias_options.rb +10 -0
  22. data/lib/mailslurp_client/models/create_group_options.rb +5 -0
  23. data/lib/mailslurp_client/models/create_inbox_forwarder_options.rb +10 -0
  24. data/lib/mailslurp_client/models/create_inbox_ruleset_options.rb +15 -0
  25. data/lib/mailslurp_client/models/create_template_options.rb +10 -0
  26. data/lib/mailslurp_client/models/create_webhook_options.rb +5 -0
  27. data/lib/mailslurp_client/models/describe_mail_server_domain_result.rb +10 -0
  28. data/lib/mailslurp_client/models/dns_lookup_options.rb +5 -0
  29. data/lib/mailslurp_client/models/dns_lookup_result.rb +20 -0
  30. data/lib/mailslurp_client/models/dns_lookup_results.rb +5 -0
  31. data/lib/mailslurp_client/models/domain_dto.rb +64 -13
  32. data/lib/mailslurp_client/models/domain_name_record.rb +20 -0
  33. data/lib/mailslurp_client/models/domain_preview.rb +32 -7
  34. data/lib/mailslurp_client/models/download_attachment_dto.rb +15 -0
  35. data/lib/mailslurp_client/models/email.rb +54 -13
  36. data/lib/mailslurp_client/models/email_content_match_result.rb +10 -0
  37. data/lib/mailslurp_client/models/email_links_result.rb +10 -0
  38. data/lib/mailslurp_client/models/email_preview.rb +15 -0
  39. data/lib/mailslurp_client/models/email_projection.rb +30 -10
  40. data/lib/mailslurp_client/models/email_text_lines_result.rb +10 -0
  41. data/lib/mailslurp_client/models/email_verification_result.rb +33 -13
  42. data/lib/mailslurp_client/models/expiration_defaults.rb +10 -0
  43. data/lib/mailslurp_client/models/expired_inbox_dto.rb +15 -0
  44. data/lib/mailslurp_client/models/expired_inbox_record_projection.rb +20 -0
  45. data/lib/mailslurp_client/models/export_link.rb +5 -0
  46. data/lib/mailslurp_client/models/export_options.rb +5 -0
  47. data/lib/mailslurp_client/models/flush_expired_inboxes_result.rb +10 -0
  48. data/lib/mailslurp_client/models/gravatar_url.rb +10 -0
  49. data/lib/mailslurp_client/models/group_contacts_dto.rb +10 -0
  50. data/lib/mailslurp_client/models/group_dto.rb +15 -0
  51. data/lib/mailslurp_client/models/group_projection.rb +15 -0
  52. data/lib/mailslurp_client/models/html_validation_result.rb +29 -13
  53. data/lib/mailslurp_client/models/inbox_dto.rb +25 -0
  54. data/lib/mailslurp_client/models/inbox_exists_dto.rb +5 -0
  55. data/lib/mailslurp_client/models/inbox_forwarder_dto.rb +30 -0
  56. data/lib/mailslurp_client/models/inbox_forwarder_test_options.rb +5 -0
  57. data/lib/mailslurp_client/models/inbox_forwarder_test_result.rb +10 -0
  58. data/lib/mailslurp_client/models/inbox_preview.rb +20 -0
  59. data/lib/mailslurp_client/models/inbox_ruleset_dto.rb +35 -0
  60. data/lib/mailslurp_client/models/inbox_ruleset_test_options.rb +5 -0
  61. data/lib/mailslurp_client/models/inbox_ruleset_test_result.rb +10 -0
  62. data/lib/mailslurp_client/models/ip_address_result.rb +10 -0
  63. data/lib/mailslurp_client/models/json_schema_dto.rb +5 -0
  64. data/lib/mailslurp_client/models/match_option.rb +10 -0
  65. data/lib/mailslurp_client/models/missed_email.rb +35 -0
  66. data/lib/mailslurp_client/models/missed_email_projection.rb +10 -0
  67. data/lib/mailslurp_client/models/name_server_record.rb +20 -0
  68. data/lib/mailslurp_client/models/organization_inbox_projection.rb +25 -0
  69. data/lib/mailslurp_client/models/page_alias.rb +32 -23
  70. data/lib/mailslurp_client/models/page_attachment_entity.rb +32 -23
  71. data/lib/mailslurp_client/models/page_bounced_email.rb +32 -23
  72. data/lib/mailslurp_client/models/page_bounced_recipients.rb +32 -23
  73. data/lib/mailslurp_client/models/page_contact_projection.rb +32 -23
  74. data/lib/mailslurp_client/models/page_email_preview.rb +32 -23
  75. data/lib/mailslurp_client/models/page_email_projection.rb +32 -23
  76. data/lib/mailslurp_client/models/page_expired_inbox_record_projection.rb +32 -23
  77. data/lib/mailslurp_client/models/page_group_projection.rb +32 -23
  78. data/lib/mailslurp_client/models/page_inbox_forwarder_dto.rb +32 -23
  79. data/lib/mailslurp_client/models/page_inbox_projection.rb +32 -23
  80. data/lib/mailslurp_client/models/page_inbox_ruleset_dto.rb +32 -23
  81. data/lib/mailslurp_client/models/page_missed_email_projection.rb +32 -23
  82. data/lib/mailslurp_client/models/page_organization_inbox_projection.rb +32 -23
  83. data/lib/mailslurp_client/models/page_sent_email_projection.rb +51 -12
  84. data/lib/mailslurp_client/models/page_template_projection.rb +32 -23
  85. data/lib/mailslurp_client/models/page_thread_projection.rb +32 -23
  86. data/lib/mailslurp_client/models/page_tracking_pixel_projection.rb +32 -23
  87. data/lib/mailslurp_client/models/page_unknown_missed_email_projection.rb +32 -23
  88. data/lib/mailslurp_client/models/page_webhook_projection.rb +32 -23
  89. data/lib/mailslurp_client/models/page_webhook_result.rb +32 -23
  90. data/lib/mailslurp_client/models/{pageable.rb → pageable_object.rb} +3 -3
  91. data/lib/mailslurp_client/models/raw_email_json.rb +5 -0
  92. data/lib/mailslurp_client/models/recipient.rb +10 -0
  93. data/lib/mailslurp_client/models/reply_to_alias_email_options.rb +24 -13
  94. data/lib/mailslurp_client/models/reply_to_email_options.rb +24 -13
  95. data/lib/mailslurp_client/models/send_email_options.rb +12 -2
  96. data/lib/mailslurp_client/models/sender.rb +10 -0
  97. data/lib/mailslurp_client/models/sent_email_dto.rb +33 -13
  98. data/lib/mailslurp_client/models/sent_email_projection.rb +50 -10
  99. data/lib/mailslurp_client/models/set_inbox_favourited_options.rb +5 -0
  100. data/lib/mailslurp_client/models/simple_send_email_options.rb +5 -0
  101. data/lib/mailslurp_client/models/sort.rb +13 -13
  102. data/lib/mailslurp_client/models/template_dto.rb +25 -0
  103. data/lib/mailslurp_client/models/template_projection.rb +25 -0
  104. data/lib/mailslurp_client/models/template_variable.rb +10 -0
  105. data/lib/mailslurp_client/models/test_new_inbox_forwarder_options.rb +10 -0
  106. data/lib/mailslurp_client/models/test_new_inbox_ruleset_options.rb +10 -0
  107. data/lib/mailslurp_client/models/thread_projection.rb +54 -19
  108. data/lib/mailslurp_client/models/tracking_pixel_dto.rb +25 -0
  109. data/lib/mailslurp_client/models/tracking_pixel_projection.rb +30 -10
  110. data/lib/mailslurp_client/models/unknown_missed_email_projection.rb +10 -0
  111. data/lib/mailslurp_client/models/unread_count.rb +5 -0
  112. data/lib/mailslurp_client/models/unseen_error_count_dto.rb +5 -0
  113. data/lib/mailslurp_client/models/update_group_contacts.rb +5 -0
  114. data/lib/mailslurp_client/models/validation_dto.rb +10 -0
  115. data/lib/mailslurp_client/models/validation_message.rb +5 -0
  116. data/lib/mailslurp_client/models/verify_email_address_options.rb +5 -0
  117. data/lib/mailslurp_client/models/wait_for_conditions.rb +10 -0
  118. data/lib/mailslurp_client/models/webhook_dto.rb +45 -0
  119. data/lib/mailslurp_client/models/webhook_email_opened_payload.rb +40 -0
  120. data/lib/mailslurp_client/models/webhook_email_read_payload.rb +35 -0
  121. data/lib/mailslurp_client/models/webhook_new_attachment_payload.rb +35 -0
  122. data/lib/mailslurp_client/models/webhook_new_contact_payload.rb +35 -0
  123. data/lib/mailslurp_client/models/webhook_new_email_payload.rb +55 -0
  124. data/lib/mailslurp_client/models/webhook_projection.rb +25 -0
  125. data/lib/mailslurp_client/models/webhook_redrive_result.rb +10 -0
  126. data/lib/mailslurp_client/models/webhook_result_dto.rb +50 -0
  127. data/lib/mailslurp_client/models/webhook_test_request.rb +15 -0
  128. data/lib/mailslurp_client/models/webhook_test_result.rb +10 -0
  129. data/lib/mailslurp_client/version.rb +1 -1
  130. data/lib/mailslurp_client.rb +1 -1
  131. metadata +2 -2
@@ -94,12 +94,37 @@ module MailSlurpClient
94
94
  # @return Array for valid properties with the reasons
95
95
  def list_invalid_properties
96
96
  invalid_properties = Array.new
97
+ if @id.nil?
98
+ invalid_properties.push('invalid value for "id", id cannot be nil.')
99
+ end
100
+
101
+ if @name.nil?
102
+ invalid_properties.push('invalid value for "name", name cannot be nil.')
103
+ end
104
+
105
+ if @variables.nil?
106
+ invalid_properties.push('invalid value for "variables", variables cannot be nil.')
107
+ end
108
+
109
+ if @content.nil?
110
+ invalid_properties.push('invalid value for "content", content cannot be nil.')
111
+ end
112
+
113
+ if @created_at.nil?
114
+ invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
115
+ end
116
+
97
117
  invalid_properties
98
118
  end
99
119
 
100
120
  # Check to see if the all the properties in the model are valid
101
121
  # @return true if the model is valid
102
122
  def valid?
123
+ return false if @id.nil?
124
+ return false if @name.nil?
125
+ return false if @variables.nil?
126
+ return false if @content.nil?
127
+ return false if @created_at.nil?
103
128
  true
104
129
  end
105
130
 
@@ -94,12 +94,37 @@ module MailSlurpClient
94
94
  # @return Array for valid properties with the reasons
95
95
  def list_invalid_properties
96
96
  invalid_properties = Array.new
97
+ if @name.nil?
98
+ invalid_properties.push('invalid value for "name", name cannot be nil.')
99
+ end
100
+
101
+ if @id.nil?
102
+ invalid_properties.push('invalid value for "id", id cannot be nil.')
103
+ end
104
+
105
+ if @created_at.nil?
106
+ invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
107
+ end
108
+
109
+ if @variables.nil?
110
+ invalid_properties.push('invalid value for "variables", variables cannot be nil.')
111
+ end
112
+
113
+ if @updated_at.nil?
114
+ invalid_properties.push('invalid value for "updated_at", updated_at cannot be nil.')
115
+ end
116
+
97
117
  invalid_properties
98
118
  end
99
119
 
100
120
  # Check to see if the all the properties in the model are valid
101
121
  # @return true if the model is valid
102
122
  def valid?
123
+ return false if @name.nil?
124
+ return false if @id.nil?
125
+ return false if @created_at.nil?
126
+ return false if @variables.nil?
127
+ return false if @updated_at.nil?
103
128
  true
104
129
  end
105
130
 
@@ -90,12 +90,22 @@ module MailSlurpClient
90
90
  # @return Array for valid properties with the reasons
91
91
  def list_invalid_properties
92
92
  invalid_properties = Array.new
93
+ if @name.nil?
94
+ invalid_properties.push('invalid value for "name", name cannot be nil.')
95
+ end
96
+
97
+ if @variable_type.nil?
98
+ invalid_properties.push('invalid value for "variable_type", variable_type cannot be nil.')
99
+ end
100
+
93
101
  invalid_properties
94
102
  end
95
103
 
96
104
  # Check to see if the all the properties in the model are valid
97
105
  # @return true if the model is valid
98
106
  def valid?
107
+ return false if @name.nil?
108
+ return false if @variable_type.nil?
99
109
  variable_type_validator = EnumAttributeValidator.new('String', ["STRING"])
100
110
  return false unless variable_type_validator.valid?(@variable_type)
101
111
  true
@@ -68,12 +68,22 @@ module MailSlurpClient
68
68
  # @return Array for valid properties with the reasons
69
69
  def list_invalid_properties
70
70
  invalid_properties = Array.new
71
+ if @inbox_forwarder_test_options.nil?
72
+ invalid_properties.push('invalid value for "inbox_forwarder_test_options", inbox_forwarder_test_options cannot be nil.')
73
+ end
74
+
75
+ if @create_inbox_forwarder_options.nil?
76
+ invalid_properties.push('invalid value for "create_inbox_forwarder_options", create_inbox_forwarder_options cannot be nil.')
77
+ end
78
+
71
79
  invalid_properties
72
80
  end
73
81
 
74
82
  # Check to see if the all the properties in the model are valid
75
83
  # @return true if the model is valid
76
84
  def valid?
85
+ return false if @inbox_forwarder_test_options.nil?
86
+ return false if @create_inbox_forwarder_options.nil?
77
87
  true
78
88
  end
79
89
 
@@ -68,12 +68,22 @@ module MailSlurpClient
68
68
  # @return Array for valid properties with the reasons
69
69
  def list_invalid_properties
70
70
  invalid_properties = Array.new
71
+ if @inbox_ruleset_test_options.nil?
72
+ invalid_properties.push('invalid value for "inbox_ruleset_test_options", inbox_ruleset_test_options cannot be nil.')
73
+ end
74
+
75
+ if @create_inbox_ruleset_options.nil?
76
+ invalid_properties.push('invalid value for "create_inbox_ruleset_options", create_inbox_ruleset_options cannot be nil.')
77
+ end
78
+
71
79
  invalid_properties
72
80
  end
73
81
 
74
82
  # Check to see if the all the properties in the model are valid
75
83
  # @return true if the model is valid
76
84
  def valid?
85
+ return false if @inbox_ruleset_test_options.nil?
86
+ return false if @create_inbox_ruleset_options.nil?
77
87
  true
78
88
  end
79
89
 
@@ -21,18 +21,18 @@ module MailSlurpClient
21
21
 
22
22
  attr_accessor :subject
23
23
 
24
- attr_accessor :user_id
25
-
26
24
  attr_accessor :inbox_id
27
25
 
26
+ attr_accessor :user_id
27
+
28
28
  attr_accessor :to
29
29
 
30
+ attr_accessor :created_at
31
+
30
32
  attr_accessor :bcc
31
33
 
32
34
  attr_accessor :cc
33
35
 
34
- attr_accessor :created_at
35
-
36
36
  attr_accessor :updated_at
37
37
 
38
38
  attr_accessor :alias_id
@@ -43,12 +43,12 @@ module MailSlurpClient
43
43
  :'name' => :'name',
44
44
  :'id' => :'id',
45
45
  :'subject' => :'subject',
46
- :'user_id' => :'userId',
47
46
  :'inbox_id' => :'inboxId',
47
+ :'user_id' => :'userId',
48
48
  :'to' => :'to',
49
+ :'created_at' => :'createdAt',
49
50
  :'bcc' => :'bcc',
50
51
  :'cc' => :'cc',
51
- :'created_at' => :'createdAt',
52
52
  :'updated_at' => :'updatedAt',
53
53
  :'alias_id' => :'aliasId'
54
54
  }
@@ -60,12 +60,12 @@ module MailSlurpClient
60
60
  :'name' => :'String',
61
61
  :'id' => :'String',
62
62
  :'subject' => :'String',
63
- :'user_id' => :'String',
64
63
  :'inbox_id' => :'String',
64
+ :'user_id' => :'String',
65
65
  :'to' => :'Array<String>',
66
+ :'created_at' => :'DateTime',
66
67
  :'bcc' => :'Array<String>',
67
68
  :'cc' => :'Array<String>',
68
- :'created_at' => :'DateTime',
69
69
  :'updated_at' => :'DateTime',
70
70
  :'alias_id' => :'String'
71
71
  }
@@ -104,20 +104,24 @@ module MailSlurpClient
104
104
  self.subject = attributes[:'subject']
105
105
  end
106
106
 
107
- if attributes.key?(:'user_id')
108
- self.user_id = attributes[:'user_id']
109
- end
110
-
111
107
  if attributes.key?(:'inbox_id')
112
108
  self.inbox_id = attributes[:'inbox_id']
113
109
  end
114
110
 
111
+ if attributes.key?(:'user_id')
112
+ self.user_id = attributes[:'user_id']
113
+ end
114
+
115
115
  if attributes.key?(:'to')
116
116
  if (value = attributes[:'to']).is_a?(Array)
117
117
  self.to = value
118
118
  end
119
119
  end
120
120
 
121
+ if attributes.key?(:'created_at')
122
+ self.created_at = attributes[:'created_at']
123
+ end
124
+
121
125
  if attributes.key?(:'bcc')
122
126
  if (value = attributes[:'bcc']).is_a?(Array)
123
127
  self.bcc = value
@@ -130,10 +134,6 @@ module MailSlurpClient
130
134
  end
131
135
  end
132
136
 
133
- if attributes.key?(:'created_at')
134
- self.created_at = attributes[:'created_at']
135
- end
136
-
137
137
  if attributes.key?(:'updated_at')
138
138
  self.updated_at = attributes[:'updated_at']
139
139
  end
@@ -147,12 +147,47 @@ module MailSlurpClient
147
147
  # @return Array for valid properties with the reasons
148
148
  def list_invalid_properties
149
149
  invalid_properties = Array.new
150
+ if @id.nil?
151
+ invalid_properties.push('invalid value for "id", id cannot be nil.')
152
+ end
153
+
154
+ if @inbox_id.nil?
155
+ invalid_properties.push('invalid value for "inbox_id", inbox_id cannot be nil.')
156
+ end
157
+
158
+ if @user_id.nil?
159
+ invalid_properties.push('invalid value for "user_id", user_id cannot be nil.')
160
+ end
161
+
162
+ if @to.nil?
163
+ invalid_properties.push('invalid value for "to", to cannot be nil.')
164
+ end
165
+
166
+ if @created_at.nil?
167
+ invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
168
+ end
169
+
170
+ if @updated_at.nil?
171
+ invalid_properties.push('invalid value for "updated_at", updated_at cannot be nil.')
172
+ end
173
+
174
+ if @alias_id.nil?
175
+ invalid_properties.push('invalid value for "alias_id", alias_id cannot be nil.')
176
+ end
177
+
150
178
  invalid_properties
151
179
  end
152
180
 
153
181
  # Check to see if the all the properties in the model are valid
154
182
  # @return true if the model is valid
155
183
  def valid?
184
+ return false if @id.nil?
185
+ return false if @inbox_id.nil?
186
+ return false if @user_id.nil?
187
+ return false if @to.nil?
188
+ return false if @created_at.nil?
189
+ return false if @updated_at.nil?
190
+ return false if @alias_id.nil?
156
191
  true
157
192
  end
158
193
 
@@ -164,12 +199,12 @@ module MailSlurpClient
164
199
  name == o.name &&
165
200
  id == o.id &&
166
201
  subject == o.subject &&
167
- user_id == o.user_id &&
168
202
  inbox_id == o.inbox_id &&
203
+ user_id == o.user_id &&
169
204
  to == o.to &&
205
+ created_at == o.created_at &&
170
206
  bcc == o.bcc &&
171
207
  cc == o.cc &&
172
- created_at == o.created_at &&
173
208
  updated_at == o.updated_at &&
174
209
  alias_id == o.alias_id
175
210
  end
@@ -183,7 +218,7 @@ module MailSlurpClient
183
218
  # Calculates hash code according to all attributes.
184
219
  # @return [Integer] Hash code
185
220
  def hash
186
- [name, id, subject, user_id, inbox_id, to, bcc, cc, created_at, updated_at, alias_id].hash
221
+ [name, id, subject, inbox_id, user_id, to, created_at, bcc, cc, updated_at, alias_id].hash
187
222
  end
188
223
 
189
224
  # Builds the object from hash
@@ -124,12 +124,37 @@ module MailSlurpClient
124
124
  # @return Array for valid properties with the reasons
125
125
  def list_invalid_properties
126
126
  invalid_properties = Array.new
127
+ if @id.nil?
128
+ invalid_properties.push('invalid value for "id", id cannot be nil.')
129
+ end
130
+
131
+ if @seen.nil?
132
+ invalid_properties.push('invalid value for "seen", seen cannot be nil.')
133
+ end
134
+
135
+ if @html.nil?
136
+ invalid_properties.push('invalid value for "html", html cannot be nil.')
137
+ end
138
+
139
+ if @url.nil?
140
+ invalid_properties.push('invalid value for "url", url cannot be nil.')
141
+ end
142
+
143
+ if @created_at.nil?
144
+ invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
145
+ end
146
+
127
147
  invalid_properties
128
148
  end
129
149
 
130
150
  # Check to see if the all the properties in the model are valid
131
151
  # @return true if the model is valid
132
152
  def valid?
153
+ return false if @id.nil?
154
+ return false if @seen.nil?
155
+ return false if @html.nil?
156
+ return false if @url.nil?
157
+ return false if @created_at.nil?
133
158
  true
134
159
  end
135
160
 
@@ -18,10 +18,10 @@ module MailSlurpClient
18
18
 
19
19
  attr_accessor :id
20
20
 
21
- attr_accessor :user_id
22
-
23
21
  attr_accessor :inbox_id
24
22
 
23
+ attr_accessor :user_id
24
+
25
25
  attr_accessor :created_at
26
26
 
27
27
  attr_accessor :seen
@@ -37,8 +37,8 @@ module MailSlurpClient
37
37
  {
38
38
  :'name' => :'name',
39
39
  :'id' => :'id',
40
- :'user_id' => :'userId',
41
40
  :'inbox_id' => :'inboxId',
41
+ :'user_id' => :'userId',
42
42
  :'created_at' => :'createdAt',
43
43
  :'seen' => :'seen',
44
44
  :'recipient' => :'recipient',
@@ -52,8 +52,8 @@ module MailSlurpClient
52
52
  {
53
53
  :'name' => :'String',
54
54
  :'id' => :'String',
55
- :'user_id' => :'String',
56
55
  :'inbox_id' => :'String',
56
+ :'user_id' => :'String',
57
57
  :'created_at' => :'DateTime',
58
58
  :'seen' => :'Boolean',
59
59
  :'recipient' => :'String',
@@ -91,14 +91,14 @@ module MailSlurpClient
91
91
  self.id = attributes[:'id']
92
92
  end
93
93
 
94
- if attributes.key?(:'user_id')
95
- self.user_id = attributes[:'user_id']
96
- end
97
-
98
94
  if attributes.key?(:'inbox_id')
99
95
  self.inbox_id = attributes[:'inbox_id']
100
96
  end
101
97
 
98
+ if attributes.key?(:'user_id')
99
+ self.user_id = attributes[:'user_id']
100
+ end
101
+
102
102
  if attributes.key?(:'created_at')
103
103
  self.created_at = attributes[:'created_at']
104
104
  end
@@ -124,12 +124,32 @@ module MailSlurpClient
124
124
  # @return Array for valid properties with the reasons
125
125
  def list_invalid_properties
126
126
  invalid_properties = Array.new
127
+ if @id.nil?
128
+ invalid_properties.push('invalid value for "id", id cannot be nil.')
129
+ end
130
+
131
+ if @user_id.nil?
132
+ invalid_properties.push('invalid value for "user_id", user_id cannot be nil.')
133
+ end
134
+
135
+ if @created_at.nil?
136
+ invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
137
+ end
138
+
139
+ if @seen.nil?
140
+ invalid_properties.push('invalid value for "seen", seen cannot be nil.')
141
+ end
142
+
127
143
  invalid_properties
128
144
  end
129
145
 
130
146
  # Check to see if the all the properties in the model are valid
131
147
  # @return true if the model is valid
132
148
  def valid?
149
+ return false if @id.nil?
150
+ return false if @user_id.nil?
151
+ return false if @created_at.nil?
152
+ return false if @seen.nil?
133
153
  true
134
154
  end
135
155
 
@@ -140,8 +160,8 @@ module MailSlurpClient
140
160
  self.class == o.class &&
141
161
  name == o.name &&
142
162
  id == o.id &&
143
- user_id == o.user_id &&
144
163
  inbox_id == o.inbox_id &&
164
+ user_id == o.user_id &&
145
165
  created_at == o.created_at &&
146
166
  seen == o.seen &&
147
167
  recipient == o.recipient &&
@@ -158,7 +178,7 @@ module MailSlurpClient
158
178
  # Calculates hash code according to all attributes.
159
179
  # @return [Integer] Hash code
160
180
  def hash
161
- [name, id, user_id, inbox_id, created_at, seen, recipient, seen_at, sent_email_id].hash
181
+ [name, id, inbox_id, user_id, created_at, seen, recipient, seen_at, sent_email_id].hash
162
182
  end
163
183
 
164
184
  # Builds the object from hash
@@ -94,12 +94,22 @@ module MailSlurpClient
94
94
  # @return Array for valid properties with the reasons
95
95
  def list_invalid_properties
96
96
  invalid_properties = Array.new
97
+ if @id.nil?
98
+ invalid_properties.push('invalid value for "id", id cannot be nil.')
99
+ end
100
+
101
+ if @created_at.nil?
102
+ invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
103
+ end
104
+
97
105
  invalid_properties
98
106
  end
99
107
 
100
108
  # Check to see if the all the properties in the model are valid
101
109
  # @return true if the model is valid
102
110
  def valid?
111
+ return false if @id.nil?
112
+ return false if @created_at.nil?
103
113
  true
104
114
  end
105
115
 
@@ -60,12 +60,17 @@ module MailSlurpClient
60
60
  # @return Array for valid properties with the reasons
61
61
  def list_invalid_properties
62
62
  invalid_properties = Array.new
63
+ if @count.nil?
64
+ invalid_properties.push('invalid value for "count", count cannot be nil.')
65
+ end
66
+
63
67
  invalid_properties
64
68
  end
65
69
 
66
70
  # Check to see if the all the properties in the model are valid
67
71
  # @return true if the model is valid
68
72
  def valid?
73
+ return false if @count.nil?
69
74
  true
70
75
  end
71
76
 
@@ -60,12 +60,17 @@ module MailSlurpClient
60
60
  # @return Array for valid properties with the reasons
61
61
  def list_invalid_properties
62
62
  invalid_properties = Array.new
63
+ if @count.nil?
64
+ invalid_properties.push('invalid value for "count", count cannot be nil.')
65
+ end
66
+
63
67
  invalid_properties
64
68
  end
65
69
 
66
70
  # Check to see if the all the properties in the model are valid
67
71
  # @return true if the model is valid
68
72
  def valid?
73
+ return false if @count.nil?
69
74
  true
70
75
  end
71
76
 
@@ -62,12 +62,17 @@ module MailSlurpClient
62
62
  # @return Array for valid properties with the reasons
63
63
  def list_invalid_properties
64
64
  invalid_properties = Array.new
65
+ if @contact_ids.nil?
66
+ invalid_properties.push('invalid value for "contact_ids", contact_ids cannot be nil.')
67
+ end
68
+
65
69
  invalid_properties
66
70
  end
67
71
 
68
72
  # Check to see if the all the properties in the model are valid
69
73
  # @return true if the model is valid
70
74
  def valid?
75
+ return false if @contact_ids.nil?
71
76
  true
72
77
  end
73
78
 
@@ -70,12 +70,22 @@ module MailSlurpClient
70
70
  # @return Array for valid properties with the reasons
71
71
  def list_invalid_properties
72
72
  invalid_properties = Array.new
73
+ if @email_id.nil?
74
+ invalid_properties.push('invalid value for "email_id", email_id cannot be nil.')
75
+ end
76
+
77
+ if @html.nil?
78
+ invalid_properties.push('invalid value for "html", html cannot be nil.')
79
+ end
80
+
73
81
  invalid_properties
74
82
  end
75
83
 
76
84
  # Check to see if the all the properties in the model are valid
77
85
  # @return true if the model is valid
78
86
  def valid?
87
+ return false if @email_id.nil?
88
+ return false if @html.nil?
79
89
  true
80
90
  end
81
91
 
@@ -69,12 +69,17 @@ module MailSlurpClient
69
69
  # @return Array for valid properties with the reasons
70
70
  def list_invalid_properties
71
71
  invalid_properties = Array.new
72
+ if @line_number.nil?
73
+ invalid_properties.push('invalid value for "line_number", line_number cannot be nil.')
74
+ end
75
+
72
76
  invalid_properties
73
77
  end
74
78
 
75
79
  # Check to see if the all the properties in the model are valid
76
80
  # @return true if the model is valid
77
81
  def valid?
82
+ return false if @line_number.nil?
78
83
  true
79
84
  end
80
85
 
@@ -85,12 +85,17 @@ module MailSlurpClient
85
85
  # @return Array for valid properties with the reasons
86
86
  def list_invalid_properties
87
87
  invalid_properties = Array.new
88
+ if @email_address.nil?
89
+ invalid_properties.push('invalid value for "email_address", email_address cannot be nil.')
90
+ end
91
+
88
92
  invalid_properties
89
93
  end
90
94
 
91
95
  # Check to see if the all the properties in the model are valid
92
96
  # @return true if the model is valid
93
97
  def valid?
98
+ return false if @email_address.nil?
94
99
  true
95
100
  end
96
101
 
@@ -15,6 +15,7 @@ require 'date'
15
15
  module MailSlurpClient
16
16
  # Conditions to apply to emails that you are waiting for
17
17
  class WaitForConditions
18
+ # ID of inbox to search within and apply conditions to. Essentially filtering the emails found to give a count.
18
19
  attr_accessor :inbox_id
19
20
 
20
21
  # Number of results that should match conditions. Either exactly or at least this amount based on the `countType`. If count condition is not met and the timeout has not been reached the `waitFor` method will retry the operation.
@@ -32,12 +33,16 @@ module MailSlurpClient
32
33
  # How result size should be compared with the expected size. Exactly or at-least matching result?
33
34
  attr_accessor :count_type
34
35
 
36
+ # Conditions that should be matched for an email to qualify for results. Each condition will be applied in order to each email within an inbox to filter a result list of matching emails you are waiting for.
35
37
  attr_accessor :matches
36
38
 
39
+ # Direction to sort matching emails by created time
37
40
  attr_accessor :sort_direction
38
41
 
42
+ # ISO Date Time earliest time of email to consider. Filter for matching emails that were received after this date
39
43
  attr_accessor :since
40
44
 
45
+ # ISO Date Time latest time of email to consider. Filter for matching emails that were received before this date
41
46
  attr_accessor :before
42
47
 
43
48
  class EnumAttributeValidator
@@ -162,6 +167,10 @@ module MailSlurpClient
162
167
  # @return Array for valid properties with the reasons
163
168
  def list_invalid_properties
164
169
  invalid_properties = Array.new
170
+ if @inbox_id.nil?
171
+ invalid_properties.push('invalid value for "inbox_id", inbox_id cannot be nil.')
172
+ end
173
+
165
174
  if @timeout.nil?
166
175
  invalid_properties.push('invalid value for "timeout", timeout cannot be nil.')
167
176
  end
@@ -172,6 +181,7 @@ module MailSlurpClient
172
181
  # Check to see if the all the properties in the model are valid
173
182
  # @return true if the model is valid
174
183
  def valid?
184
+ return false if @inbox_id.nil?
175
185
  return false if @timeout.nil?
176
186
  count_type_validator = EnumAttributeValidator.new('String', ["EXACTLY", "ATLEAST"])
177
187
  return false unless count_type_validator.valid?(@count_type)