aspose_email_cloud 20.2.0 → 20.3.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.
Files changed (244) hide show
  1. checksums.yaml +4 -4
  2. data/lib/aspose-email-cloud.rb +13 -0
  3. data/lib/aspose-email-cloud/api/email_api.rb +921 -879
  4. data/lib/aspose-email-cloud/api_client.rb +386 -382
  5. data/lib/aspose-email-cloud/api_error.rb +41 -41
  6. data/lib/aspose-email-cloud/configuration.rb +240 -240
  7. data/lib/aspose-email-cloud/models/account_base_request.rb +263 -260
  8. data/lib/aspose-email-cloud/models/add_attachment_request.rb +226 -223
  9. data/lib/aspose-email-cloud/models/ai_bcr_base64_image.rb +231 -228
  10. data/lib/aspose-email-cloud/models/ai_bcr_base64_rq.rb +228 -225
  11. data/lib/aspose-email-cloud/models/ai_bcr_image.rb +218 -215
  12. data/lib/aspose-email-cloud/models/ai_bcr_image_storage_file.rb +231 -228
  13. data/lib/aspose-email-cloud/models/ai_bcr_ocr_data.rb +256 -253
  14. data/lib/aspose-email-cloud/models/ai_bcr_ocr_data_part.rb +300 -297
  15. data/lib/aspose-email-cloud/models/ai_bcr_options.rb +226 -223
  16. data/lib/aspose-email-cloud/models/ai_bcr_parse_ocr_data_rq.rb +233 -230
  17. data/lib/aspose-email-cloud/models/ai_bcr_parse_storage_rq.rb +251 -248
  18. data/lib/aspose-email-cloud/models/ai_bcr_rq.rb +213 -210
  19. data/lib/aspose-email-cloud/models/ai_bcr_storage_image_rq.rb +233 -230
  20. data/lib/aspose-email-cloud/models/ai_name_component.rb +267 -264
  21. data/lib/aspose-email-cloud/models/ai_name_cultural_context.rb +270 -267
  22. data/lib/aspose-email-cloud/models/ai_name_extracted.rb +233 -230
  23. data/lib/aspose-email-cloud/models/ai_name_extracted_component.rb +231 -228
  24. data/lib/aspose-email-cloud/models/ai_name_formatted.rb +226 -223
  25. data/lib/aspose-email-cloud/models/ai_name_gender_hypothesis.rb +236 -233
  26. data/lib/aspose-email-cloud/models/ai_name_match_result.rb +233 -230
  27. data/lib/aspose-email-cloud/models/ai_name_mismatch.rb +249 -246
  28. data/lib/aspose-email-cloud/models/ai_name_parsed_match_rq.rb +266 -263
  29. data/lib/aspose-email-cloud/models/ai_name_parsed_rq.rb +246 -243
  30. data/lib/aspose-email-cloud/models/ai_name_weighted.rb +231 -228
  31. data/lib/aspose-email-cloud/models/ai_name_weighted_variants.rb +228 -225
  32. data/lib/aspose-email-cloud/models/alternate_view.rb +282 -279
  33. data/lib/aspose-email-cloud/models/append_email_account_base_request.rb +318 -315
  34. data/lib/aspose-email-cloud/models/append_email_base_request.rb +336 -333
  35. data/lib/aspose-email-cloud/models/append_email_mime_base_request.rb +355 -352
  36. data/lib/aspose-email-cloud/models/append_email_model_rq.rb +336 -333
  37. data/lib/aspose-email-cloud/models/associated_person.rb +244 -241
  38. data/lib/aspose-email-cloud/models/attachment.rb +324 -321
  39. data/lib/aspose-email-cloud/models/attachment_base.rb +254 -251
  40. data/lib/aspose-email-cloud/models/base_object.rb +5 -2
  41. data/lib/aspose-email-cloud/models/calendar_dto.rb +557 -554
  42. data/lib/aspose-email-cloud/models/calendar_dto_alternate_rq.rb +268 -265
  43. data/lib/aspose-email-cloud/models/calendar_dto_list.rb +215 -212
  44. data/lib/aspose-email-cloud/models/calendar_reminder.rb +318 -315
  45. data/lib/aspose-email-cloud/models/contact_dto.rb +699 -696
  46. data/lib/aspose-email-cloud/models/contact_dto_list.rb +215 -212
  47. data/lib/aspose-email-cloud/models/contact_photo.rb +231 -228
  48. data/lib/aspose-email-cloud/models/content_type.rb +267 -264
  49. data/lib/aspose-email-cloud/models/content_type_parameter.rb +226 -223
  50. data/lib/aspose-email-cloud/models/create_email_request.rb +231 -228
  51. data/lib/aspose-email-cloud/models/create_folder_base_request.rb +313 -310
  52. data/lib/aspose-email-cloud/models/customer_event.rb +231 -228
  53. data/lib/aspose-email-cloud/models/delete_folder_base_request.rb +318 -315
  54. data/lib/aspose-email-cloud/models/delete_message_base_request.rb +318 -315
  55. data/lib/aspose-email-cloud/models/disc_usage.rb +236 -233
  56. data/lib/aspose-email-cloud/models/discover_email_config_oauth.rb +391 -388
  57. data/lib/aspose-email-cloud/models/discover_email_config_password.rb +304 -301
  58. data/lib/aspose-email-cloud/models/discover_email_config_rq.rb +268 -265
  59. data/lib/aspose-email-cloud/models/email_account_config.rb +323 -320
  60. data/lib/aspose-email-cloud/models/email_account_config_list.rb +215 -212
  61. data/lib/aspose-email-cloud/models/email_account_request.rb +397 -394
  62. data/lib/aspose-email-cloud/models/email_address.rb +270 -267
  63. data/lib/aspose-email-cloud/models/email_client_account.rb +337 -0
  64. data/lib/aspose-email-cloud/models/email_client_account_credentials.rb +261 -0
  65. data/lib/aspose-email-cloud/models/email_client_account_oauth_credentials.rb +385 -0
  66. data/lib/aspose-email-cloud/models/email_client_account_password_credentials.rb +298 -0
  67. data/lib/aspose-email-cloud/models/email_client_multi_account.rb +233 -0
  68. data/lib/aspose-email-cloud/models/email_document.rb +233 -230
  69. data/lib/aspose-email-cloud/models/email_document_response.rb +213 -210
  70. data/lib/aspose-email-cloud/models/email_dto.rb +681 -678
  71. data/lib/aspose-email-cloud/models/email_dto_list.rb +215 -212
  72. data/lib/aspose-email-cloud/models/email_properties.rb +233 -230
  73. data/lib/aspose-email-cloud/models/email_property.rb +268 -265
  74. data/lib/aspose-email-cloud/models/email_property_response.rb +213 -210
  75. data/lib/aspose-email-cloud/models/enum_with_custom_of_associated_person_category.rb +230 -227
  76. data/lib/aspose-email-cloud/models/enum_with_custom_of_email_address_category.rb +230 -227
  77. data/lib/aspose-email-cloud/models/enum_with_custom_of_event_category.rb +230 -227
  78. data/lib/aspose-email-cloud/models/enum_with_custom_of_instant_messenger_category.rb +230 -227
  79. data/lib/aspose-email-cloud/models/enum_with_custom_of_phone_number_category.rb +230 -227
  80. data/lib/aspose-email-cloud/models/enum_with_custom_of_postal_address_category.rb +230 -227
  81. data/lib/aspose-email-cloud/models/enum_with_custom_of_url_category.rb +230 -227
  82. data/lib/aspose-email-cloud/models/error.rb +252 -249
  83. data/lib/aspose-email-cloud/models/error_details.rb +231 -228
  84. data/lib/aspose-email-cloud/models/file_version.rb +306 -303
  85. data/lib/aspose-email-cloud/models/file_versions.rb +215 -212
  86. data/lib/aspose-email-cloud/models/files_list.rb +215 -212
  87. data/lib/aspose-email-cloud/models/files_upload_result.rb +230 -227
  88. data/lib/aspose-email-cloud/models/hierarchical_object.rb +5 -2
  89. data/lib/aspose-email-cloud/models/hierarchical_object_request.rb +231 -228
  90. data/lib/aspose-email-cloud/models/hierarchical_object_response.rb +226 -223
  91. data/lib/aspose-email-cloud/models/indexed_hierarchical_object.rb +5 -2
  92. data/lib/aspose-email-cloud/models/indexed_primitive_object.rb +5 -2
  93. data/lib/aspose-email-cloud/models/instant_messenger_address.rb +244 -241
  94. data/lib/aspose-email-cloud/models/link.rb +252 -249
  95. data/lib/aspose-email-cloud/models/linked_resource.rb +267 -264
  96. data/lib/aspose-email-cloud/models/list_response_of_ai_bcr_ocr_data.rb +214 -211
  97. data/lib/aspose-email-cloud/models/list_response_of_ai_name_component.rb +214 -211
  98. data/lib/aspose-email-cloud/models/list_response_of_ai_name_extracted.rb +214 -211
  99. data/lib/aspose-email-cloud/models/list_response_of_ai_name_gender_hypothesis.rb +214 -211
  100. data/lib/aspose-email-cloud/models/list_response_of_contact_dto.rb +214 -211
  101. data/lib/aspose-email-cloud/models/list_response_of_email_account_config.rb +214 -211
  102. data/lib/aspose-email-cloud/models/list_response_of_email_dto.rb +214 -211
  103. data/lib/aspose-email-cloud/models/list_response_of_hierarchical_object.rb +214 -211
  104. data/lib/aspose-email-cloud/models/list_response_of_hierarchical_object_response.rb +214 -211
  105. data/lib/aspose-email-cloud/models/list_response_of_mail_server_folder.rb +214 -211
  106. data/lib/aspose-email-cloud/models/list_response_of_storage_file_location.rb +214 -211
  107. data/lib/aspose-email-cloud/models/list_response_of_storage_model_of_calendar_dto.rb +214 -211
  108. data/lib/aspose-email-cloud/models/list_response_of_storage_model_of_contact_dto.rb +214 -211
  109. data/lib/aspose-email-cloud/models/list_response_of_storage_model_of_email_dto.rb +214 -211
  110. data/lib/aspose-email-cloud/models/list_response_of_string.rb +214 -211
  111. data/lib/aspose-email-cloud/models/mail_address.rb +244 -241
  112. data/lib/aspose-email-cloud/models/mail_server_folder.rb +226 -223
  113. data/lib/aspose-email-cloud/models/mime_response.rb +213 -210
  114. data/lib/aspose-email-cloud/models/name_value_pair.rb +226 -222
  115. data/lib/aspose-email-cloud/models/object_exist.rb +236 -233
  116. data/lib/aspose-email-cloud/models/phone_number.rb +244 -241
  117. data/lib/aspose-email-cloud/models/postal_address.rb +353 -350
  118. data/lib/aspose-email-cloud/models/primitive_object.rb +5 -2
  119. data/lib/aspose-email-cloud/models/reminder_attendee.rb +213 -210
  120. data/lib/aspose-email-cloud/models/reminder_trigger.rb +249 -246
  121. data/lib/aspose-email-cloud/models/requests/add_calendar_attachment_request_data.rb +99 -99
  122. data/lib/aspose-email-cloud/models/requests/add_contact_attachment_request_data.rb +109 -109
  123. data/lib/aspose-email-cloud/models/requests/add_email_attachment_request_data.rb +99 -99
  124. data/lib/aspose-email-cloud/models/requests/add_mapi_attachment_request_data.rb +99 -99
  125. data/lib/aspose-email-cloud/models/requests/ai_bcr_ocr_request_data.rb +79 -79
  126. data/lib/aspose-email-cloud/models/requests/ai_bcr_ocr_storage_request_data.rb +79 -79
  127. data/lib/aspose-email-cloud/models/requests/ai_bcr_parse_model_request_data.rb +79 -79
  128. data/lib/aspose-email-cloud/models/requests/ai_bcr_parse_ocr_data_model_request_data.rb +79 -79
  129. data/lib/aspose-email-cloud/models/requests/ai_bcr_parse_request_data.rb +79 -79
  130. data/lib/aspose-email-cloud/models/requests/ai_bcr_parse_storage_request_data.rb +79 -79
  131. data/lib/aspose-email-cloud/models/requests/ai_name_complete_request_data.rb +110 -110
  132. data/lib/aspose-email-cloud/models/requests/ai_name_expand_parsed_request_data.rb +79 -79
  133. data/lib/aspose-email-cloud/models/requests/ai_name_expand_request_data.rb +110 -110
  134. data/lib/aspose-email-cloud/models/requests/ai_name_format_parsed_request_data.rb +79 -79
  135. data/lib/aspose-email-cloud/models/requests/ai_name_format_request_data.rb +116 -116
  136. data/lib/aspose-email-cloud/models/requests/ai_name_genderize_parsed_request_data.rb +79 -79
  137. data/lib/aspose-email-cloud/models/requests/ai_name_genderize_request_data.rb +110 -110
  138. data/lib/aspose-email-cloud/models/requests/ai_name_match_parsed_request_data.rb +79 -79
  139. data/lib/aspose-email-cloud/models/requests/ai_name_match_request_data.rb +121 -121
  140. data/lib/aspose-email-cloud/models/requests/ai_name_parse_email_address_request_data.rb +110 -110
  141. data/lib/aspose-email-cloud/models/requests/ai_name_parse_request_data.rb +110 -110
  142. data/lib/aspose-email-cloud/models/requests/append_email_message_request_data.rb +79 -79
  143. data/lib/aspose-email-cloud/models/requests/append_email_model_message_request_data.rb +79 -79
  144. data/lib/aspose-email-cloud/models/requests/append_mime_message_request_data.rb +79 -79
  145. data/lib/aspose-email-cloud/models/requests/convert_calendar_model_to_alternate_request_data.rb +79 -79
  146. data/lib/aspose-email-cloud/models/requests/convert_email_request_data.rb +90 -90
  147. data/lib/aspose-email-cloud/models/requests/copy_file_request_data.rb +108 -108
  148. data/lib/aspose-email-cloud/models/requests/copy_folder_request_data.rb +102 -102
  149. data/lib/aspose-email-cloud/models/requests/create_calendar_request_data.rb +89 -89
  150. data/lib/aspose-email-cloud/models/requests/create_contact_request_data.rb +99 -99
  151. data/lib/aspose-email-cloud/models/requests/create_email_folder_request_data.rb +79 -79
  152. data/lib/aspose-email-cloud/models/requests/create_email_request_data.rb +89 -89
  153. data/lib/aspose-email-cloud/models/requests/create_folder_request_data.rb +85 -85
  154. data/lib/aspose-email-cloud/models/requests/create_mapi_request_data.rb +89 -89
  155. data/lib/aspose-email-cloud/models/requests/delete_calendar_property_request_data.rb +109 -109
  156. data/lib/aspose-email-cloud/models/requests/delete_contact_property_request_data.rb +119 -119
  157. data/lib/aspose-email-cloud/models/requests/delete_email_folder_request_data.rb +79 -79
  158. data/lib/aspose-email-cloud/models/requests/delete_email_message_request_data.rb +79 -79
  159. data/lib/aspose-email-cloud/models/requests/delete_file_request_data.rb +91 -91
  160. data/lib/aspose-email-cloud/models/requests/delete_folder_request_data.rb +91 -91
  161. data/lib/aspose-email-cloud/models/requests/delete_mapi_attachment_request_data.rb +99 -99
  162. data/lib/aspose-email-cloud/models/requests/delete_mapi_properties_request_data.rb +89 -89
  163. data/lib/aspose-email-cloud/models/requests/discover_email_config_oauth_request_data.rb +79 -79
  164. data/lib/aspose-email-cloud/models/requests/discover_email_config_password_request_data.rb +79 -79
  165. data/lib/aspose-email-cloud/models/requests/discover_email_config_request_data.rb +86 -86
  166. data/lib/aspose-email-cloud/models/requests/download_file_request_data.rb +91 -91
  167. data/lib/aspose-email-cloud/models/requests/email_request.rb +75 -75
  168. data/lib/aspose-email-cloud/models/requests/fetch_email_message_request_data.rb +109 -109
  169. data/lib/aspose-email-cloud/models/requests/fetch_email_model_request_data.rb +109 -109
  170. data/lib/aspose-email-cloud/models/requests/get_calendar_attachment_request_data.rb +101 -101
  171. data/lib/aspose-email-cloud/models/requests/get_calendar_list_request_data.rb +108 -108
  172. data/lib/aspose-email-cloud/models/requests/get_calendar_model_as_alternate_request_data.rb +107 -107
  173. data/lib/aspose-email-cloud/models/requests/get_calendar_model_list_request_data.rb +98 -98
  174. data/lib/aspose-email-cloud/models/requests/get_calendar_model_request_data.rb +91 -91
  175. data/lib/aspose-email-cloud/models/requests/get_calendar_request_data.rb +91 -91
  176. data/lib/aspose-email-cloud/models/requests/get_contact_attachment_request_data.rb +111 -111
  177. data/lib/aspose-email-cloud/models/requests/get_contact_list_request_data.rb +103 -103
  178. data/lib/aspose-email-cloud/models/requests/get_contact_model_list_request_data.rb +103 -103
  179. data/lib/aspose-email-cloud/models/requests/get_contact_model_request_data.rb +101 -101
  180. data/lib/aspose-email-cloud/models/requests/get_contact_properties_request_data.rb +101 -101
  181. data/lib/aspose-email-cloud/models/requests/get_disc_usage_request_data.rb +75 -75
  182. data/lib/aspose-email-cloud/models/requests/get_email_as_file_request_data.rb +101 -101
  183. data/lib/aspose-email-cloud/models/requests/get_email_attachment_request_data.rb +101 -101
  184. data/lib/aspose-email-cloud/models/requests/get_email_client_account_request_data.rb +102 -0
  185. data/lib/aspose-email-cloud/models/requests/get_email_client_multi_account_request_data.rb +102 -0
  186. data/lib/aspose-email-cloud/models/requests/get_email_model_list_request_data.rb +103 -103
  187. data/lib/aspose-email-cloud/models/requests/get_email_model_request_data.rb +101 -101
  188. data/lib/aspose-email-cloud/models/requests/get_email_property_request_data.rb +101 -101
  189. data/lib/aspose-email-cloud/models/requests/get_email_request_data.rb +91 -91
  190. data/lib/aspose-email-cloud/models/requests/get_file_versions_request_data.rb +85 -85
  191. data/lib/aspose-email-cloud/models/requests/get_files_list_request_data.rb +85 -85
  192. data/lib/aspose-email-cloud/models/requests/get_mapi_attachment_request_data.rb +101 -101
  193. data/lib/aspose-email-cloud/models/requests/get_mapi_attachments_request_data.rb +91 -91
  194. data/lib/aspose-email-cloud/models/requests/get_mapi_list_request_data.rb +93 -93
  195. data/lib/aspose-email-cloud/models/requests/get_mapi_properties_request_data.rb +91 -91
  196. data/lib/aspose-email-cloud/models/requests/http_request.rb +51 -51
  197. data/lib/aspose-email-cloud/models/requests/is_email_address_disposable_request_data.rb +79 -0
  198. data/lib/aspose-email-cloud/models/requests/list_email_folders_request_data.rb +104 -104
  199. data/lib/aspose-email-cloud/models/requests/list_email_messages_request_data.rb +127 -127
  200. data/lib/aspose-email-cloud/models/requests/list_email_models_request_data.rb +127 -127
  201. data/lib/aspose-email-cloud/models/requests/move_file_request_data.rb +108 -108
  202. data/lib/aspose-email-cloud/models/requests/move_folder_request_data.rb +102 -102
  203. data/lib/aspose-email-cloud/models/requests/object_exists_request_data.rb +91 -91
  204. data/lib/aspose-email-cloud/models/requests/save_calendar_model_request_data.rb +89 -89
  205. data/lib/aspose-email-cloud/models/requests/save_contact_model_request_data.rb +99 -99
  206. data/lib/aspose-email-cloud/models/requests/save_email_client_account_request_data.rb +79 -0
  207. data/lib/aspose-email-cloud/models/requests/save_email_client_multi_account_request_data.rb +79 -0
  208. data/lib/aspose-email-cloud/models/requests/save_email_model_request_data.rb +99 -99
  209. data/lib/aspose-email-cloud/models/requests/save_mail_account_request_data.rb +79 -79
  210. data/lib/aspose-email-cloud/models/requests/save_mail_o_auth_account_request_data.rb +79 -79
  211. data/lib/aspose-email-cloud/models/requests/send_email_mime_request_data.rb +79 -79
  212. data/lib/aspose-email-cloud/models/requests/send_email_model_request_data.rb +79 -79
  213. data/lib/aspose-email-cloud/models/requests/send_email_request_data.rb +79 -79
  214. data/lib/aspose-email-cloud/models/requests/set_email_property_request_data.rb +99 -99
  215. data/lib/aspose-email-cloud/models/requests/set_email_read_flag_request_data.rb +79 -79
  216. data/lib/aspose-email-cloud/models/requests/storage_exists_request_data.rb +79 -79
  217. data/lib/aspose-email-cloud/models/requests/update_calendar_properties_request_data.rb +89 -89
  218. data/lib/aspose-email-cloud/models/requests/update_contact_properties_request_data.rb +99 -99
  219. data/lib/aspose-email-cloud/models/requests/update_mapi_properties_request_data.rb +89 -89
  220. data/lib/aspose-email-cloud/models/requests/upload_file_request_data.rb +97 -97
  221. data/lib/aspose-email-cloud/models/save_email_account_request.rb +434 -431
  222. data/lib/aspose-email-cloud/models/save_o_auth_email_account_request.rb +521 -505
  223. data/lib/aspose-email-cloud/models/send_email_base_request.rb +281 -278
  224. data/lib/aspose-email-cloud/models/send_email_mime_base_request.rb +300 -297
  225. data/lib/aspose-email-cloud/models/send_email_model_rq.rb +276 -273
  226. data/lib/aspose-email-cloud/models/set_email_property_request.rb +231 -228
  227. data/lib/aspose-email-cloud/models/set_message_read_flag_account_base_request.rb +318 -315
  228. data/lib/aspose-email-cloud/models/storage_exist.rb +218 -215
  229. data/lib/aspose-email-cloud/models/storage_file.rb +275 -272
  230. data/lib/aspose-email-cloud/models/storage_file_location.rb +263 -260
  231. data/lib/aspose-email-cloud/models/storage_file_rq_of_email_client_account.rb +225 -0
  232. data/lib/aspose-email-cloud/models/storage_file_rq_of_email_client_multi_account.rb +225 -0
  233. data/lib/aspose-email-cloud/models/storage_folder_location.rb +226 -223
  234. data/lib/aspose-email-cloud/models/storage_model_of_calendar_dto.rb +225 -222
  235. data/lib/aspose-email-cloud/models/storage_model_of_contact_dto.rb +225 -222
  236. data/lib/aspose-email-cloud/models/storage_model_of_email_dto.rb +225 -222
  237. data/lib/aspose-email-cloud/models/storage_model_rq_of_calendar_dto.rb +225 -222
  238. data/lib/aspose-email-cloud/models/storage_model_rq_of_contact_dto.rb +225 -222
  239. data/lib/aspose-email-cloud/models/storage_model_rq_of_email_dto.rb +225 -222
  240. data/lib/aspose-email-cloud/models/url.rb +244 -241
  241. data/lib/aspose-email-cloud/models/value_response.rb +213 -210
  242. data/lib/aspose-email-cloud/models/value_t_of_boolean.rb +217 -0
  243. data/lib/aspose-email-cloud/version.rb +1 -1
  244. metadata +15 -2
