sendmux-mailbox 1.0.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 +7 -0
- data/CHANGELOG.md +12 -0
- data/README.md +3 -0
- data/lib/sendmux/mailbox/client.rb +34 -0
- data/lib/sendmux/mailbox/version.rb +7 -0
- data/lib/sendmux/mailbox.rb +12 -0
- data/lib/sendmux_mailbox_generated/api/mailbox_api_api.rb +3226 -0
- data/lib/sendmux_mailbox_generated/api_client.rb +441 -0
- data/lib/sendmux_mailbox_generated/api_error.rb +58 -0
- data/lib/sendmux_mailbox_generated/api_model_base.rb +88 -0
- data/lib/sendmux_mailbox_generated/configuration.rb +393 -0
- data/lib/sendmux_mailbox_generated/models/api_error_detail.rb +219 -0
- data/lib/sendmux_mailbox_generated/models/api_error_error.rb +275 -0
- data/lib/sendmux_mailbox_generated/models/api_error_meta.rb +164 -0
- data/lib/sendmux_mailbox_generated/models/api_error_response.rb +216 -0
- data/lib/sendmux_mailbox_generated/models/batch_delete_mailbox_messages_body.rb +204 -0
- data/lib/sendmux_mailbox_generated/models/batch_update_mailbox_messages_body.rb +224 -0
- data/lib/sendmux_mailbox_generated/models/create_mailbox_folder_body.rb +183 -0
- data/lib/sendmux_mailbox_generated/models/cursor_pagination.rb +173 -0
- data/lib/sendmux_mailbox_generated/models/mailbox.rb +284 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_address.rb +176 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_attachment.rb +248 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_attachment_upload_result.rb +243 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_attachment_upload_result_response.rb +223 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_batch_delete_messages_result.rb +248 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_batch_delete_messages_result_response.rb +223 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_batch_get_body.rb +363 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_batch_get_item.rb +188 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_batch_get_result.rb +220 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_batch_get_result_response.rb +223 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_batch_get_result_states.rb +150 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_batch_message_failure.rb +216 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_batch_message_states.rb +162 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_batch_update_messages_result.rb +248 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_batch_update_messages_result_response.rb +223 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_changes.rb +297 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_changes_response.rb +223 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_content_headers.rb +214 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_content_headers_full_inner.rb +190 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_content_headers_selected.rb +234 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_folder.rb +307 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_folder_cursor_list_response.rb +251 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_folder_deleted_response.rb +223 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_folder_deleted_response_all_of_data.rb +190 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_folder_query_changes.rb +270 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_folder_query_changes_added_inner.rb +190 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_folder_query_changes_response.rb +223 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_folder_response.rb +223 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_get_changes200_response.rb +103 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_identity.rb +352 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_identity_cursor_list_response.rb +251 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_identity_response.rb +223 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_me.rb +301 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_me_item_response.rb +223 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_message.rb +515 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_message_content.rb +348 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_message_content_body.rb +327 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_message_content_dates.rb +162 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_message_content_participants.rb +276 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_message_content_response.rb +223 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_message_content_response_all_of_data.rb +355 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_message_content_states.rb +176 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_message_count.rb +176 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_message_count_response.rb +223 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_message_deleted_response.rb +223 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_message_detail_response.rb +223 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_message_flags.rb +242 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_message_query_changes.rb +270 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_message_query_changes_response.rb +223 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_message_summary.rb +456 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_message_summary_cursor_list_response.rb +251 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_message_summary_from.rb +183 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_quota.rb +359 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_quota_cursor_list_response.rb +251 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_raw_body.rb +279 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_raw_body_body.rb +200 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_raw_body_response.rb +223 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_raw_body_response_all_of_data.rb +286 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_realtime_event.rb +380 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_realtime_message.rb +529 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_realtime_message_all_of_body.rb +214 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_search_snippet.rb +190 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_search_snippets_result.rb +206 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_search_snippets_result_response.rb +223 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_send_result_response.rb +223 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_send_scope.rb +213 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_session.rb +294 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_session_capabilities.rb +346 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_session_capabilities_attachments.rb +294 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_session_capabilities_folders.rb +320 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_session_capabilities_identities.rb +268 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_session_capabilities_messages.rb +516 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_session_capabilities_quotas.rb +242 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_session_capabilities_submissions.rb +242 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_session_capabilities_sync.rb +222 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_session_capabilities_threads.rb +268 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_session_endpoints.rb +334 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_session_gated.rb +451 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_session_limits.rb +398 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_session_mailbox.rb +203 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_session_response.rb +223 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_session_states.rb +294 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_submission.rb +321 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_submission_cursor_list_response.rb +251 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_submission_delivery_status.rb +200 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_submission_envelope.rb +178 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_submission_envelope_address.rb +178 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_submission_envelope_rcpt_to_inner.rb +185 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_submission_response.rb +223 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_thread.rb +398 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_thread_content_meta.rb +244 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_thread_content_meta_states.rb +188 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_thread_content_response.rb +251 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_thread_content_response_all_of_data.rb +355 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_thread_detail_response.rb +223 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_thread_summary.rb +363 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_thread_summary_cursor_list_response.rb +251 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_thread_summary_last_message.rb +463 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_thread_summary_states.rb +162 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_typed_changes.rb +164 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_typed_changes_response.rb +223 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_typed_changes_types.rb +192 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_usage.rb +192 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_usage_resource.rb +408 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_usage_response.rb +223 -0
- data/lib/sendmux_mailbox_generated/models/mailbox_usage_states.rb +150 -0
- data/lib/sendmux_mailbox_generated/models/patch_mailbox_folder_body.rb +166 -0
- data/lib/sendmux_mailbox_generated/models/patch_mailbox_message_body.rb +168 -0
- data/lib/sendmux_mailbox_generated/models/response_meta.rb +164 -0
- data/lib/sendmux_mailbox_generated/models/send_mailbox_message_body.rb +283 -0
- data/lib/sendmux_mailbox_generated/models/send_mailbox_message_body_attachments_inner.rb +103 -0
- data/lib/sendmux_mailbox_generated/models/send_mailbox_message_body_attachments_inner_any_of.rb +217 -0
- data/lib/sendmux_mailbox_generated/models/send_mailbox_message_body_attachments_inner_any_of1.rb +217 -0
- data/lib/sendmux_mailbox_generated/models/send_mailbox_message_result.rb +214 -0
- data/lib/sendmux_mailbox_generated/models/success_envelope.rb +192 -0
- data/lib/sendmux_mailbox_generated/models/update_mailbox_identity_body.rb +216 -0
- data/lib/sendmux_mailbox_generated/version.rb +15 -0
- data/lib/sendmux_mailbox_generated.rb +166 -0
- metadata +255 -0
|
@@ -0,0 +1,363 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Sendmux API
|
|
3
|
+
|
|
4
|
+
#Programmatic access to your Sendmux email infrastructure.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.0.0
|
|
7
|
+
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
Generator version: 7.22.0
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'date'
|
|
14
|
+
require 'time'
|
|
15
|
+
|
|
16
|
+
module Sendmux::Mailbox::Generated
|
|
17
|
+
class MailboxBatchGetBody < ApiModelBase
|
|
18
|
+
attr_accessor :body_mode
|
|
19
|
+
|
|
20
|
+
attr_accessor :ids
|
|
21
|
+
|
|
22
|
+
attr_accessor :include_attachments
|
|
23
|
+
|
|
24
|
+
attr_accessor :include_headers
|
|
25
|
+
|
|
26
|
+
attr_accessor :include_html
|
|
27
|
+
|
|
28
|
+
attr_accessor :include_links
|
|
29
|
+
|
|
30
|
+
attr_accessor :max_body_chars
|
|
31
|
+
|
|
32
|
+
attr_accessor :part
|
|
33
|
+
|
|
34
|
+
attr_accessor :strip_quotes
|
|
35
|
+
|
|
36
|
+
attr_accessor :strip_signature
|
|
37
|
+
|
|
38
|
+
class EnumAttributeValidator
|
|
39
|
+
attr_reader :datatype
|
|
40
|
+
attr_reader :allowable_values
|
|
41
|
+
|
|
42
|
+
def initialize(datatype, allowable_values)
|
|
43
|
+
@allowable_values = allowable_values.map do |value|
|
|
44
|
+
case datatype.to_s
|
|
45
|
+
when /Integer/i
|
|
46
|
+
value.to_i
|
|
47
|
+
when /Float/i
|
|
48
|
+
value.to_f
|
|
49
|
+
else
|
|
50
|
+
value
|
|
51
|
+
end
|
|
52
|
+
end
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
def valid?(value)
|
|
56
|
+
!value || allowable_values.include?(value)
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
|
|
60
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
61
|
+
def self.attribute_map
|
|
62
|
+
{
|
|
63
|
+
:'body_mode' => :'body_mode',
|
|
64
|
+
:'ids' => :'ids',
|
|
65
|
+
:'include_attachments' => :'include_attachments',
|
|
66
|
+
:'include_headers' => :'include_headers',
|
|
67
|
+
:'include_html' => :'include_html',
|
|
68
|
+
:'include_links' => :'include_links',
|
|
69
|
+
:'max_body_chars' => :'max_body_chars',
|
|
70
|
+
:'part' => :'part',
|
|
71
|
+
:'strip_quotes' => :'strip_quotes',
|
|
72
|
+
:'strip_signature' => :'strip_signature'
|
|
73
|
+
}
|
|
74
|
+
end
|
|
75
|
+
|
|
76
|
+
# Returns attribute mapping this model knows about
|
|
77
|
+
def self.acceptable_attribute_map
|
|
78
|
+
attribute_map
|
|
79
|
+
end
|
|
80
|
+
|
|
81
|
+
# Returns all the JSON keys this model knows about
|
|
82
|
+
def self.acceptable_attributes
|
|
83
|
+
acceptable_attribute_map.values
|
|
84
|
+
end
|
|
85
|
+
|
|
86
|
+
# Attribute type mapping.
|
|
87
|
+
def self.openapi_types
|
|
88
|
+
{
|
|
89
|
+
:'body_mode' => :'String',
|
|
90
|
+
:'ids' => :'Array<String>',
|
|
91
|
+
:'include_attachments' => :'String',
|
|
92
|
+
:'include_headers' => :'String',
|
|
93
|
+
:'include_html' => :'Boolean',
|
|
94
|
+
:'include_links' => :'Boolean',
|
|
95
|
+
:'max_body_chars' => :'Integer',
|
|
96
|
+
:'part' => :'String',
|
|
97
|
+
:'strip_quotes' => :'Boolean',
|
|
98
|
+
:'strip_signature' => :'Boolean'
|
|
99
|
+
}
|
|
100
|
+
end
|
|
101
|
+
|
|
102
|
+
# List of attributes with nullable: true
|
|
103
|
+
def self.openapi_nullable
|
|
104
|
+
Set.new([
|
|
105
|
+
])
|
|
106
|
+
end
|
|
107
|
+
|
|
108
|
+
# Initializes the object
|
|
109
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
110
|
+
def initialize(attributes = {})
|
|
111
|
+
if (!attributes.is_a?(Hash))
|
|
112
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `Sendmux::Mailbox::Generated::MailboxBatchGetBody` initialize method"
|
|
113
|
+
end
|
|
114
|
+
|
|
115
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
|
116
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
|
117
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
118
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
|
119
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `Sendmux::Mailbox::Generated::MailboxBatchGetBody`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
|
120
|
+
end
|
|
121
|
+
h[k.to_sym] = v
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
if attributes.key?(:'body_mode')
|
|
125
|
+
self.body_mode = attributes[:'body_mode']
|
|
126
|
+
end
|
|
127
|
+
|
|
128
|
+
if attributes.key?(:'ids')
|
|
129
|
+
if (value = attributes[:'ids']).is_a?(Array)
|
|
130
|
+
self.ids = value
|
|
131
|
+
end
|
|
132
|
+
else
|
|
133
|
+
self.ids = nil
|
|
134
|
+
end
|
|
135
|
+
|
|
136
|
+
if attributes.key?(:'include_attachments')
|
|
137
|
+
self.include_attachments = attributes[:'include_attachments']
|
|
138
|
+
end
|
|
139
|
+
|
|
140
|
+
if attributes.key?(:'include_headers')
|
|
141
|
+
self.include_headers = attributes[:'include_headers']
|
|
142
|
+
end
|
|
143
|
+
|
|
144
|
+
if attributes.key?(:'include_html')
|
|
145
|
+
self.include_html = attributes[:'include_html']
|
|
146
|
+
end
|
|
147
|
+
|
|
148
|
+
if attributes.key?(:'include_links')
|
|
149
|
+
self.include_links = attributes[:'include_links']
|
|
150
|
+
end
|
|
151
|
+
|
|
152
|
+
if attributes.key?(:'max_body_chars')
|
|
153
|
+
self.max_body_chars = attributes[:'max_body_chars']
|
|
154
|
+
end
|
|
155
|
+
|
|
156
|
+
if attributes.key?(:'part')
|
|
157
|
+
self.part = attributes[:'part']
|
|
158
|
+
end
|
|
159
|
+
|
|
160
|
+
if attributes.key?(:'strip_quotes')
|
|
161
|
+
self.strip_quotes = attributes[:'strip_quotes']
|
|
162
|
+
end
|
|
163
|
+
|
|
164
|
+
if attributes.key?(:'strip_signature')
|
|
165
|
+
self.strip_signature = attributes[:'strip_signature']
|
|
166
|
+
end
|
|
167
|
+
end
|
|
168
|
+
|
|
169
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
|
170
|
+
# @return Array for valid properties with the reasons
|
|
171
|
+
def list_invalid_properties
|
|
172
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
|
173
|
+
invalid_properties = Array.new
|
|
174
|
+
if @ids.nil?
|
|
175
|
+
invalid_properties.push('invalid value for "ids", ids cannot be nil.')
|
|
176
|
+
end
|
|
177
|
+
|
|
178
|
+
if @ids.length > 100
|
|
179
|
+
invalid_properties.push('invalid value for "ids", number of items must be less than or equal to 100.')
|
|
180
|
+
end
|
|
181
|
+
|
|
182
|
+
if @ids.length < 1
|
|
183
|
+
invalid_properties.push('invalid value for "ids", number of items must be greater than or equal to 1.')
|
|
184
|
+
end
|
|
185
|
+
|
|
186
|
+
if !@max_body_chars.nil? && @max_body_chars > 1000000
|
|
187
|
+
invalid_properties.push('invalid value for "max_body_chars", must be smaller than or equal to 1000000.')
|
|
188
|
+
end
|
|
189
|
+
|
|
190
|
+
if !@max_body_chars.nil? && @max_body_chars < 1
|
|
191
|
+
invalid_properties.push('invalid value for "max_body_chars", must be greater than or equal to 1.')
|
|
192
|
+
end
|
|
193
|
+
|
|
194
|
+
invalid_properties
|
|
195
|
+
end
|
|
196
|
+
|
|
197
|
+
# Check to see if the all the properties in the model are valid
|
|
198
|
+
# @return true if the model is valid
|
|
199
|
+
def valid?
|
|
200
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
|
201
|
+
body_mode_validator = EnumAttributeValidator.new('String', ["none", "raw", "clean_json", "unknown_default_open_api"])
|
|
202
|
+
return false unless body_mode_validator.valid?(@body_mode)
|
|
203
|
+
return false if @ids.nil?
|
|
204
|
+
return false if @ids.length > 100
|
|
205
|
+
return false if @ids.length < 1
|
|
206
|
+
include_attachments_validator = EnumAttributeValidator.new('String', ["none", "metadata", "unknown_default_open_api"])
|
|
207
|
+
return false unless include_attachments_validator.valid?(@include_attachments)
|
|
208
|
+
include_headers_validator = EnumAttributeValidator.new('String', ["none", "selected", "full", "unknown_default_open_api"])
|
|
209
|
+
return false unless include_headers_validator.valid?(@include_headers)
|
|
210
|
+
return false if !@max_body_chars.nil? && @max_body_chars > 1000000
|
|
211
|
+
return false if !@max_body_chars.nil? && @max_body_chars < 1
|
|
212
|
+
part_validator = EnumAttributeValidator.new('String', ["auto", "text", "html", "both", "unknown_default_open_api"])
|
|
213
|
+
return false unless part_validator.valid?(@part)
|
|
214
|
+
true
|
|
215
|
+
end
|
|
216
|
+
|
|
217
|
+
# Custom attribute writer method checking allowed values (enum).
|
|
218
|
+
# @param [Object] body_mode Object to be assigned
|
|
219
|
+
def body_mode=(body_mode)
|
|
220
|
+
validator = EnumAttributeValidator.new('String', ["none", "raw", "clean_json", "unknown_default_open_api"])
|
|
221
|
+
unless validator.valid?(body_mode)
|
|
222
|
+
fail ArgumentError, "invalid value for \"body_mode\", must be one of #{validator.allowable_values}."
|
|
223
|
+
end
|
|
224
|
+
@body_mode = body_mode
|
|
225
|
+
end
|
|
226
|
+
|
|
227
|
+
# Custom attribute writer method with validation
|
|
228
|
+
# @param [Object] ids Value to be assigned
|
|
229
|
+
def ids=(ids)
|
|
230
|
+
if ids.nil?
|
|
231
|
+
fail ArgumentError, 'ids cannot be nil'
|
|
232
|
+
end
|
|
233
|
+
|
|
234
|
+
if ids.length > 100
|
|
235
|
+
fail ArgumentError, 'invalid value for "ids", number of items must be less than or equal to 100.'
|
|
236
|
+
end
|
|
237
|
+
|
|
238
|
+
if ids.length < 1
|
|
239
|
+
fail ArgumentError, 'invalid value for "ids", number of items must be greater than or equal to 1.'
|
|
240
|
+
end
|
|
241
|
+
|
|
242
|
+
@ids = ids
|
|
243
|
+
end
|
|
244
|
+
|
|
245
|
+
# Custom attribute writer method checking allowed values (enum).
|
|
246
|
+
# @param [Object] include_attachments Object to be assigned
|
|
247
|
+
def include_attachments=(include_attachments)
|
|
248
|
+
validator = EnumAttributeValidator.new('String', ["none", "metadata", "unknown_default_open_api"])
|
|
249
|
+
unless validator.valid?(include_attachments)
|
|
250
|
+
fail ArgumentError, "invalid value for \"include_attachments\", must be one of #{validator.allowable_values}."
|
|
251
|
+
end
|
|
252
|
+
@include_attachments = include_attachments
|
|
253
|
+
end
|
|
254
|
+
|
|
255
|
+
# Custom attribute writer method checking allowed values (enum).
|
|
256
|
+
# @param [Object] include_headers Object to be assigned
|
|
257
|
+
def include_headers=(include_headers)
|
|
258
|
+
validator = EnumAttributeValidator.new('String', ["none", "selected", "full", "unknown_default_open_api"])
|
|
259
|
+
unless validator.valid?(include_headers)
|
|
260
|
+
fail ArgumentError, "invalid value for \"include_headers\", must be one of #{validator.allowable_values}."
|
|
261
|
+
end
|
|
262
|
+
@include_headers = include_headers
|
|
263
|
+
end
|
|
264
|
+
|
|
265
|
+
# Custom attribute writer method with validation
|
|
266
|
+
# @param [Object] max_body_chars Value to be assigned
|
|
267
|
+
def max_body_chars=(max_body_chars)
|
|
268
|
+
if max_body_chars.nil?
|
|
269
|
+
fail ArgumentError, 'max_body_chars cannot be nil'
|
|
270
|
+
end
|
|
271
|
+
|
|
272
|
+
if max_body_chars > 1000000
|
|
273
|
+
fail ArgumentError, 'invalid value for "max_body_chars", must be smaller than or equal to 1000000.'
|
|
274
|
+
end
|
|
275
|
+
|
|
276
|
+
if max_body_chars < 1
|
|
277
|
+
fail ArgumentError, 'invalid value for "max_body_chars", must be greater than or equal to 1.'
|
|
278
|
+
end
|
|
279
|
+
|
|
280
|
+
@max_body_chars = max_body_chars
|
|
281
|
+
end
|
|
282
|
+
|
|
283
|
+
# Custom attribute writer method checking allowed values (enum).
|
|
284
|
+
# @param [Object] part Object to be assigned
|
|
285
|
+
def part=(part)
|
|
286
|
+
validator = EnumAttributeValidator.new('String', ["auto", "text", "html", "both", "unknown_default_open_api"])
|
|
287
|
+
unless validator.valid?(part)
|
|
288
|
+
fail ArgumentError, "invalid value for \"part\", must be one of #{validator.allowable_values}."
|
|
289
|
+
end
|
|
290
|
+
@part = part
|
|
291
|
+
end
|
|
292
|
+
|
|
293
|
+
# Checks equality by comparing each attribute.
|
|
294
|
+
# @param [Object] Object to be compared
|
|
295
|
+
def ==(o)
|
|
296
|
+
return true if self.equal?(o)
|
|
297
|
+
self.class == o.class &&
|
|
298
|
+
body_mode == o.body_mode &&
|
|
299
|
+
ids == o.ids &&
|
|
300
|
+
include_attachments == o.include_attachments &&
|
|
301
|
+
include_headers == o.include_headers &&
|
|
302
|
+
include_html == o.include_html &&
|
|
303
|
+
include_links == o.include_links &&
|
|
304
|
+
max_body_chars == o.max_body_chars &&
|
|
305
|
+
part == o.part &&
|
|
306
|
+
strip_quotes == o.strip_quotes &&
|
|
307
|
+
strip_signature == o.strip_signature
|
|
308
|
+
end
|
|
309
|
+
|
|
310
|
+
# @see the `==` method
|
|
311
|
+
# @param [Object] Object to be compared
|
|
312
|
+
def eql?(o)
|
|
313
|
+
self == o
|
|
314
|
+
end
|
|
315
|
+
|
|
316
|
+
# Calculates hash code according to all attributes.
|
|
317
|
+
# @return [Integer] Hash code
|
|
318
|
+
def hash
|
|
319
|
+
[body_mode, ids, include_attachments, include_headers, include_html, include_links, max_body_chars, part, strip_quotes, strip_signature].hash
|
|
320
|
+
end
|
|
321
|
+
|
|
322
|
+
# Builds the object from hash
|
|
323
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
324
|
+
# @return [Object] Returns the model itself
|
|
325
|
+
def self.build_from_hash(attributes)
|
|
326
|
+
return nil unless attributes.is_a?(Hash)
|
|
327
|
+
attributes = attributes.transform_keys(&:to_sym)
|
|
328
|
+
transformed_hash = {}
|
|
329
|
+
openapi_types.each_pair do |key, type|
|
|
330
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
331
|
+
transformed_hash["#{key}"] = nil
|
|
332
|
+
elsif type =~ /\AArray<(.*)>/i
|
|
333
|
+
# check to ensure the input is an array given that the attribute
|
|
334
|
+
# is documented as an array but the input is not
|
|
335
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
|
336
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
|
337
|
+
end
|
|
338
|
+
elsif !attributes[attribute_map[key]].nil?
|
|
339
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
|
340
|
+
end
|
|
341
|
+
end
|
|
342
|
+
new(transformed_hash)
|
|
343
|
+
end
|
|
344
|
+
|
|
345
|
+
# Returns the object in the form of hash
|
|
346
|
+
# @return [Hash] Returns the object in the form of hash
|
|
347
|
+
def to_hash
|
|
348
|
+
hash = {}
|
|
349
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
350
|
+
value = self.send(attr)
|
|
351
|
+
if value.nil?
|
|
352
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
353
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
354
|
+
end
|
|
355
|
+
|
|
356
|
+
hash[param] = _to_hash(value)
|
|
357
|
+
end
|
|
358
|
+
hash
|
|
359
|
+
end
|
|
360
|
+
|
|
361
|
+
end
|
|
362
|
+
|
|
363
|
+
end
|
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Sendmux API
|
|
3
|
+
|
|
4
|
+
#Programmatic access to your Sendmux email infrastructure.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.0.0
|
|
7
|
+
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
Generator version: 7.22.0
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'date'
|
|
14
|
+
require 'time'
|
|
15
|
+
|
|
16
|
+
module Sendmux::Mailbox::Generated
|
|
17
|
+
class MailboxBatchGetItem < ApiModelBase
|
|
18
|
+
attr_accessor :content
|
|
19
|
+
|
|
20
|
+
attr_accessor :message
|
|
21
|
+
|
|
22
|
+
attr_accessor :raw_body
|
|
23
|
+
|
|
24
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
25
|
+
def self.attribute_map
|
|
26
|
+
{
|
|
27
|
+
:'content' => :'content',
|
|
28
|
+
:'message' => :'message',
|
|
29
|
+
:'raw_body' => :'raw_body'
|
|
30
|
+
}
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
# Returns attribute mapping this model knows about
|
|
34
|
+
def self.acceptable_attribute_map
|
|
35
|
+
attribute_map
|
|
36
|
+
end
|
|
37
|
+
|
|
38
|
+
# Returns all the JSON keys this model knows about
|
|
39
|
+
def self.acceptable_attributes
|
|
40
|
+
acceptable_attribute_map.values
|
|
41
|
+
end
|
|
42
|
+
|
|
43
|
+
# Attribute type mapping.
|
|
44
|
+
def self.openapi_types
|
|
45
|
+
{
|
|
46
|
+
:'content' => :'MailboxMessageContent',
|
|
47
|
+
:'message' => :'MailboxMessageSummary',
|
|
48
|
+
:'raw_body' => :'MailboxRawBody'
|
|
49
|
+
}
|
|
50
|
+
end
|
|
51
|
+
|
|
52
|
+
# List of attributes with nullable: true
|
|
53
|
+
def self.openapi_nullable
|
|
54
|
+
Set.new([
|
|
55
|
+
:'content',
|
|
56
|
+
:'raw_body'
|
|
57
|
+
])
|
|
58
|
+
end
|
|
59
|
+
|
|
60
|
+
# Initializes the object
|
|
61
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
62
|
+
def initialize(attributes = {})
|
|
63
|
+
if (!attributes.is_a?(Hash))
|
|
64
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `Sendmux::Mailbox::Generated::MailboxBatchGetItem` initialize method"
|
|
65
|
+
end
|
|
66
|
+
|
|
67
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
|
68
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
|
69
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
70
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
|
71
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `Sendmux::Mailbox::Generated::MailboxBatchGetItem`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
|
72
|
+
end
|
|
73
|
+
h[k.to_sym] = v
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
if attributes.key?(:'content')
|
|
77
|
+
self.content = attributes[:'content']
|
|
78
|
+
else
|
|
79
|
+
self.content = nil
|
|
80
|
+
end
|
|
81
|
+
|
|
82
|
+
if attributes.key?(:'message')
|
|
83
|
+
self.message = attributes[:'message']
|
|
84
|
+
else
|
|
85
|
+
self.message = nil
|
|
86
|
+
end
|
|
87
|
+
|
|
88
|
+
if attributes.key?(:'raw_body')
|
|
89
|
+
self.raw_body = attributes[:'raw_body']
|
|
90
|
+
else
|
|
91
|
+
self.raw_body = nil
|
|
92
|
+
end
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
|
96
|
+
# @return Array for valid properties with the reasons
|
|
97
|
+
def list_invalid_properties
|
|
98
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
|
99
|
+
invalid_properties = Array.new
|
|
100
|
+
if @message.nil?
|
|
101
|
+
invalid_properties.push('invalid value for "message", message cannot be nil.')
|
|
102
|
+
end
|
|
103
|
+
|
|
104
|
+
invalid_properties
|
|
105
|
+
end
|
|
106
|
+
|
|
107
|
+
# Check to see if the all the properties in the model are valid
|
|
108
|
+
# @return true if the model is valid
|
|
109
|
+
def valid?
|
|
110
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
|
111
|
+
return false if @message.nil?
|
|
112
|
+
true
|
|
113
|
+
end
|
|
114
|
+
|
|
115
|
+
# Custom attribute writer method with validation
|
|
116
|
+
# @param [Object] message Value to be assigned
|
|
117
|
+
def message=(message)
|
|
118
|
+
if message.nil?
|
|
119
|
+
fail ArgumentError, 'message cannot be nil'
|
|
120
|
+
end
|
|
121
|
+
|
|
122
|
+
@message = message
|
|
123
|
+
end
|
|
124
|
+
|
|
125
|
+
# Checks equality by comparing each attribute.
|
|
126
|
+
# @param [Object] Object to be compared
|
|
127
|
+
def ==(o)
|
|
128
|
+
return true if self.equal?(o)
|
|
129
|
+
self.class == o.class &&
|
|
130
|
+
content == o.content &&
|
|
131
|
+
message == o.message &&
|
|
132
|
+
raw_body == o.raw_body
|
|
133
|
+
end
|
|
134
|
+
|
|
135
|
+
# @see the `==` method
|
|
136
|
+
# @param [Object] Object to be compared
|
|
137
|
+
def eql?(o)
|
|
138
|
+
self == o
|
|
139
|
+
end
|
|
140
|
+
|
|
141
|
+
# Calculates hash code according to all attributes.
|
|
142
|
+
# @return [Integer] Hash code
|
|
143
|
+
def hash
|
|
144
|
+
[content, message, raw_body].hash
|
|
145
|
+
end
|
|
146
|
+
|
|
147
|
+
# Builds the object from hash
|
|
148
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
149
|
+
# @return [Object] Returns the model itself
|
|
150
|
+
def self.build_from_hash(attributes)
|
|
151
|
+
return nil unless attributes.is_a?(Hash)
|
|
152
|
+
attributes = attributes.transform_keys(&:to_sym)
|
|
153
|
+
transformed_hash = {}
|
|
154
|
+
openapi_types.each_pair do |key, type|
|
|
155
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
156
|
+
transformed_hash["#{key}"] = nil
|
|
157
|
+
elsif type =~ /\AArray<(.*)>/i
|
|
158
|
+
# check to ensure the input is an array given that the attribute
|
|
159
|
+
# is documented as an array but the input is not
|
|
160
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
|
161
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
|
162
|
+
end
|
|
163
|
+
elsif !attributes[attribute_map[key]].nil?
|
|
164
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
|
165
|
+
end
|
|
166
|
+
end
|
|
167
|
+
new(transformed_hash)
|
|
168
|
+
end
|
|
169
|
+
|
|
170
|
+
# Returns the object in the form of hash
|
|
171
|
+
# @return [Hash] Returns the object in the form of hash
|
|
172
|
+
def to_hash
|
|
173
|
+
hash = {}
|
|
174
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
175
|
+
value = self.send(attr)
|
|
176
|
+
if value.nil?
|
|
177
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
178
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
179
|
+
end
|
|
180
|
+
|
|
181
|
+
hash[param] = _to_hash(value)
|
|
182
|
+
end
|
|
183
|
+
hash
|
|
184
|
+
end
|
|
185
|
+
|
|
186
|
+
end
|
|
187
|
+
|
|
188
|
+
end
|