mailslurp_client 17.3.0 → 17.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/mailslurp_client/api/attachment_controller_api.rb +5 -5
- data/lib/mailslurp_client/api/email_controller_api.rb +2 -2
- data/lib/mailslurp_client/api/email_verification_controller_api.rb +64 -0
- data/lib/mailslurp_client/api/inbox_controller_api.rb +229 -0
- data/lib/mailslurp_client/api/phone_controller_api.rb +334 -0
- data/lib/mailslurp_client/models/abstract_webhook_payload.rb +13 -13
- data/lib/mailslurp_client/models/alias_projection.rb +29 -29
- data/lib/mailslurp_client/models/alias_thread_projection.rb +16 -16
- data/lib/mailslurp_client/models/attachment_projection.rb +29 -29
- data/lib/mailslurp_client/models/bounce_recipient_projection.rb +15 -15
- data/lib/mailslurp_client/models/connector_event_projection.rb +30 -30
- data/lib/mailslurp_client/models/connector_projection.rb +10 -10
- data/lib/mailslurp_client/models/contact_projection.rb +15 -15
- data/lib/mailslurp_client/models/create_inbox_forwarder_options.rb +58 -29
- data/lib/mailslurp_client/models/create_inbox_replier_options.rb +39 -33
- data/lib/mailslurp_client/models/create_phone_number_options.rb +37 -4
- data/lib/mailslurp_client/models/email_intelligence_list_result.rb +285 -0
- data/lib/mailslurp_client/models/email_intelligence_options.rb +308 -0
- data/lib/mailslurp_client/models/email_intelligence_result_dto.rb +256 -0
- data/lib/mailslurp_client/models/email_intelligence_score_breakdown_dto.rb +296 -0
- data/lib/mailslurp_client/models/email_intelligence_signals_dto.rb +352 -0
- data/lib/mailslurp_client/models/email_intelligence_tests_options.rb +253 -0
- data/lib/mailslurp_client/models/email_thread_projection.rb +16 -16
- data/lib/mailslurp_client/models/entity_favourite_item_projection.rb +13 -13
- data/lib/mailslurp_client/models/expired_inbox_record_projection.rb +15 -15
- data/lib/mailslurp_client/models/extract_attachment_text_options.rb +1 -1
- data/lib/mailslurp_client/models/extract_attachment_text_result.rb +1 -1
- data/lib/mailslurp_client/models/group_projection.rb +14 -14
- data/lib/mailslurp_client/models/guest_portal_user_projection.rb +24 -24
- data/lib/mailslurp_client/models/import_email_options.rb +269 -0
- data/lib/mailslurp_client/models/inbox_automation_match_option.rb +308 -0
- data/lib/mailslurp_client/models/inbox_automation_match_options.rb +273 -0
- data/lib/mailslurp_client/models/inbox_forwarder_dto.rb +65 -17
- data/lib/mailslurp_client/models/inbox_forwarder_event_projection.rb +16 -16
- data/lib/mailslurp_client/models/inbox_forwarder_test_options.rb +17 -9
- data/lib/mailslurp_client/models/inbox_replier_dto.rb +41 -16
- data/lib/mailslurp_client/models/inbox_replier_event_projection.rb +16 -16
- data/lib/mailslurp_client/models/inline_object.rb +12 -58
- data/lib/mailslurp_client/models/inline_object1.rb +58 -12
- data/lib/mailslurp_client/models/inline_object2.rb +211 -0
- data/lib/mailslurp_client/models/opt_in_identity_projection.rb +18 -18
- data/lib/mailslurp_client/models/page_ai_transform_mapping_projection.rb +24 -24
- data/lib/mailslurp_client/models/page_ai_transform_projection.rb +24 -24
- data/lib/mailslurp_client/models/page_ai_transform_result_projection.rb +24 -24
- data/lib/mailslurp_client/models/page_alias.rb +24 -24
- data/lib/mailslurp_client/models/page_alias_thread_projection.rb +24 -24
- data/lib/mailslurp_client/models/page_attachment_entity.rb +24 -24
- data/lib/mailslurp_client/models/page_bounced_email.rb +24 -24
- data/lib/mailslurp_client/models/page_bounced_recipients.rb +24 -24
- data/lib/mailslurp_client/models/page_complaint.rb +24 -24
- data/lib/mailslurp_client/models/page_connector.rb +24 -24
- data/lib/mailslurp_client/models/page_connector_events.rb +24 -24
- data/lib/mailslurp_client/models/page_contact_projection.rb +24 -24
- data/lib/mailslurp_client/models/page_delivery_status.rb +24 -24
- data/lib/mailslurp_client/models/page_device_preview_run_projection.rb +24 -24
- data/lib/mailslurp_client/models/page_email_preview.rb +24 -24
- data/lib/mailslurp_client/models/page_email_projection.rb +24 -24
- data/lib/mailslurp_client/models/page_email_thread_projection.rb +24 -24
- data/lib/mailslurp_client/models/page_email_validation_request.rb +24 -24
- data/lib/mailslurp_client/models/page_entity_automation_items.rb +24 -24
- data/lib/mailslurp_client/models/page_entity_event_items.rb +24 -24
- data/lib/mailslurp_client/models/page_entity_favourite_items.rb +24 -24
- data/lib/mailslurp_client/models/page_expired_inbox_record_projection.rb +24 -24
- data/lib/mailslurp_client/models/page_group_projection.rb +24 -24
- data/lib/mailslurp_client/models/page_guest_portal_users.rb +24 -24
- data/lib/mailslurp_client/models/page_inbox_forwarder_dto.rb +24 -24
- data/lib/mailslurp_client/models/page_inbox_forwarder_events.rb +24 -24
- data/lib/mailslurp_client/models/page_inbox_projection.rb +24 -24
- data/lib/mailslurp_client/models/page_inbox_replier_dto.rb +24 -24
- data/lib/mailslurp_client/models/page_inbox_replier_events.rb +24 -24
- data/lib/mailslurp_client/models/page_inbox_tags.rb +24 -24
- data/lib/mailslurp_client/models/page_list_unsubscribe_recipients.rb +24 -24
- data/lib/mailslurp_client/models/page_missed_email_projection.rb +24 -24
- data/lib/mailslurp_client/models/page_missed_sms_projection.rb +24 -24
- data/lib/mailslurp_client/models/page_opt_in_identity_projection.rb +24 -24
- data/lib/mailslurp_client/models/page_organization_inbox_projection.rb +24 -24
- data/lib/mailslurp_client/models/page_phone_message_thread_item_projection.rb +24 -24
- data/lib/mailslurp_client/models/page_phone_message_thread_projection.rb +24 -24
- data/lib/mailslurp_client/models/page_phone_number_projection.rb +24 -24
- data/lib/mailslurp_client/models/page_phone_number_release_projection.rb +24 -24
- data/lib/mailslurp_client/models/page_plus_address_projection.rb +24 -24
- data/lib/mailslurp_client/models/page_reputation_items.rb +24 -24
- data/lib/mailslurp_client/models/page_ruleset_dto.rb +24 -24
- data/lib/mailslurp_client/models/page_scheduled_jobs.rb +24 -24
- data/lib/mailslurp_client/models/page_sent_email_projection.rb +24 -24
- data/lib/mailslurp_client/models/page_sent_email_with_queue_projection.rb +24 -24
- data/lib/mailslurp_client/models/page_sent_sms_projection.rb +24 -24
- data/lib/mailslurp_client/models/page_sms_projection.rb +24 -24
- data/lib/mailslurp_client/models/page_template_projection.rb +24 -24
- data/lib/mailslurp_client/models/page_tracking_pixel_projection.rb +24 -24
- data/lib/mailslurp_client/models/page_unknown_missed_email_projection.rb +24 -24
- data/lib/mailslurp_client/models/page_webhook_endpoint_projection.rb +24 -24
- data/lib/mailslurp_client/models/page_webhook_projection.rb +24 -24
- data/lib/mailslurp_client/models/page_webhook_result.rb +24 -24
- data/lib/mailslurp_client/models/pageable_object.rb +13 -13
- data/lib/mailslurp_client/models/phone_message_thread_item_projection.rb +15 -15
- data/lib/mailslurp_client/models/phone_number_dto.rb +17 -1
- data/lib/mailslurp_client/models/phone_number_tags_options.rb +213 -0
- data/lib/mailslurp_client/models/plus_address_projection.rb +15 -15
- data/lib/mailslurp_client/models/reputation_item_projection.rb +13 -13
- data/lib/mailslurp_client/models/template_projection.rb +15 -15
- data/lib/mailslurp_client/models/update_inbox_replier_options.rb +39 -33
- data/lib/mailslurp_client/models/webhook_projection.rb +15 -15
- data/lib/mailslurp_client/version.rb +1 -1
- data/lib/mailslurp_client.rb +11 -0
- metadata +13 -2
|
@@ -21,22 +21,22 @@ module MailSlurpClient
|
|
|
21
21
|
|
|
22
22
|
attr_accessor :columns
|
|
23
23
|
|
|
24
|
-
attr_accessor :total_elements
|
|
25
|
-
|
|
26
24
|
attr_accessor :total_pages
|
|
27
25
|
|
|
26
|
+
attr_accessor :total_elements
|
|
27
|
+
|
|
28
28
|
attr_accessor :last
|
|
29
29
|
|
|
30
30
|
attr_accessor :size
|
|
31
31
|
|
|
32
32
|
attr_accessor :number
|
|
33
33
|
|
|
34
|
+
attr_accessor :first
|
|
35
|
+
|
|
34
36
|
attr_accessor :number_of_elements
|
|
35
37
|
|
|
36
38
|
attr_accessor :sort
|
|
37
39
|
|
|
38
|
-
attr_accessor :first
|
|
39
|
-
|
|
40
40
|
attr_accessor :empty
|
|
41
41
|
|
|
42
42
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -45,14 +45,14 @@ module MailSlurpClient
|
|
|
45
45
|
:'content' => :'content',
|
|
46
46
|
:'pageable' => :'pageable',
|
|
47
47
|
:'columns' => :'columns',
|
|
48
|
-
:'total_elements' => :'totalElements',
|
|
49
48
|
:'total_pages' => :'totalPages',
|
|
49
|
+
:'total_elements' => :'totalElements',
|
|
50
50
|
:'last' => :'last',
|
|
51
51
|
:'size' => :'size',
|
|
52
52
|
:'number' => :'number',
|
|
53
|
+
:'first' => :'first',
|
|
53
54
|
:'number_of_elements' => :'numberOfElements',
|
|
54
55
|
:'sort' => :'sort',
|
|
55
|
-
:'first' => :'first',
|
|
56
56
|
:'empty' => :'empty'
|
|
57
57
|
}
|
|
58
58
|
end
|
|
@@ -63,14 +63,14 @@ module MailSlurpClient
|
|
|
63
63
|
:'content' => :'Array<AITransformResultProjectionDto>',
|
|
64
64
|
:'pageable' => :'PageableObject',
|
|
65
65
|
:'columns' => :'Array<String>',
|
|
66
|
-
:'total_elements' => :'Integer',
|
|
67
66
|
:'total_pages' => :'Integer',
|
|
67
|
+
:'total_elements' => :'Integer',
|
|
68
68
|
:'last' => :'Boolean',
|
|
69
69
|
:'size' => :'Integer',
|
|
70
70
|
:'number' => :'Integer',
|
|
71
|
+
:'first' => :'Boolean',
|
|
71
72
|
:'number_of_elements' => :'Integer',
|
|
72
73
|
:'sort' => :'SortObject',
|
|
73
|
-
:'first' => :'Boolean',
|
|
74
74
|
:'empty' => :'Boolean'
|
|
75
75
|
}
|
|
76
76
|
end
|
|
@@ -112,14 +112,14 @@ module MailSlurpClient
|
|
|
112
112
|
end
|
|
113
113
|
end
|
|
114
114
|
|
|
115
|
-
if attributes.key?(:'total_elements')
|
|
116
|
-
self.total_elements = attributes[:'total_elements']
|
|
117
|
-
end
|
|
118
|
-
|
|
119
115
|
if attributes.key?(:'total_pages')
|
|
120
116
|
self.total_pages = attributes[:'total_pages']
|
|
121
117
|
end
|
|
122
118
|
|
|
119
|
+
if attributes.key?(:'total_elements')
|
|
120
|
+
self.total_elements = attributes[:'total_elements']
|
|
121
|
+
end
|
|
122
|
+
|
|
123
123
|
if attributes.key?(:'last')
|
|
124
124
|
self.last = attributes[:'last']
|
|
125
125
|
end
|
|
@@ -132,6 +132,10 @@ module MailSlurpClient
|
|
|
132
132
|
self.number = attributes[:'number']
|
|
133
133
|
end
|
|
134
134
|
|
|
135
|
+
if attributes.key?(:'first')
|
|
136
|
+
self.first = attributes[:'first']
|
|
137
|
+
end
|
|
138
|
+
|
|
135
139
|
if attributes.key?(:'number_of_elements')
|
|
136
140
|
self.number_of_elements = attributes[:'number_of_elements']
|
|
137
141
|
end
|
|
@@ -140,10 +144,6 @@ module MailSlurpClient
|
|
|
140
144
|
self.sort = attributes[:'sort']
|
|
141
145
|
end
|
|
142
146
|
|
|
143
|
-
if attributes.key?(:'first')
|
|
144
|
-
self.first = attributes[:'first']
|
|
145
|
-
end
|
|
146
|
-
|
|
147
147
|
if attributes.key?(:'empty')
|
|
148
148
|
self.empty = attributes[:'empty']
|
|
149
149
|
end
|
|
@@ -157,14 +157,14 @@ module MailSlurpClient
|
|
|
157
157
|
invalid_properties.push('invalid value for "columns", columns cannot be nil.')
|
|
158
158
|
end
|
|
159
159
|
|
|
160
|
-
if @total_elements.nil?
|
|
161
|
-
invalid_properties.push('invalid value for "total_elements", total_elements cannot be nil.')
|
|
162
|
-
end
|
|
163
|
-
|
|
164
160
|
if @total_pages.nil?
|
|
165
161
|
invalid_properties.push('invalid value for "total_pages", total_pages cannot be nil.')
|
|
166
162
|
end
|
|
167
163
|
|
|
164
|
+
if @total_elements.nil?
|
|
165
|
+
invalid_properties.push('invalid value for "total_elements", total_elements cannot be nil.')
|
|
166
|
+
end
|
|
167
|
+
|
|
168
168
|
invalid_properties
|
|
169
169
|
end
|
|
170
170
|
|
|
@@ -172,8 +172,8 @@ module MailSlurpClient
|
|
|
172
172
|
# @return true if the model is valid
|
|
173
173
|
def valid?
|
|
174
174
|
return false if @columns.nil?
|
|
175
|
-
return false if @total_elements.nil?
|
|
176
175
|
return false if @total_pages.nil?
|
|
176
|
+
return false if @total_elements.nil?
|
|
177
177
|
true
|
|
178
178
|
end
|
|
179
179
|
|
|
@@ -185,14 +185,14 @@ module MailSlurpClient
|
|
|
185
185
|
content == o.content &&
|
|
186
186
|
pageable == o.pageable &&
|
|
187
187
|
columns == o.columns &&
|
|
188
|
-
total_elements == o.total_elements &&
|
|
189
188
|
total_pages == o.total_pages &&
|
|
189
|
+
total_elements == o.total_elements &&
|
|
190
190
|
last == o.last &&
|
|
191
191
|
size == o.size &&
|
|
192
192
|
number == o.number &&
|
|
193
|
+
first == o.first &&
|
|
193
194
|
number_of_elements == o.number_of_elements &&
|
|
194
195
|
sort == o.sort &&
|
|
195
|
-
first == o.first &&
|
|
196
196
|
empty == o.empty
|
|
197
197
|
end
|
|
198
198
|
|
|
@@ -205,7 +205,7 @@ module MailSlurpClient
|
|
|
205
205
|
# Calculates hash code according to all attributes.
|
|
206
206
|
# @return [Integer] Hash code
|
|
207
207
|
def hash
|
|
208
|
-
[content, pageable, columns,
|
|
208
|
+
[content, pageable, columns, total_pages, total_elements, last, size, number, first, number_of_elements, sort, empty].hash
|
|
209
209
|
end
|
|
210
210
|
|
|
211
211
|
# Builds the object from hash
|
|
@@ -19,22 +19,22 @@ module MailSlurpClient
|
|
|
19
19
|
|
|
20
20
|
attr_accessor :pageable
|
|
21
21
|
|
|
22
|
-
attr_accessor :total_elements
|
|
23
|
-
|
|
24
22
|
attr_accessor :total_pages
|
|
25
23
|
|
|
24
|
+
attr_accessor :total_elements
|
|
25
|
+
|
|
26
26
|
attr_accessor :last
|
|
27
27
|
|
|
28
28
|
attr_accessor :size
|
|
29
29
|
|
|
30
30
|
attr_accessor :number
|
|
31
31
|
|
|
32
|
+
attr_accessor :first
|
|
33
|
+
|
|
32
34
|
attr_accessor :number_of_elements
|
|
33
35
|
|
|
34
36
|
attr_accessor :sort
|
|
35
37
|
|
|
36
|
-
attr_accessor :first
|
|
37
|
-
|
|
38
38
|
attr_accessor :empty
|
|
39
39
|
|
|
40
40
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -42,14 +42,14 @@ module MailSlurpClient
|
|
|
42
42
|
{
|
|
43
43
|
:'content' => :'content',
|
|
44
44
|
:'pageable' => :'pageable',
|
|
45
|
-
:'total_elements' => :'totalElements',
|
|
46
45
|
:'total_pages' => :'totalPages',
|
|
46
|
+
:'total_elements' => :'totalElements',
|
|
47
47
|
:'last' => :'last',
|
|
48
48
|
:'size' => :'size',
|
|
49
49
|
:'number' => :'number',
|
|
50
|
+
:'first' => :'first',
|
|
50
51
|
:'number_of_elements' => :'numberOfElements',
|
|
51
52
|
:'sort' => :'sort',
|
|
52
|
-
:'first' => :'first',
|
|
53
53
|
:'empty' => :'empty'
|
|
54
54
|
}
|
|
55
55
|
end
|
|
@@ -59,14 +59,14 @@ module MailSlurpClient
|
|
|
59
59
|
{
|
|
60
60
|
:'content' => :'Array<AliasProjection>',
|
|
61
61
|
:'pageable' => :'PageableObject',
|
|
62
|
-
:'total_elements' => :'Integer',
|
|
63
62
|
:'total_pages' => :'Integer',
|
|
63
|
+
:'total_elements' => :'Integer',
|
|
64
64
|
:'last' => :'Boolean',
|
|
65
65
|
:'size' => :'Integer',
|
|
66
66
|
:'number' => :'Integer',
|
|
67
|
+
:'first' => :'Boolean',
|
|
67
68
|
:'number_of_elements' => :'Integer',
|
|
68
69
|
:'sort' => :'SortObject',
|
|
69
|
-
:'first' => :'Boolean',
|
|
70
70
|
:'empty' => :'Boolean'
|
|
71
71
|
}
|
|
72
72
|
end
|
|
@@ -102,14 +102,14 @@ module MailSlurpClient
|
|
|
102
102
|
self.pageable = attributes[:'pageable']
|
|
103
103
|
end
|
|
104
104
|
|
|
105
|
-
if attributes.key?(:'total_elements')
|
|
106
|
-
self.total_elements = attributes[:'total_elements']
|
|
107
|
-
end
|
|
108
|
-
|
|
109
105
|
if attributes.key?(:'total_pages')
|
|
110
106
|
self.total_pages = attributes[:'total_pages']
|
|
111
107
|
end
|
|
112
108
|
|
|
109
|
+
if attributes.key?(:'total_elements')
|
|
110
|
+
self.total_elements = attributes[:'total_elements']
|
|
111
|
+
end
|
|
112
|
+
|
|
113
113
|
if attributes.key?(:'last')
|
|
114
114
|
self.last = attributes[:'last']
|
|
115
115
|
end
|
|
@@ -122,6 +122,10 @@ module MailSlurpClient
|
|
|
122
122
|
self.number = attributes[:'number']
|
|
123
123
|
end
|
|
124
124
|
|
|
125
|
+
if attributes.key?(:'first')
|
|
126
|
+
self.first = attributes[:'first']
|
|
127
|
+
end
|
|
128
|
+
|
|
125
129
|
if attributes.key?(:'number_of_elements')
|
|
126
130
|
self.number_of_elements = attributes[:'number_of_elements']
|
|
127
131
|
end
|
|
@@ -130,10 +134,6 @@ module MailSlurpClient
|
|
|
130
134
|
self.sort = attributes[:'sort']
|
|
131
135
|
end
|
|
132
136
|
|
|
133
|
-
if attributes.key?(:'first')
|
|
134
|
-
self.first = attributes[:'first']
|
|
135
|
-
end
|
|
136
|
-
|
|
137
137
|
if attributes.key?(:'empty')
|
|
138
138
|
self.empty = attributes[:'empty']
|
|
139
139
|
end
|
|
@@ -143,22 +143,22 @@ module MailSlurpClient
|
|
|
143
143
|
# @return Array for valid properties with the reasons
|
|
144
144
|
def list_invalid_properties
|
|
145
145
|
invalid_properties = Array.new
|
|
146
|
-
if @total_elements.nil?
|
|
147
|
-
invalid_properties.push('invalid value for "total_elements", total_elements cannot be nil.')
|
|
148
|
-
end
|
|
149
|
-
|
|
150
146
|
if @total_pages.nil?
|
|
151
147
|
invalid_properties.push('invalid value for "total_pages", total_pages cannot be nil.')
|
|
152
148
|
end
|
|
153
149
|
|
|
150
|
+
if @total_elements.nil?
|
|
151
|
+
invalid_properties.push('invalid value for "total_elements", total_elements cannot be nil.')
|
|
152
|
+
end
|
|
153
|
+
|
|
154
154
|
invalid_properties
|
|
155
155
|
end
|
|
156
156
|
|
|
157
157
|
# Check to see if the all the properties in the model are valid
|
|
158
158
|
# @return true if the model is valid
|
|
159
159
|
def valid?
|
|
160
|
-
return false if @total_elements.nil?
|
|
161
160
|
return false if @total_pages.nil?
|
|
161
|
+
return false if @total_elements.nil?
|
|
162
162
|
true
|
|
163
163
|
end
|
|
164
164
|
|
|
@@ -169,14 +169,14 @@ module MailSlurpClient
|
|
|
169
169
|
self.class == o.class &&
|
|
170
170
|
content == o.content &&
|
|
171
171
|
pageable == o.pageable &&
|
|
172
|
-
total_elements == o.total_elements &&
|
|
173
172
|
total_pages == o.total_pages &&
|
|
173
|
+
total_elements == o.total_elements &&
|
|
174
174
|
last == o.last &&
|
|
175
175
|
size == o.size &&
|
|
176
176
|
number == o.number &&
|
|
177
|
+
first == o.first &&
|
|
177
178
|
number_of_elements == o.number_of_elements &&
|
|
178
179
|
sort == o.sort &&
|
|
179
|
-
first == o.first &&
|
|
180
180
|
empty == o.empty
|
|
181
181
|
end
|
|
182
182
|
|
|
@@ -189,7 +189,7 @@ module MailSlurpClient
|
|
|
189
189
|
# Calculates hash code according to all attributes.
|
|
190
190
|
# @return [Integer] Hash code
|
|
191
191
|
def hash
|
|
192
|
-
[content, pageable,
|
|
192
|
+
[content, pageable, total_pages, total_elements, last, size, number, first, number_of_elements, sort, empty].hash
|
|
193
193
|
end
|
|
194
194
|
|
|
195
195
|
# Builds the object from hash
|
|
@@ -19,22 +19,22 @@ module MailSlurpClient
|
|
|
19
19
|
|
|
20
20
|
attr_accessor :pageable
|
|
21
21
|
|
|
22
|
-
attr_accessor :total_elements
|
|
23
|
-
|
|
24
22
|
attr_accessor :total_pages
|
|
25
23
|
|
|
24
|
+
attr_accessor :total_elements
|
|
25
|
+
|
|
26
26
|
attr_accessor :last
|
|
27
27
|
|
|
28
28
|
attr_accessor :size
|
|
29
29
|
|
|
30
30
|
attr_accessor :number
|
|
31
31
|
|
|
32
|
+
attr_accessor :first
|
|
33
|
+
|
|
32
34
|
attr_accessor :number_of_elements
|
|
33
35
|
|
|
34
36
|
attr_accessor :sort
|
|
35
37
|
|
|
36
|
-
attr_accessor :first
|
|
37
|
-
|
|
38
38
|
attr_accessor :empty
|
|
39
39
|
|
|
40
40
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -42,14 +42,14 @@ module MailSlurpClient
|
|
|
42
42
|
{
|
|
43
43
|
:'content' => :'content',
|
|
44
44
|
:'pageable' => :'pageable',
|
|
45
|
-
:'total_elements' => :'totalElements',
|
|
46
45
|
:'total_pages' => :'totalPages',
|
|
46
|
+
:'total_elements' => :'totalElements',
|
|
47
47
|
:'last' => :'last',
|
|
48
48
|
:'size' => :'size',
|
|
49
49
|
:'number' => :'number',
|
|
50
|
+
:'first' => :'first',
|
|
50
51
|
:'number_of_elements' => :'numberOfElements',
|
|
51
52
|
:'sort' => :'sort',
|
|
52
|
-
:'first' => :'first',
|
|
53
53
|
:'empty' => :'empty'
|
|
54
54
|
}
|
|
55
55
|
end
|
|
@@ -59,14 +59,14 @@ module MailSlurpClient
|
|
|
59
59
|
{
|
|
60
60
|
:'content' => :'Array<AliasThreadProjection>',
|
|
61
61
|
:'pageable' => :'PageableObject',
|
|
62
|
-
:'total_elements' => :'Integer',
|
|
63
62
|
:'total_pages' => :'Integer',
|
|
63
|
+
:'total_elements' => :'Integer',
|
|
64
64
|
:'last' => :'Boolean',
|
|
65
65
|
:'size' => :'Integer',
|
|
66
66
|
:'number' => :'Integer',
|
|
67
|
+
:'first' => :'Boolean',
|
|
67
68
|
:'number_of_elements' => :'Integer',
|
|
68
69
|
:'sort' => :'SortObject',
|
|
69
|
-
:'first' => :'Boolean',
|
|
70
70
|
:'empty' => :'Boolean'
|
|
71
71
|
}
|
|
72
72
|
end
|
|
@@ -102,14 +102,14 @@ module MailSlurpClient
|
|
|
102
102
|
self.pageable = attributes[:'pageable']
|
|
103
103
|
end
|
|
104
104
|
|
|
105
|
-
if attributes.key?(:'total_elements')
|
|
106
|
-
self.total_elements = attributes[:'total_elements']
|
|
107
|
-
end
|
|
108
|
-
|
|
109
105
|
if attributes.key?(:'total_pages')
|
|
110
106
|
self.total_pages = attributes[:'total_pages']
|
|
111
107
|
end
|
|
112
108
|
|
|
109
|
+
if attributes.key?(:'total_elements')
|
|
110
|
+
self.total_elements = attributes[:'total_elements']
|
|
111
|
+
end
|
|
112
|
+
|
|
113
113
|
if attributes.key?(:'last')
|
|
114
114
|
self.last = attributes[:'last']
|
|
115
115
|
end
|
|
@@ -122,6 +122,10 @@ module MailSlurpClient
|
|
|
122
122
|
self.number = attributes[:'number']
|
|
123
123
|
end
|
|
124
124
|
|
|
125
|
+
if attributes.key?(:'first')
|
|
126
|
+
self.first = attributes[:'first']
|
|
127
|
+
end
|
|
128
|
+
|
|
125
129
|
if attributes.key?(:'number_of_elements')
|
|
126
130
|
self.number_of_elements = attributes[:'number_of_elements']
|
|
127
131
|
end
|
|
@@ -130,10 +134,6 @@ module MailSlurpClient
|
|
|
130
134
|
self.sort = attributes[:'sort']
|
|
131
135
|
end
|
|
132
136
|
|
|
133
|
-
if attributes.key?(:'first')
|
|
134
|
-
self.first = attributes[:'first']
|
|
135
|
-
end
|
|
136
|
-
|
|
137
137
|
if attributes.key?(:'empty')
|
|
138
138
|
self.empty = attributes[:'empty']
|
|
139
139
|
end
|
|
@@ -143,22 +143,22 @@ module MailSlurpClient
|
|
|
143
143
|
# @return Array for valid properties with the reasons
|
|
144
144
|
def list_invalid_properties
|
|
145
145
|
invalid_properties = Array.new
|
|
146
|
-
if @total_elements.nil?
|
|
147
|
-
invalid_properties.push('invalid value for "total_elements", total_elements cannot be nil.')
|
|
148
|
-
end
|
|
149
|
-
|
|
150
146
|
if @total_pages.nil?
|
|
151
147
|
invalid_properties.push('invalid value for "total_pages", total_pages cannot be nil.')
|
|
152
148
|
end
|
|
153
149
|
|
|
150
|
+
if @total_elements.nil?
|
|
151
|
+
invalid_properties.push('invalid value for "total_elements", total_elements cannot be nil.')
|
|
152
|
+
end
|
|
153
|
+
|
|
154
154
|
invalid_properties
|
|
155
155
|
end
|
|
156
156
|
|
|
157
157
|
# Check to see if the all the properties in the model are valid
|
|
158
158
|
# @return true if the model is valid
|
|
159
159
|
def valid?
|
|
160
|
-
return false if @total_elements.nil?
|
|
161
160
|
return false if @total_pages.nil?
|
|
161
|
+
return false if @total_elements.nil?
|
|
162
162
|
true
|
|
163
163
|
end
|
|
164
164
|
|
|
@@ -169,14 +169,14 @@ module MailSlurpClient
|
|
|
169
169
|
self.class == o.class &&
|
|
170
170
|
content == o.content &&
|
|
171
171
|
pageable == o.pageable &&
|
|
172
|
-
total_elements == o.total_elements &&
|
|
173
172
|
total_pages == o.total_pages &&
|
|
173
|
+
total_elements == o.total_elements &&
|
|
174
174
|
last == o.last &&
|
|
175
175
|
size == o.size &&
|
|
176
176
|
number == o.number &&
|
|
177
|
+
first == o.first &&
|
|
177
178
|
number_of_elements == o.number_of_elements &&
|
|
178
179
|
sort == o.sort &&
|
|
179
|
-
first == o.first &&
|
|
180
180
|
empty == o.empty
|
|
181
181
|
end
|
|
182
182
|
|
|
@@ -189,7 +189,7 @@ module MailSlurpClient
|
|
|
189
189
|
# Calculates hash code according to all attributes.
|
|
190
190
|
# @return [Integer] Hash code
|
|
191
191
|
def hash
|
|
192
|
-
[content, pageable,
|
|
192
|
+
[content, pageable, total_pages, total_elements, last, size, number, first, number_of_elements, sort, empty].hash
|
|
193
193
|
end
|
|
194
194
|
|
|
195
195
|
# Builds the object from hash
|
|
@@ -19,22 +19,22 @@ module MailSlurpClient
|
|
|
19
19
|
|
|
20
20
|
attr_accessor :pageable
|
|
21
21
|
|
|
22
|
-
attr_accessor :total_elements
|
|
23
|
-
|
|
24
22
|
attr_accessor :total_pages
|
|
25
23
|
|
|
24
|
+
attr_accessor :total_elements
|
|
25
|
+
|
|
26
26
|
attr_accessor :last
|
|
27
27
|
|
|
28
28
|
attr_accessor :size
|
|
29
29
|
|
|
30
30
|
attr_accessor :number
|
|
31
31
|
|
|
32
|
+
attr_accessor :first
|
|
33
|
+
|
|
32
34
|
attr_accessor :number_of_elements
|
|
33
35
|
|
|
34
36
|
attr_accessor :sort
|
|
35
37
|
|
|
36
|
-
attr_accessor :first
|
|
37
|
-
|
|
38
38
|
attr_accessor :empty
|
|
39
39
|
|
|
40
40
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -42,14 +42,14 @@ module MailSlurpClient
|
|
|
42
42
|
{
|
|
43
43
|
:'content' => :'content',
|
|
44
44
|
:'pageable' => :'pageable',
|
|
45
|
-
:'total_elements' => :'totalElements',
|
|
46
45
|
:'total_pages' => :'totalPages',
|
|
46
|
+
:'total_elements' => :'totalElements',
|
|
47
47
|
:'last' => :'last',
|
|
48
48
|
:'size' => :'size',
|
|
49
49
|
:'number' => :'number',
|
|
50
|
+
:'first' => :'first',
|
|
50
51
|
:'number_of_elements' => :'numberOfElements',
|
|
51
52
|
:'sort' => :'sort',
|
|
52
|
-
:'first' => :'first',
|
|
53
53
|
:'empty' => :'empty'
|
|
54
54
|
}
|
|
55
55
|
end
|
|
@@ -59,14 +59,14 @@ module MailSlurpClient
|
|
|
59
59
|
{
|
|
60
60
|
:'content' => :'Array<AttachmentProjection>',
|
|
61
61
|
:'pageable' => :'PageableObject',
|
|
62
|
-
:'total_elements' => :'Integer',
|
|
63
62
|
:'total_pages' => :'Integer',
|
|
63
|
+
:'total_elements' => :'Integer',
|
|
64
64
|
:'last' => :'Boolean',
|
|
65
65
|
:'size' => :'Integer',
|
|
66
66
|
:'number' => :'Integer',
|
|
67
|
+
:'first' => :'Boolean',
|
|
67
68
|
:'number_of_elements' => :'Integer',
|
|
68
69
|
:'sort' => :'SortObject',
|
|
69
|
-
:'first' => :'Boolean',
|
|
70
70
|
:'empty' => :'Boolean'
|
|
71
71
|
}
|
|
72
72
|
end
|
|
@@ -102,14 +102,14 @@ module MailSlurpClient
|
|
|
102
102
|
self.pageable = attributes[:'pageable']
|
|
103
103
|
end
|
|
104
104
|
|
|
105
|
-
if attributes.key?(:'total_elements')
|
|
106
|
-
self.total_elements = attributes[:'total_elements']
|
|
107
|
-
end
|
|
108
|
-
|
|
109
105
|
if attributes.key?(:'total_pages')
|
|
110
106
|
self.total_pages = attributes[:'total_pages']
|
|
111
107
|
end
|
|
112
108
|
|
|
109
|
+
if attributes.key?(:'total_elements')
|
|
110
|
+
self.total_elements = attributes[:'total_elements']
|
|
111
|
+
end
|
|
112
|
+
|
|
113
113
|
if attributes.key?(:'last')
|
|
114
114
|
self.last = attributes[:'last']
|
|
115
115
|
end
|
|
@@ -122,6 +122,10 @@ module MailSlurpClient
|
|
|
122
122
|
self.number = attributes[:'number']
|
|
123
123
|
end
|
|
124
124
|
|
|
125
|
+
if attributes.key?(:'first')
|
|
126
|
+
self.first = attributes[:'first']
|
|
127
|
+
end
|
|
128
|
+
|
|
125
129
|
if attributes.key?(:'number_of_elements')
|
|
126
130
|
self.number_of_elements = attributes[:'number_of_elements']
|
|
127
131
|
end
|
|
@@ -130,10 +134,6 @@ module MailSlurpClient
|
|
|
130
134
|
self.sort = attributes[:'sort']
|
|
131
135
|
end
|
|
132
136
|
|
|
133
|
-
if attributes.key?(:'first')
|
|
134
|
-
self.first = attributes[:'first']
|
|
135
|
-
end
|
|
136
|
-
|
|
137
137
|
if attributes.key?(:'empty')
|
|
138
138
|
self.empty = attributes[:'empty']
|
|
139
139
|
end
|
|
@@ -143,22 +143,22 @@ module MailSlurpClient
|
|
|
143
143
|
# @return Array for valid properties with the reasons
|
|
144
144
|
def list_invalid_properties
|
|
145
145
|
invalid_properties = Array.new
|
|
146
|
-
if @total_elements.nil?
|
|
147
|
-
invalid_properties.push('invalid value for "total_elements", total_elements cannot be nil.')
|
|
148
|
-
end
|
|
149
|
-
|
|
150
146
|
if @total_pages.nil?
|
|
151
147
|
invalid_properties.push('invalid value for "total_pages", total_pages cannot be nil.')
|
|
152
148
|
end
|
|
153
149
|
|
|
150
|
+
if @total_elements.nil?
|
|
151
|
+
invalid_properties.push('invalid value for "total_elements", total_elements cannot be nil.')
|
|
152
|
+
end
|
|
153
|
+
|
|
154
154
|
invalid_properties
|
|
155
155
|
end
|
|
156
156
|
|
|
157
157
|
# Check to see if the all the properties in the model are valid
|
|
158
158
|
# @return true if the model is valid
|
|
159
159
|
def valid?
|
|
160
|
-
return false if @total_elements.nil?
|
|
161
160
|
return false if @total_pages.nil?
|
|
161
|
+
return false if @total_elements.nil?
|
|
162
162
|
true
|
|
163
163
|
end
|
|
164
164
|
|
|
@@ -169,14 +169,14 @@ module MailSlurpClient
|
|
|
169
169
|
self.class == o.class &&
|
|
170
170
|
content == o.content &&
|
|
171
171
|
pageable == o.pageable &&
|
|
172
|
-
total_elements == o.total_elements &&
|
|
173
172
|
total_pages == o.total_pages &&
|
|
173
|
+
total_elements == o.total_elements &&
|
|
174
174
|
last == o.last &&
|
|
175
175
|
size == o.size &&
|
|
176
176
|
number == o.number &&
|
|
177
|
+
first == o.first &&
|
|
177
178
|
number_of_elements == o.number_of_elements &&
|
|
178
179
|
sort == o.sort &&
|
|
179
|
-
first == o.first &&
|
|
180
180
|
empty == o.empty
|
|
181
181
|
end
|
|
182
182
|
|
|
@@ -189,7 +189,7 @@ module MailSlurpClient
|
|
|
189
189
|
# Calculates hash code according to all attributes.
|
|
190
190
|
# @return [Integer] Hash code
|
|
191
191
|
def hash
|
|
192
|
-
[content, pageable,
|
|
192
|
+
[content, pageable, total_pages, total_elements, last, size, number, first, number_of_elements, sort, empty].hash
|
|
193
193
|
end
|
|
194
194
|
|
|
195
195
|
# Builds the object from hash
|