@@ -1,321 +1,324 @@
1
- # ----------------------------------------------------------------------------
2
- # <copyright company="Aspose" file="Attachment.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
4
- # </copyright>
5
- # <summary>
6
- # Permission is hereby granted, free of charge, to any person obtaining a
7
- # copy of this software and associated documentation files (the "Software"),
8
- # to deal in the Software without restriction, including without limitation
9
- # the rights to use, copy, modify, merge, publish, distribute, sublicense,
10
- # and/or sell copies of the Software, and to permit persons to whom the
11
- # Software is furnished to do so, subject to the following conditions:
12
- #
13
- # The above copyright notice and this permission notice shall be included in
14
- # all copies or substantial portions of the Software.
15
- #
16
- # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
- # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
- # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
- # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
- # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21
- # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22
- # DEALINGS IN THE SOFTWARE.
23
- # </summary>
24
- # ----------------------------------------------------------------------------
25
-
26
-
27
- require 'date'
28
-
29
- module AsposeEmailCloud
30
- # Document attachment.
31
- class Attachment
32
- # Attachment file content as Base64 string.
33
- # @return [String]
34
- attr_accessor :base64_data
35
-
36
- # Attachment content id
37
- # @return [String]
38
- attr_accessor :content_id
39
-
40
- # Content type
41
- # @return [ContentType]
42
- attr_accessor :content_type
43
-
44
- # Attachment headers.
45
- # @return [Hash<String, String>]
46
- attr_accessor :headers
47
-
48
- # Content-Disposition header. Read only.
49
- # @return [String]
50
- attr_accessor :content_disposition
51
-
52
- # Determines if attachment is an embedded message. Read only.
53
- # @return [BOOLEAN]
54
- attr_accessor :is_embedded_message
55
-
56
- # Attachment name.
57
- # @return [String]
58
- attr_accessor :name
59
-
60
- # Encoding of attachment name.
61
- # @return [String]
62
- attr_accessor :name_encoding
63
-
64
- # Preferred text encoding.
65
- # @return [String]
66
- attr_accessor :preferred_text_encoding
67
-
68
- # Attribute mapping from ruby-style variable name to JSON key.
69
- def self.attribute_map
70
- {
71
- :'base64_data' => :'base64Data',
72
- :'content_id' => :'contentId',
73
- :'content_type' => :'contentType',
74
- :'headers' => :'headers',
75
- :'content_disposition' => :'contentDisposition',
76
- :'is_embedded_message' => :'isEmbeddedMessage',
77
- :'name' => :'name',
78
- :'name_encoding' => :'nameEncoding',
79
- :'preferred_text_encoding' => :'preferredTextEncoding'
80
- }
81
- end
82
-
83
- # Attribute type mapping.
84
- def self.swagger_types
85
- {
86
- :'base64_data' => :'String',
87
- :'content_id' => :'String',
88
- :'content_type' => :'ContentType',
89
- :'headers' => :'Hash<String, String>',
90
- :'content_disposition' => :'String',
91
- :'is_embedded_message' => :'BOOLEAN',
92
- :'name' => :'String',
93
- :'name_encoding' => :'String',
94
- :'preferred_text_encoding' => :'String'
95
- }
96
- end
97
-
98
- # Initializes the object
99
- # @param [Hash] attributes Model attributes in the form of hash
100
- def initialize(attributes = {})
101
- return unless attributes.is_a?(Hash)
102
-
103
- # convert string to symbol for hash key
104
- attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
105
-
106
- if attributes.has_key?(:'base64Data')
107
- self.base64_data = attributes[:'base64Data']
108
- end
109
-
110
- if attributes.has_key?(:'contentId')
111
- self.content_id = attributes[:'contentId']
112
- end
113
-
114
- if attributes.has_key?(:'contentType')
115
- self.content_type = attributes[:'contentType']
116
- end
117
-
118
- if attributes.has_key?(:'headers')
119
- if (value = attributes[:'headers']).is_a?(Hash)
120
- self.headers = value
121
- end
122
- end
123
-
124
- if attributes.has_key?(:'contentDisposition')
125
- self.content_disposition = attributes[:'contentDisposition']
126
- end
127
-
128
- if attributes.has_key?(:'isEmbeddedMessage')
129
- self.is_embedded_message = attributes[:'isEmbeddedMessage']
130
- end
131
-
132
- if attributes.has_key?(:'name')
133
- self.name = attributes[:'name']
134
- end
135
-
136
- if attributes.has_key?(:'nameEncoding')
137
- self.name_encoding = attributes[:'nameEncoding']
138
- end
139
-
140
- if attributes.has_key?(:'preferredTextEncoding')
141
- self.preferred_text_encoding = attributes[:'preferredTextEncoding']
142
- end
143
- end
144
-
145
- # Initializes the object
146
- # @param [String] base64_data Attachment file content as Base64 string.
147
- # @param [String] content_id Attachment content id
148
- # @param [ContentType] content_type Content type
149
- # @param [Hash<String, String>] headers Attachment headers.
150
- # @param [String] content_disposition Content-Disposition header. Read only.
151
- # @param [BOOLEAN] is_embedded_message Determines if attachment is an embedded message. Read only.
152
- # @param [String] name Attachment name.
153
- # @param [String] name_encoding Encoding of attachment name.
154
- # @param [String] preferred_text_encoding Preferred text encoding.
155
- def initialize(base64_data=nil, content_id=nil, content_type=nil, headers=nil, content_disposition=nil, is_embedded_message=nil, name=nil, name_encoding=nil, preferred_text_encoding=nil)
156
- self.base64_data = base64_data if base64_data
157
- self.content_id = content_id if content_id
158
- self.content_type = content_type if content_type
159
- self.headers = headers if headers
160
- self.content_disposition = content_disposition if content_disposition
161
- self.is_embedded_message = is_embedded_message if is_embedded_message
162
- self.name = name if name
163
- self.name_encoding = name_encoding if name_encoding
164
- self.preferred_text_encoding = preferred_text_encoding if preferred_text_encoding
165
- end
166
-
167
- # Show invalid properties with the reasons. Usually used together with valid?
168
- # @return Array for valid properties with the reasons
169
- def list_invalid_properties
170
- invalid_properties = Array.new
171
- if @is_embedded_message.nil?
172
- invalid_properties.push('invalid value for "is_embedded_message", is_embedded_message cannot be nil.')
173
- end
174
-
175
- invalid_properties
176
- end
177
-
178
- # Check to see if the all the properties in the model are valid
179
- # @return true if the model is valid
180
- def valid?
181
- return false if @is_embedded_message.nil?
182
- true
183
- end
184
-
185
- # Checks equality by comparing each attribute.
186
- # @param [Object] Object to be compared
187
- def ==(o)
188
- return true if self.equal?(o)
189
- self.class == o.class &&
190
- base64_data == o.base64_data &&
191
- content_id == o.content_id &&
192
- content_type == o.content_type &&
193
- headers == o.headers &&
194
- content_disposition == o.content_disposition &&
195
- is_embedded_message == o.is_embedded_message &&
196
- name == o.name &&
197
- name_encoding == o.name_encoding &&
198
- preferred_text_encoding == o.preferred_text_encoding
199
- end
200
-
201
- # @see the `==` method
202
- # @param [Object] Object to be compared
203
- def eql?(o)
204
- self == o
205
- end
206
-
207
- # Calculates hash code according to all attributes.
208
- # @return [Fixnum] Hash code
209
- def hash
210
- [base64_data, content_id, content_type, headers, content_disposition, is_embedded_message, name, name_encoding, preferred_text_encoding].hash
211
- end
212
-
213
- # Builds the object from hash
214
- # @param [Hash] attributes Model attributes in the form of hash
215
- # @return [Object] Returns the model itself
216
- def build_from_hash(attributes)
217
- return nil unless attributes.is_a?(Hash)
218
- self.class.swagger_types.each_pair do |key, type|
219
- attribute_key = self.class.attribute_map[key]
220
- attribute_key = (attribute_key[0, 1].downcase + attribute_key[1..-1]).to_sym
221
- if type =~ /\AArray<(.*)>/i
222
- # check to ensure the input is an array given that the the attribute
223
- # is documented as an array but the input is not
224
- if attributes[attribute_key].is_a?(Array)
225
- self.send("#{key}=", attributes[attribute_key].map { |v| _deserialize($1, v) })
226
- end
227
- elsif !attributes[attribute_key].nil?
228
- self.send("#{key}=", _deserialize(type, attributes[attribute_key]))
229
- end # or else data not found in attributes(hash), not an issue as the data can be optional
230
- end
231
-
232
- self
233
- end
234
-
235
- # Deserializes the data based on type
236
- # @param string type Data type
237
- # @param string value Value to be deserialized
238
- # @return [Object] Deserialized data
239
- def _deserialize(type, value)
240
- case type.to_sym
241
- when :DateTime
242
- DateTime.parse(value)
243
- when :Date
244
- Date.parse(value)
245
- when :String
246
- value.to_s
247
- when :Integer
248
- value.to_i
249
- when :Float
250
- value.to_f
251
- when :BOOLEAN
252
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
253
- true
254
- else
255
- false
256
- end
257
- when :Object
258
- # generic object (usually a Hash), return directly
259
- value
260
- when /\AArray<(?<inner_type>.+)>\z/
261
- inner_type = Regexp.last_match[:inner_type]
262
- value.map { |v| _deserialize(inner_type, v) }
263
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
264
- k_type = Regexp.last_match[:k_type]
265
- v_type = Regexp.last_match[:v_type]
266
- {}.tap do |hash|
267
- value.each do |k, v|
268
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
269
- end
270
- end
271
- else # model
272
- type = value[:type] || type
273
- temp_model = AsposeEmailCloud.const_get(type).new
274
- temp_model.build_from_hash(value)
275
- end
276
- end
277
-
278
- # Returns the string representation of the object
279
- # @return [String] String presentation of the object
280
- def to_s
281
- to_hash.to_s
282
- end
283
-
284
- # to_body is an alias to to_hash (backward compatibility)
285
- # @return [Hash] Returns the object in the form of hash
286
- def to_body
287
- to_hash
288
- end
289
-
290
- # Returns the object in the form of hash
291
- # @return [Hash] Returns the object in the form of hash
292
- def to_hash
293
- hash = {}
294
- self.class.attribute_map.each_pair do |attr, param|
295
- value = self.send(attr)
296
- next if value.nil?
297
- hash[param] = _to_hash(value)
298
- end
299
- hash
300
- end
301
-
302
- # Outputs non-array value in the form of hash
303
- # For object, use to_hash. Otherwise, just return the value
304
- # @param [Object] value Any valid value
305
- # @return [Hash] Returns the value in the form of hash
306
- def _to_hash(value)
307
- if value.is_a?(Array)
308
- value.compact.map { |v| _to_hash(v) }
309
- elsif value.is_a?(Hash)
310
- {}.tap do |hash|
311
- value.each { |k, v| hash[k] = _to_hash(v) }
312
- end
313
- elsif value.respond_to? :to_hash
314
- value.to_hash
315
- else
316
- value
317
- end
318
- end
319
-
320
- end
321
- end
1
+ # ----------------------------------------------------------------------------
2
+ # <copyright company="Aspose" file="Attachment.rb">
3
+ # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
4
+ # </copyright>
5
+ # <summary>
6
+ # Permission is hereby granted, free of charge, to any person obtaining a
7
+ # copy of this software and associated documentation files (the "Software"),
8
+ # to deal in the Software without restriction, including without limitation
9
+ # the rights to use, copy, modify, merge, publish, distribute, sublicense,
10
+ # and/or sell copies of the Software, and to permit persons to whom the
11
+ # Software is furnished to do so, subject to the following conditions:
12
+ #
13
+ # The above copyright notice and this permission notice shall be included in
14
+ # all copies or substantial portions of the Software.
15
+ #
16
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+ # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21
+ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22
+ # DEALINGS IN THE SOFTWARE.
23
+ # </summary>
24
+ # ----------------------------------------------------------------------------
25
+
26
+
27
+ require 'date'
28
+
29
+ module AsposeEmailCloud
30
+ # Document attachment.
31
+ class Attachment
32
+ # Attachment file content as Base64 string.
33
+ # @return [String]
34
+ attr_accessor :base64_data
35
+
36
+ # Attachment content id
37
+ # @return [String]
38
+ attr_accessor :content_id
39
+
40
+ # Content type
41
+ # @return [ContentType]
42
+ attr_accessor :content_type
43
+
44
+ # Attachment headers.
45
+ # @return [Hash<String, String>]
46
+ attr_accessor :headers
47
+
48
+ # Content-Disposition header. Read only.
49
+ # @return [String]
50
+ attr_accessor :content_disposition
51
+
52
+ # Determines if attachment is an embedded message. Read only.
53
+ # @return [BOOLEAN]
54
+ attr_accessor :is_embedded_message
55
+
56
+ # Attachment name.
57
+ # @return [String]
58
+ attr_accessor :name
59
+
60
+ # Encoding of attachment name.
61
+ # @return [String]
62
+ attr_accessor :name_encoding
63
+
64
+ # Preferred text encoding.
65
+ # @return [String]
66
+ attr_accessor :preferred_text_encoding
67
+
68
+ # Attribute mapping from ruby-style variable name to JSON key.
69
+ def self.attribute_map
70
+ {
71
+ :'base64_data' => :'base64Data',
72
+ :'content_id' => :'contentId',
73
+ :'content_type' => :'contentType',
74
+ :'headers' => :'headers',
75
+ :'content_disposition' => :'contentDisposition',
76
+ :'is_embedded_message' => :'isEmbeddedMessage',
77
+ :'name' => :'name',
78
+ :'name_encoding' => :'nameEncoding',
79
+ :'preferred_text_encoding' => :'preferredTextEncoding'
80
+ }
81
+ end
82
+
83
+ # Attribute type mapping.
84
+ def self.swagger_types
85
+ {
86
+ :'base64_data' => :'String',
87
+ :'content_id' => :'String',
88
+ :'content_type' => :'ContentType',
89
+ :'headers' => :'Hash<String, String>',
90
+ :'content_disposition' => :'String',
91
+ :'is_embedded_message' => :'BOOLEAN',
92
+ :'name' => :'String',
93
+ :'name_encoding' => :'String',
94
+ :'preferred_text_encoding' => :'String'
95
+ }
96
+ end
97
+
98
+ # Initializes the object
99
+ # @param [Hash] attributes Model attributes in the form of hash
100
+ def initialize(attributes = {})
101
+ return unless attributes.is_a?(Hash)
102
+
103
+ # convert string to symbol for hash key
104
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
105
+
106
+ if attributes.has_key?(:'base64Data')
107
+ self.base64_data = attributes[:'base64Data']
108
+ end
109
+
110
+ if attributes.has_key?(:'contentId')
111
+ self.content_id = attributes[:'contentId']
112
+ end
113
+
114
+ if attributes.has_key?(:'contentType')
115
+ self.content_type = attributes[:'contentType']
116
+ end
117
+
118
+ if attributes.has_key?(:'headers')
119
+ if (value = attributes[:'headers']).is_a?(Hash)
120
+ self.headers = value
121
+ end
122
+ end
123
+
124
+ if attributes.has_key?(:'contentDisposition')
125
+ self.content_disposition = attributes[:'contentDisposition']
126
+ end
127
+
128
+ if attributes.has_key?(:'isEmbeddedMessage')
129
+ self.is_embedded_message = attributes[:'isEmbeddedMessage']
130
+ end
131
+
132
+ if attributes.has_key?(:'name')
133
+ self.name = attributes[:'name']
134
+ end
135
+
136
+ if attributes.has_key?(:'nameEncoding')
137
+ self.name_encoding = attributes[:'nameEncoding']
138
+ end
139
+
140
+ if attributes.has_key?(:'preferredTextEncoding')
141
+ self.preferred_text_encoding = attributes[:'preferredTextEncoding']
142
+ end
143
+ end
144
+
145
+ # Initializes the object
146
+ # @param [String] base64_data Attachment file content as Base64 string.
147
+ # @param [String] content_id Attachment content id
148
+ # @param [ContentType] content_type Content type
149
+ # @param [Hash<String, String>] headers Attachment headers.
150
+ # @param [String] content_disposition Content-Disposition header. Read only.
151
+ # @param [BOOLEAN] is_embedded_message Determines if attachment is an embedded message. Read only.
152
+ # @param [String] name Attachment name.
153
+ # @param [String] name_encoding Encoding of attachment name.
154
+ # @param [String] preferred_text_encoding Preferred text encoding.
155
+ def initialize(base64_data=nil, content_id=nil, content_type=nil, headers=nil, content_disposition=nil, is_embedded_message=nil, name=nil, name_encoding=nil, preferred_text_encoding=nil)
156
+ self.base64_data = base64_data if base64_data
157
+ self.content_id = content_id if content_id
158
+ self.content_type = content_type if content_type
159
+ self.headers = headers if headers
160
+ self.content_disposition = content_disposition if content_disposition
161
+ self.is_embedded_message = is_embedded_message if is_embedded_message
162
+ self.name = name if name
163
+ self.name_encoding = name_encoding if name_encoding
164
+ self.preferred_text_encoding = preferred_text_encoding if preferred_text_encoding
165
+ end
166
+
167
+ # Show invalid properties with the reasons. Usually used together with valid?
168
+ # @return Array for valid properties with the reasons
169
+ def list_invalid_properties
170
+ invalid_properties = Array.new
171
+ if @is_embedded_message.nil?
172
+ invalid_properties.push('invalid value for "is_embedded_message", is_embedded_message cannot be nil.')
173
+ end
174
+
175
+ invalid_properties
176
+ end
177
+
178
+ # Check to see if the all the properties in the model are valid
179
+ # @return true if the model is valid
180
+ def valid?
181
+ return false if @is_embedded_message.nil?
182
+ true
183
+ end
184
+
185
+ # Checks equality by comparing each attribute.
186
+ # @param [Object] Object to be compared
187
+ def ==(o)
188
+ return true if self.equal?(o)
189
+ self.class == o.class &&
190
+ base64_data == o.base64_data &&
191
+ content_id == o.content_id &&
192
+ content_type == o.content_type &&
193
+ headers == o.headers &&
194
+ content_disposition == o.content_disposition &&
195
+ is_embedded_message == o.is_embedded_message &&
196
+ name == o.name &&
197
+ name_encoding == o.name_encoding &&
198
+ preferred_text_encoding == o.preferred_text_encoding
199
+ end
200
+
201
+ # @see the `==` method
202
+ # @param [Object] Object to be compared
203
+ def eql?(o)
204
+ self == o
205
+ end
206
+
207
+ # Calculates hash code according to all attributes.
208
+ # @return [Fixnum] Hash code
209
+ def hash
210
+ [base64_data, content_id, content_type, headers, content_disposition, is_embedded_message, name, name_encoding, preferred_text_encoding].hash
211
+ end
212
+
213
+ # Builds the object from hash
214
+ # @param [Hash] attributes Model attributes in the form of hash
215
+ # @return [Object] Returns the model itself
216
+ def build_from_hash(attributes)
217
+ return nil unless attributes.is_a?(Hash)
218
+ self.class.swagger_types.each_pair do |key, type|
219
+ attribute_key = self.class.attribute_map[key]
220
+ attribute_key = (attribute_key[0, 1].downcase + attribute_key[1..-1]).to_sym
221
+ if type =~ /\AArray<(.*)>/i
222
+ # check to ensure the input is an array given that the the attribute
223
+ # is documented as an array but the input is not
224
+ if attributes[attribute_key].is_a?(Array)
225
+ self.send("#{key}=", attributes[attribute_key].map { |v| _deserialize($1, v) })
226
+ end
227
+ elsif !attributes[attribute_key].nil?
228
+ self.send("#{key}=", _deserialize(type, attributes[attribute_key]))
229
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
230
+ end
231
+
232
+ self
233
+ end
234
+
235
+ # Deserializes the data based on type
236
+ # @param string type Data type
237
+ # @param string value Value to be deserialized
238
+ # @return [Object] Deserialized data
239
+ def _deserialize(type, value)
240
+ case type.to_sym
241
+ when :DateTime
242
+ DateTime.parse(value)
243
+ when :Date
244
+ Date.parse(value)
245
+ when :String
246
+ value.to_s
247
+ when :Integer
248
+ value.to_i
249
+ when :Float
250
+ value.to_f
251
+ when :BOOLEAN
252
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
253
+ true
254
+ else
255
+ false
256
+ end
257
+ when :Object
258
+ # generic object (usually a Hash), return directly
259
+ value
260
+ when /\AArray<(?<inner_type>.+)>\z/
261
+ inner_type = Regexp.last_match[:inner_type]
262
+ value.map { |v| _deserialize(inner_type, v) }
263
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
264
+ k_type = Regexp.last_match[:k_type]
265
+ v_type = Regexp.last_match[:v_type]
266
+ {}.tap do |hash|
267
+ value.each do |k, v|
268
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
269
+ end
270
+ end
271
+ else # model
272
+ sub_type = value[:type] || value[:discriminator] || type
273
+ if AsposeEmailCloud.const_defined?(sub_type)
274
+ type = sub_type
275
+ end
276
+ temp_model = AsposeEmailCloud.const_get(type).new
277
+ temp_model.build_from_hash(value)
278
+ end
279
+ end
280
+
281
+ # Returns the string representation of the object
282
+ # @return [String] String presentation of the object
283
+ def to_s
284
+ to_hash.to_s
285
+ end
286
+
287
+ # to_body is an alias to to_hash (backward compatibility)
288
+ # @return [Hash] Returns the object in the form of hash
289
+ def to_body
290
+ to_hash
291
+ end
292
+
293
+ # Returns the object in the form of hash
294
+ # @return [Hash] Returns the object in the form of hash
295
+ def to_hash
296
+ hash = {}
297
+ self.class.attribute_map.each_pair do |attr, param|
298
+ value = self.send(attr)
299
+ next if value.nil?
300
+ hash[param] = _to_hash(value)
301
+ end
302
+ hash
303
+ end
304
+
305
+ # Outputs non-array value in the form of hash
306
+ # For object, use to_hash. Otherwise, just return the value
307
+ # @param [Object] value Any valid value
308
+ # @return [Hash] Returns the value in the form of hash
309
+ def _to_hash(value)
310
+ if value.is_a?(Array)
311
+ value.compact.map { |v| _to_hash(v) }
312
+ elsif value.is_a?(Hash)
313
+ {}.tap do |hash|
314
+ value.each { |k, v| hash[k] = _to_hash(v) }
315
+ end
316
+ elsif value.respond_to? :to_hash
317
+ value.to_hash
318
+ else
319
+ value
320
+ end
321
+ end
322
+
323
+ end
324
+ end