aspose_email_cloud 20.3.0 → 20.12.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (348) hide show
  1. checksums.yaml +4 -4
  2. data/lib/aspose-email-cloud.rb +205 -187
  3. data/lib/aspose-email-cloud/api/ai_bcr_api.rb +87 -0
  4. data/lib/aspose-email-cloud/api/ai_group.rb +49 -0
  5. data/lib/aspose-email-cloud/api/ai_name_api.rb +216 -0
  6. data/lib/aspose-email-cloud/api/calendar_api.rb +209 -0
  7. data/lib/aspose-email-cloud/api/client_account_api.rb +124 -0
  8. data/lib/aspose-email-cloud/api/client_folder_api.rb +116 -0
  9. data/lib/aspose-email-cloud/api/client_group.rb +59 -0
  10. data/lib/aspose-email-cloud/api/client_message_api.rb +233 -0
  11. data/lib/aspose-email-cloud/api/client_thread_api.rb +152 -0
  12. data/lib/aspose-email-cloud/api/cloud_storage_group.rb +54 -0
  13. data/lib/aspose-email-cloud/api/contact_api.rb +174 -0
  14. data/lib/aspose-email-cloud/api/disposable_email_api.rb +60 -0
  15. data/lib/aspose-email-cloud/api/email_api.rb +107 -854
  16. data/lib/aspose-email-cloud/api/email_cloud.rb +96 -0
  17. data/lib/aspose-email-cloud/api/email_config_api.rb +114 -0
  18. data/lib/aspose-email-cloud/api/file_api.rb +95 -0
  19. data/lib/aspose-email-cloud/api/folder_api.rb +96 -0
  20. data/lib/aspose-email-cloud/api/mapi_calendar_api.rb +150 -0
  21. data/lib/aspose-email-cloud/api/mapi_contact_api.rb +150 -0
  22. data/lib/aspose-email-cloud/api/mapi_group.rb +54 -0
  23. data/lib/aspose-email-cloud/api/mapi_message_api.rb +150 -0
  24. data/lib/aspose-email-cloud/api/storage_api.rb +84 -0
  25. data/lib/aspose-email-cloud/api_client.rb +11 -10
  26. data/lib/aspose-email-cloud/api_error.rb +1 -1
  27. data/lib/aspose-email-cloud/api_invoker.rb +92 -0
  28. data/lib/aspose-email-cloud/configuration.rb +12 -12
  29. data/lib/aspose-email-cloud/models/ai_bcr_image.rb +5 -19
  30. data/lib/aspose-email-cloud/models/ai_bcr_image_storage_file.rb +12 -25
  31. data/lib/aspose-email-cloud/models/ai_bcr_options.rb +9 -27
  32. data/lib/aspose-email-cloud/models/ai_bcr_parse_request.rb +95 -0
  33. data/lib/aspose-email-cloud/models/{ai_bcr_parse_storage_rq.rb → ai_bcr_parse_storage_request.rb} +29 -53
  34. data/lib/aspose-email-cloud/models/{requests/ai_name_complete_request_data.rb → ai_name_complete_request.rb} +23 -29
  35. data/lib/aspose-email-cloud/models/ai_name_component.rb +6 -32
  36. data/lib/aspose-email-cloud/models/{list_response_of_string.rb → ai_name_component_list.rb} +9 -24
  37. data/lib/aspose-email-cloud/models/ai_name_cultural_context.rb +7 -37
  38. data/lib/aspose-email-cloud/models/{requests/ai_name_expand_request_data.rb → ai_name_expand_request.rb} +23 -29
  39. data/lib/aspose-email-cloud/models/ai_name_extracted.rb +4 -24
  40. data/lib/aspose-email-cloud/models/ai_name_extracted_component.rb +4 -22
  41. data/lib/aspose-email-cloud/models/{value_response.rb → ai_name_extracted_list.rb} +10 -24
  42. data/lib/aspose-email-cloud/models/{requests/ai_name_format_request_data.rb → ai_name_format_request.rb} +23 -29
  43. data/lib/aspose-email-cloud/models/ai_name_formatted.rb +4 -22
  44. data/lib/aspose-email-cloud/models/ai_name_gender_hypothesis.rb +4 -22
  45. data/lib/aspose-email-cloud/models/{list_response_of_ai_bcr_ocr_data.rb → ai_name_gender_hypothesis_list.rb} +9 -24
  46. data/lib/aspose-email-cloud/models/{requests/ai_name_genderize_request_data.rb → ai_name_genderize_request.rb} +23 -29
  47. data/lib/aspose-email-cloud/models/{ai_name_parsed_match_rq.rb → ai_name_match_parsed_request.rb} +8 -38
  48. data/lib/aspose-email-cloud/models/{requests/ai_name_match_request_data.rb → ai_name_match_request.rb} +26 -33
  49. data/lib/aspose-email-cloud/models/ai_name_match_result.rb +4 -24
  50. data/lib/aspose-email-cloud/models/ai_name_mismatch.rb +5 -27
  51. data/lib/aspose-email-cloud/models/{requests/ai_name_parse_email_address_request_data.rb → ai_name_parse_email_address_request.rb} +26 -29
  52. data/lib/aspose-email-cloud/models/{requests/ai_name_parse_request_data.rb → ai_name_parse_request.rb} +25 -31
  53. data/lib/aspose-email-cloud/models/{ai_name_parsed_rq.rb → ai_name_parsed_request.rb} +7 -31
  54. data/lib/aspose-email-cloud/models/ai_name_weighted.rb +4 -22
  55. data/lib/aspose-email-cloud/models/ai_name_weighted_variants.rb +4 -24
  56. data/lib/aspose-email-cloud/models/alternate_view.rb +9 -47
  57. data/lib/aspose-email-cloud/models/associated_person.rb +5 -27
  58. data/lib/aspose-email-cloud/models/attachment.rb +12 -60
  59. data/lib/aspose-email-cloud/models/attachment_base.rb +6 -34
  60. data/lib/aspose-email-cloud/models/{calendar_dto_alternate_rq.rb → calendar_as_alternate_request.rb} +8 -30
  61. data/lib/aspose-email-cloud/models/calendar_as_file_request.rb +218 -0
  62. data/lib/aspose-email-cloud/models/{requests/save_email_model_request_data.rb → calendar_convert_request.rb} +27 -42
  63. data/lib/aspose-email-cloud/models/calendar_dto.rb +35 -130
  64. data/lib/aspose-email-cloud/models/{requests/ai_bcr_parse_request_data.rb → calendar_from_file_request.rb} +23 -28
  65. data/lib/aspose-email-cloud/models/{requests/get_calendar_model_as_alternate_request_data.rb → calendar_get_as_alternate_request.rb} +22 -27
  66. data/lib/aspose-email-cloud/models/calendar_get_as_file_request.rb +96 -0
  67. data/lib/aspose-email-cloud/models/{requests/get_calendar_model_list_request_data.rb → calendar_get_list_request.rb} +26 -29
  68. data/lib/aspose-email-cloud/models/{requests/get_calendar_model_request_data.rb → calendar_get_request.rb} +26 -31
  69. data/lib/aspose-email-cloud/models/calendar_reminder.rb +10 -56
  70. data/lib/aspose-email-cloud/models/{storage_model_rq_of_calendar_dto.rb → calendar_save_request.rb} +40 -33
  71. data/lib/aspose-email-cloud/models/{calendar_dto_list.rb → calendar_storage_list.rb} +6 -22
  72. data/lib/aspose-email-cloud/models/{ai_bcr_rq.rb → client_account_base_request.rb} +20 -29
  73. data/lib/aspose-email-cloud/models/{requests/get_email_attachment_request_data.rb → client_account_get_multi_request.rb} +27 -39
  74. data/lib/aspose-email-cloud/models/{requests/get_email_request_data.rb → client_account_get_request.rb} +26 -31
  75. data/lib/aspose-email-cloud/models/{storage_file_rq_of_email_client_multi_account.rb → client_account_save_multi_request.rb} +29 -36
  76. data/lib/aspose-email-cloud/models/{storage_file_rq_of_email_client_account.rb → client_account_save_request.rb} +29 -36
  77. data/lib/aspose-email-cloud/models/client_folder_create_request.rb +246 -0
  78. data/lib/aspose-email-cloud/models/{ai_bcr_base64_image.rb → client_folder_delete_request.rb} +50 -44
  79. data/lib/aspose-email-cloud/models/{requests/list_email_folders_request_data.rb → client_folder_get_list_request.rb} +30 -39
  80. data/lib/aspose-email-cloud/models/client_message_append_file_request.rb +114 -0
  81. data/lib/aspose-email-cloud/models/client_message_append_request.rb +241 -0
  82. data/lib/aspose-email-cloud/models/client_message_base_request.rb +237 -0
  83. data/lib/aspose-email-cloud/models/{email_property.rb → client_message_delete_request.rb} +48 -70
  84. data/lib/aspose-email-cloud/models/client_message_fetch_file_request.rb +108 -0
  85. data/lib/aspose-email-cloud/models/client_message_fetch_request.rb +114 -0
  86. data/lib/aspose-email-cloud/models/{requests/list_email_models_request_data.rb → client_message_list_request.rb} +43 -49
  87. data/lib/aspose-email-cloud/models/{set_message_read_flag_account_base_request.rb → client_message_move_request.rb} +60 -99
  88. data/lib/aspose-email-cloud/models/client_message_send_file_request.rb +105 -0
  89. data/lib/aspose-email-cloud/models/{ai_bcr_base64_rq.rb → client_message_send_request.rb} +34 -44
  90. data/lib/aspose-email-cloud/models/client_message_set_is_read_request.rb +251 -0
  91. data/lib/aspose-email-cloud/models/{hierarchical_object_response.rb → client_thread_base_request.rb} +52 -41
  92. data/lib/aspose-email-cloud/models/{ai_bcr_ocr_data.rb → client_thread_delete_request.rb} +59 -69
  93. data/lib/aspose-email-cloud/models/client_thread_get_list_request.rb +108 -0
  94. data/lib/aspose-email-cloud/models/client_thread_get_messages_request.rb +105 -0
  95. data/lib/aspose-email-cloud/models/{account_base_request.rb → client_thread_move_request.rb} +72 -65
  96. data/lib/aspose-email-cloud/models/client_thread_set_is_read_request.rb +260 -0
  97. data/lib/aspose-email-cloud/models/contact_as_file_request.rb +218 -0
  98. data/lib/aspose-email-cloud/models/contact_convert_request.rb +94 -0
  99. data/lib/aspose-email-cloud/models/contact_dto.rb +38 -208
  100. data/lib/aspose-email-cloud/models/{requests/create_mapi_request_data.rb → contact_from_file_request.rb} +31 -36
  101. data/lib/aspose-email-cloud/models/{requests/get_email_property_request_data.rb → contact_get_as_file_request.rb} +38 -33
  102. data/lib/aspose-email-cloud/models/{requests/get_contact_model_list_request_data.rb → contact_get_list_request.rb} +18 -20
  103. data/lib/aspose-email-cloud/models/{requests/get_contact_model_request_data.rb → contact_get_request.rb} +23 -28
  104. data/lib/aspose-email-cloud/models/{list_response_of_hierarchical_object.rb → contact_list.rb} +9 -24
  105. data/lib/aspose-email-cloud/models/contact_photo.rb +46 -25
  106. data/lib/aspose-email-cloud/models/{storage_model_rq_of_contact_dto.rb → contact_save_request.rb} +40 -33
  107. data/lib/aspose-email-cloud/models/{contact_dto_list.rb → contact_storage_list.rb} +6 -22
  108. data/lib/aspose-email-cloud/models/content_type.rb +7 -39
  109. data/lib/aspose-email-cloud/models/content_type_parameter.rb +4 -22
  110. data/lib/aspose-email-cloud/models/{requests/copy_file_request_data.rb → copy_file_request.rb} +13 -20
  111. data/lib/aspose-email-cloud/models/{requests/copy_folder_request_data.rb → copy_folder_request.rb} +13 -20
  112. data/lib/aspose-email-cloud/models/{requests/create_folder_request_data.rb → create_folder_request.rb} +12 -18
  113. data/lib/aspose-email-cloud/models/customer_event.rb +4 -22
  114. data/lib/aspose-email-cloud/models/{indexed_hierarchical_object.rb → daily_recurrence_pattern_dto.rb} +261 -265
  115. data/lib/aspose-email-cloud/models/{requests/delete_file_request_data.rb → delete_file_request.rb} +12 -18
  116. data/lib/aspose-email-cloud/models/{requests/delete_folder_request_data.rb → delete_folder_request.rb} +12 -18
  117. data/lib/aspose-email-cloud/models/disc_usage.rb +4 -22
  118. data/lib/aspose-email-cloud/models/{discover_email_config_rq.rb → discover_email_config_request.rb} +7 -29
  119. data/lib/aspose-email-cloud/models/{requests/is_email_address_disposable_request_data.rb → disposable_email_is_disposable_request.rb} +18 -20
  120. data/lib/aspose-email-cloud/models/{requests/download_file_request_data.rb → download_file_request.rb} +12 -18
  121. data/lib/aspose-email-cloud/models/email_account_config.rb +10 -56
  122. data/lib/aspose-email-cloud/models/email_account_config_list.rb +4 -20
  123. data/lib/aspose-email-cloud/models/email_address.rb +44 -41
  124. data/lib/aspose-email-cloud/models/email_as_file_request.rb +218 -0
  125. data/lib/aspose-email-cloud/models/email_client_account.rb +20 -41
  126. data/lib/aspose-email-cloud/models/email_client_account_credentials.rb +3 -26
  127. data/lib/aspose-email-cloud/models/email_client_account_oauth_credentials.rb +8 -47
  128. data/lib/aspose-email-cloud/models/email_client_account_password_credentials.rb +5 -32
  129. data/lib/aspose-email-cloud/models/email_client_multi_account.rb +4 -24
  130. data/lib/aspose-email-cloud/models/{discover_email_config_oauth.rb → email_config_discover_oauth_request.rb} +11 -49
  131. data/lib/aspose-email-cloud/models/{discover_email_config_password.rb → email_config_discover_password_request.rb} +8 -34
  132. data/lib/aspose-email-cloud/models/{requests/discover_email_config_request_data.rb → email_config_discover_request.rb} +20 -23
  133. data/lib/aspose-email-cloud/models/email_convert_request.rb +94 -0
  134. data/lib/aspose-email-cloud/models/email_dto.rb +34 -192
  135. data/lib/aspose-email-cloud/models/{requests/save_contact_model_request_data.rb → email_from_file_request.rb} +27 -42
  136. data/lib/aspose-email-cloud/models/{requests/get_email_as_file_request_data.rb → email_get_as_file_request.rb} +19 -24
  137. data/lib/aspose-email-cloud/models/{requests/get_email_model_list_request_data.rb → email_get_list_request.rb} +20 -22
  138. data/lib/aspose-email-cloud/models/{requests/get_email_model_request_data.rb → email_get_request.rb} +25 -30
  139. data/lib/aspose-email-cloud/models/email_list.rb +199 -0
  140. data/lib/aspose-email-cloud/models/{requests/email_request.rb → email_request.rb} +7 -12
  141. data/lib/aspose-email-cloud/models/{storage_model_rq_of_email_dto.rb → email_save_request.rb} +40 -33
  142. data/lib/aspose-email-cloud/models/{email_dto_list.rb → email_storage_list.rb} +6 -22
  143. data/lib/aspose-email-cloud/models/email_thread.rb +226 -0
  144. data/lib/aspose-email-cloud/models/email_thread_list.rb +199 -0
  145. data/lib/aspose-email-cloud/models/enum_with_custom_of_associated_person_category.rb +23 -22
  146. data/lib/aspose-email-cloud/models/enum_with_custom_of_email_address_category.rb +23 -22
  147. data/lib/aspose-email-cloud/models/enum_with_custom_of_event_category.rb +23 -22
  148. data/lib/aspose-email-cloud/models/enum_with_custom_of_instant_messenger_category.rb +23 -22
  149. data/lib/aspose-email-cloud/models/enum_with_custom_of_phone_number_category.rb +23 -22
  150. data/lib/aspose-email-cloud/models/enum_with_custom_of_postal_address_category.rb +23 -22
  151. data/lib/aspose-email-cloud/models/enum_with_custom_of_url_category.rb +23 -22
  152. data/lib/aspose-email-cloud/models/error.rb +6 -32
  153. data/lib/aspose-email-cloud/models/error_details.rb +4 -22
  154. data/lib/aspose-email-cloud/models/file_version.rb +10 -48
  155. data/lib/aspose-email-cloud/models/file_versions.rb +3 -19
  156. data/lib/aspose-email-cloud/models/files_list.rb +3 -19
  157. data/lib/aspose-email-cloud/models/files_upload_result.rb +4 -26
  158. data/lib/aspose-email-cloud/models/{requests/get_disc_usage_request_data.rb → get_disc_usage_request.rb} +11 -16
  159. data/lib/aspose-email-cloud/models/{requests/get_file_versions_request_data.rb → get_file_versions_request.rb} +12 -18
  160. data/lib/aspose-email-cloud/models/{requests/get_files_list_request_data.rb → get_files_list_request.rb} +12 -18
  161. data/lib/aspose-email-cloud/models/{requests/http_request.rb → http_request.rb} +2 -6
  162. data/lib/aspose-email-cloud/models/instant_messenger_address.rb +5 -27
  163. data/lib/aspose-email-cloud/models/linked_resource.rb +8 -40
  164. data/lib/aspose-email-cloud/models/list_response_of_ai_name_component.rb +3 -19
  165. data/lib/aspose-email-cloud/models/list_response_of_ai_name_extracted.rb +3 -19
  166. data/lib/aspose-email-cloud/models/list_response_of_ai_name_gender_hypothesis.rb +3 -19
  167. data/lib/aspose-email-cloud/models/list_response_of_contact_dto.rb +3 -19
  168. data/lib/aspose-email-cloud/models/list_response_of_email_account_config.rb +3 -19
  169. data/lib/aspose-email-cloud/models/list_response_of_email_dto.rb +3 -19
  170. data/lib/aspose-email-cloud/models/list_response_of_email_thread.rb +198 -0
  171. data/lib/aspose-email-cloud/models/list_response_of_mail_message_base.rb +198 -0
  172. data/lib/aspose-email-cloud/models/list_response_of_mail_server_folder.rb +3 -19
  173. data/lib/aspose-email-cloud/models/list_response_of_storage_file_location.rb +3 -19
  174. data/lib/aspose-email-cloud/models/list_response_of_storage_model_of_calendar_dto.rb +3 -19
  175. data/lib/aspose-email-cloud/models/list_response_of_storage_model_of_contact_dto.rb +3 -19
  176. data/lib/aspose-email-cloud/models/list_response_of_storage_model_of_email_dto.rb +3 -19
  177. data/lib/aspose-email-cloud/models/mail_address.rb +18 -31
  178. data/lib/aspose-email-cloud/models/mail_message_base.rb +205 -0
  179. data/lib/aspose-email-cloud/models/mail_message_base64.rb +252 -0
  180. data/lib/aspose-email-cloud/models/mail_message_base_list.rb +199 -0
  181. data/lib/aspose-email-cloud/models/mail_message_dto.rb +219 -0
  182. data/lib/aspose-email-cloud/models/mail_message_mapi.rb +219 -0
  183. data/lib/aspose-email-cloud/models/mail_server_folder.rb +4 -22
  184. data/lib/aspose-email-cloud/models/mail_server_folder_list.rb +199 -0
  185. data/lib/aspose-email-cloud/models/{mime_response.rb → mapi_attachment_dto.rb} +23 -28
  186. data/lib/aspose-email-cloud/models/mapi_binary_property_dto.rb +223 -0
  187. data/lib/aspose-email-cloud/models/mapi_boolean_property_dto.rb +228 -0
  188. data/lib/aspose-email-cloud/models/mapi_calendar_as_file_request.rb +218 -0
  189. data/lib/aspose-email-cloud/models/{add_attachment_request.rb → mapi_calendar_attendees_dto.rb} +52 -42
  190. data/lib/aspose-email-cloud/models/mapi_calendar_daily_recurrence_pattern_dto.rb +381 -0
  191. data/lib/aspose-email-cloud/models/mapi_calendar_dto.rb +561 -0
  192. data/lib/aspose-email-cloud/models/{ai_bcr_ocr_data_part.rb → mapi_calendar_event_recurrence_dto.rb} +69 -110
  193. data/lib/aspose-email-cloud/models/mapi_calendar_exception_info_dto.rb +361 -0
  194. data/lib/aspose-email-cloud/models/{requests/ai_bcr_ocr_request_data.rb → mapi_calendar_from_file_request.rb} +23 -28
  195. data/lib/aspose-email-cloud/models/{requests/get_calendar_request_data.rb → mapi_calendar_get_request.rb} +29 -31
  196. data/lib/aspose-email-cloud/models/mapi_calendar_recurrence_pattern_dto.rb +372 -0
  197. data/lib/aspose-email-cloud/models/mapi_calendar_save_request.rb +232 -0
  198. data/lib/aspose-email-cloud/models/mapi_calendar_time_zone_dto.rb +208 -0
  199. data/lib/aspose-email-cloud/models/{send_email_model_rq.rb → mapi_calendar_time_zone_info_dto.rb} +85 -88
  200. data/lib/aspose-email-cloud/models/{delete_message_base_request.rb → mapi_calendar_time_zone_rule_dto.rb} +133 -107
  201. data/lib/aspose-email-cloud/models/mapi_calendar_weekly_recurrence_pattern_dto.rb +381 -0
  202. data/lib/aspose-email-cloud/models/mapi_calendar_yearly_and_monthly_recurrence_pattern_dto.rb +409 -0
  203. data/lib/aspose-email-cloud/models/mapi_contact_as_file_request.rb +218 -0
  204. data/lib/aspose-email-cloud/models/mapi_contact_dto.rb +440 -0
  205. data/lib/aspose-email-cloud/models/mapi_contact_electronic_address_dto.rb +249 -0
  206. data/lib/aspose-email-cloud/models/{delete_folder_base_request.rb → mapi_contact_electronic_address_property_set_dto.rb} +92 -129
  207. data/lib/aspose-email-cloud/models/mapi_contact_event_property_set_dto.rb +218 -0
  208. data/lib/aspose-email-cloud/models/mapi_contact_from_file_request.rb +84 -0
  209. data/lib/aspose-email-cloud/models/{requests/get_contact_properties_request_data.rb → mapi_contact_get_request.rb} +31 -33
  210. data/lib/aspose-email-cloud/models/mapi_contact_name_property_set_dto.rb +285 -0
  211. data/lib/aspose-email-cloud/models/mapi_contact_other_property_set_dto.rb +277 -0
  212. data/lib/aspose-email-cloud/models/mapi_contact_personal_info_property_set_dto.rb +366 -0
  213. data/lib/aspose-email-cloud/models/{indexed_primitive_object.rb → mapi_contact_photo_dto.rb} +252 -263
  214. data/lib/aspose-email-cloud/models/{link.rb → mapi_contact_physical_address_dto.rb} +88 -64
  215. data/lib/aspose-email-cloud/models/{ai_bcr_parse_ocr_data_rq.rb → mapi_contact_physical_address_property_set_dto.rb} +33 -49
  216. data/lib/aspose-email-cloud/models/mapi_contact_professional_property_set_dto.rb +253 -0
  217. data/lib/aspose-email-cloud/models/mapi_contact_save_request.rb +232 -0
  218. data/lib/aspose-email-cloud/models/mapi_contact_telephone_property_set_dto.rb +371 -0
  219. data/lib/aspose-email-cloud/models/mapi_date_time_property_dto.rb +228 -0
  220. data/lib/aspose-email-cloud/models/{base_object.rb → mapi_electronic_address_dto.rb} +235 -232
  221. data/lib/aspose-email-cloud/models/{primitive_object.rb → mapi_file_as_property_dto.rb} +228 -245
  222. data/lib/aspose-email-cloud/models/mapi_importance_property_dto.rb +228 -0
  223. data/lib/aspose-email-cloud/models/mapi_int_property_dto.rb +228 -0
  224. data/lib/aspose-email-cloud/models/mapi_known_property_descriptor.rb +238 -0
  225. data/lib/aspose-email-cloud/models/mapi_legacy_free_busy_property_dto.rb +228 -0
  226. data/lib/aspose-email-cloud/models/mapi_message_as_file_request.rb +218 -0
  227. data/lib/aspose-email-cloud/models/mapi_message_dto.rb +604 -0
  228. data/lib/aspose-email-cloud/models/{requests/convert_email_request_data.rb → mapi_message_from_file_request.rb} +21 -27
  229. data/lib/aspose-email-cloud/models/mapi_message_get_request.rb +99 -0
  230. data/lib/aspose-email-cloud/models/mapi_message_item_base_dto.rb +359 -0
  231. data/lib/aspose-email-cloud/models/mapi_message_save_request.rb +232 -0
  232. data/lib/aspose-email-cloud/models/mapi_multi_int_property_dto.rb +223 -0
  233. data/lib/aspose-email-cloud/models/mapi_multi_string_property_dto.rb +223 -0
  234. data/lib/aspose-email-cloud/models/mapi_physical_address_index_property_dto.rb +228 -0
  235. data/lib/aspose-email-cloud/models/mapi_pid_lid_property_descriptor.rb +279 -0
  236. data/lib/aspose-email-cloud/models/mapi_pid_name_property_descriptor.rb +265 -0
  237. data/lib/aspose-email-cloud/models/mapi_pid_property_descriptor.rb +251 -0
  238. data/lib/aspose-email-cloud/models/mapi_pid_tag_property_descriptor.rb +279 -0
  239. data/lib/aspose-email-cloud/models/mapi_property_descriptor.rb +205 -0
  240. data/lib/aspose-email-cloud/models/{email_document_response.rb → mapi_property_dto.rb} +29 -28
  241. data/lib/aspose-email-cloud/models/{hierarchical_object.rb → mapi_recipient_dto.rb} +231 -247
  242. data/lib/aspose-email-cloud/models/mapi_response_type_property_dto.rb +228 -0
  243. data/lib/aspose-email-cloud/models/mapi_string_property_dto.rb +223 -0
  244. data/lib/aspose-email-cloud/models/monthly_recurrence_pattern_dto.rb +303 -0
  245. data/lib/aspose-email-cloud/models/{requests/move_file_request_data.rb → move_file_request.rb} +13 -20
  246. data/lib/aspose-email-cloud/models/{requests/move_folder_request_data.rb → move_folder_request.rb} +16 -20
  247. data/lib/aspose-email-cloud/models/name_value_pair.rb +4 -22
  248. data/lib/aspose-email-cloud/models/object_exist.rb +4 -22
  249. data/lib/aspose-email-cloud/models/{requests/object_exists_request_data.rb → object_exists_request.rb} +12 -18
  250. data/lib/aspose-email-cloud/models/phone_number.rb +5 -27
  251. data/lib/aspose-email-cloud/models/postal_address.rb +13 -67
  252. data/lib/aspose-email-cloud/models/recurrence_pattern_dto.rb +261 -0
  253. data/lib/aspose-email-cloud/models/reminder_attendee.rb +27 -17
  254. data/lib/aspose-email-cloud/models/reminder_trigger.rb +5 -27
  255. data/lib/aspose-email-cloud/models/storage_exist.rb +3 -17
  256. data/lib/aspose-email-cloud/models/{requests/storage_exists_request_data.rb → storage_exists_request.rb} +15 -18
  257. data/lib/aspose-email-cloud/models/storage_file.rb +7 -37
  258. data/lib/aspose-email-cloud/models/storage_file_location.rb +6 -28
  259. data/lib/aspose-email-cloud/models/storage_file_location_list.rb +199 -0
  260. data/lib/aspose-email-cloud/models/storage_folder_location.rb +4 -22
  261. data/lib/aspose-email-cloud/models/storage_model_of_calendar_dto.rb +14 -22
  262. data/lib/aspose-email-cloud/models/storage_model_of_contact_dto.rb +14 -22
  263. data/lib/aspose-email-cloud/models/storage_model_of_email_client_account.rb +217 -0
  264. data/lib/aspose-email-cloud/models/storage_model_of_email_client_multi_account.rb +217 -0
  265. data/lib/aspose-email-cloud/models/storage_model_of_email_dto.rb +14 -22
  266. data/lib/aspose-email-cloud/models/storage_model_of_mapi_calendar_dto.rb +217 -0
  267. data/lib/aspose-email-cloud/models/storage_model_of_mapi_contact_dto.rb +217 -0
  268. data/lib/aspose-email-cloud/models/storage_model_of_mapi_message_dto.rb +217 -0
  269. data/lib/aspose-email-cloud/models/task_regenerating_pattern_dto.rb +275 -0
  270. data/lib/aspose-email-cloud/models/{requests/upload_file_request_data.rb → upload_file_request.rb} +15 -20
  271. data/lib/aspose-email-cloud/models/url.rb +5 -27
  272. data/lib/aspose-email-cloud/models/value_t_of_boolean.rb +3 -17
  273. data/lib/aspose-email-cloud/models/value_t_of_string.rb +222 -0
  274. data/lib/aspose-email-cloud/models/weekly_recurrence_pattern_dto.rb +270 -0
  275. data/lib/aspose-email-cloud/models/{create_folder_base_request.rb → yearly_recurrence_pattern_dto.rb} +115 -111
  276. data/lib/aspose-email-cloud/version.rb +15 -15
  277. metadata +247 -214
  278. data/lib/aspose-email-cloud/models/ai_bcr_storage_image_rq.rb +0 -233
  279. data/lib/aspose-email-cloud/models/append_email_account_base_request.rb +0 -318
  280. data/lib/aspose-email-cloud/models/append_email_base_request.rb +0 -336
  281. data/lib/aspose-email-cloud/models/append_email_mime_base_request.rb +0 -355
  282. data/lib/aspose-email-cloud/models/append_email_model_rq.rb +0 -336
  283. data/lib/aspose-email-cloud/models/create_email_request.rb +0 -231
  284. data/lib/aspose-email-cloud/models/email_account_request.rb +0 -397
  285. data/lib/aspose-email-cloud/models/email_document.rb +0 -233
  286. data/lib/aspose-email-cloud/models/email_properties.rb +0 -233
  287. data/lib/aspose-email-cloud/models/email_property_response.rb +0 -213
  288. data/lib/aspose-email-cloud/models/hierarchical_object_request.rb +0 -231
  289. data/lib/aspose-email-cloud/models/list_response_of_hierarchical_object_response.rb +0 -214
  290. data/lib/aspose-email-cloud/models/requests/add_calendar_attachment_request_data.rb +0 -99
  291. data/lib/aspose-email-cloud/models/requests/add_contact_attachment_request_data.rb +0 -109
  292. data/lib/aspose-email-cloud/models/requests/add_email_attachment_request_data.rb +0 -99
  293. data/lib/aspose-email-cloud/models/requests/add_mapi_attachment_request_data.rb +0 -99
  294. data/lib/aspose-email-cloud/models/requests/ai_bcr_ocr_storage_request_data.rb +0 -79
  295. data/lib/aspose-email-cloud/models/requests/ai_bcr_parse_model_request_data.rb +0 -79
  296. data/lib/aspose-email-cloud/models/requests/ai_bcr_parse_ocr_data_model_request_data.rb +0 -79
  297. data/lib/aspose-email-cloud/models/requests/ai_bcr_parse_storage_request_data.rb +0 -79
  298. data/lib/aspose-email-cloud/models/requests/ai_name_expand_parsed_request_data.rb +0 -79
  299. data/lib/aspose-email-cloud/models/requests/ai_name_format_parsed_request_data.rb +0 -79
  300. data/lib/aspose-email-cloud/models/requests/ai_name_genderize_parsed_request_data.rb +0 -79
  301. data/lib/aspose-email-cloud/models/requests/ai_name_match_parsed_request_data.rb +0 -79
  302. data/lib/aspose-email-cloud/models/requests/append_email_message_request_data.rb +0 -79
  303. data/lib/aspose-email-cloud/models/requests/append_email_model_message_request_data.rb +0 -79
  304. data/lib/aspose-email-cloud/models/requests/append_mime_message_request_data.rb +0 -79
  305. data/lib/aspose-email-cloud/models/requests/convert_calendar_model_to_alternate_request_data.rb +0 -79
  306. data/lib/aspose-email-cloud/models/requests/create_calendar_request_data.rb +0 -89
  307. data/lib/aspose-email-cloud/models/requests/create_contact_request_data.rb +0 -99
  308. data/lib/aspose-email-cloud/models/requests/create_email_folder_request_data.rb +0 -79
  309. data/lib/aspose-email-cloud/models/requests/create_email_request_data.rb +0 -89
  310. data/lib/aspose-email-cloud/models/requests/delete_calendar_property_request_data.rb +0 -109
  311. data/lib/aspose-email-cloud/models/requests/delete_contact_property_request_data.rb +0 -119
  312. data/lib/aspose-email-cloud/models/requests/delete_email_folder_request_data.rb +0 -79
  313. data/lib/aspose-email-cloud/models/requests/delete_email_message_request_data.rb +0 -79
  314. data/lib/aspose-email-cloud/models/requests/delete_mapi_attachment_request_data.rb +0 -99
  315. data/lib/aspose-email-cloud/models/requests/delete_mapi_properties_request_data.rb +0 -89
  316. data/lib/aspose-email-cloud/models/requests/discover_email_config_oauth_request_data.rb +0 -79
  317. data/lib/aspose-email-cloud/models/requests/discover_email_config_password_request_data.rb +0 -79
  318. data/lib/aspose-email-cloud/models/requests/fetch_email_message_request_data.rb +0 -109
  319. data/lib/aspose-email-cloud/models/requests/fetch_email_model_request_data.rb +0 -109
  320. data/lib/aspose-email-cloud/models/requests/get_calendar_attachment_request_data.rb +0 -101
  321. data/lib/aspose-email-cloud/models/requests/get_calendar_list_request_data.rb +0 -108
  322. data/lib/aspose-email-cloud/models/requests/get_contact_attachment_request_data.rb +0 -111
  323. data/lib/aspose-email-cloud/models/requests/get_contact_list_request_data.rb +0 -103
  324. data/lib/aspose-email-cloud/models/requests/get_email_client_account_request_data.rb +0 -102
  325. data/lib/aspose-email-cloud/models/requests/get_email_client_multi_account_request_data.rb +0 -102
  326. data/lib/aspose-email-cloud/models/requests/get_mapi_attachment_request_data.rb +0 -101
  327. data/lib/aspose-email-cloud/models/requests/get_mapi_attachments_request_data.rb +0 -91
  328. data/lib/aspose-email-cloud/models/requests/get_mapi_list_request_data.rb +0 -93
  329. data/lib/aspose-email-cloud/models/requests/get_mapi_properties_request_data.rb +0 -91
  330. data/lib/aspose-email-cloud/models/requests/list_email_messages_request_data.rb +0 -127
  331. data/lib/aspose-email-cloud/models/requests/save_calendar_model_request_data.rb +0 -89
  332. data/lib/aspose-email-cloud/models/requests/save_email_client_account_request_data.rb +0 -79
  333. data/lib/aspose-email-cloud/models/requests/save_email_client_multi_account_request_data.rb +0 -79
  334. data/lib/aspose-email-cloud/models/requests/save_mail_account_request_data.rb +0 -79
  335. data/lib/aspose-email-cloud/models/requests/save_mail_o_auth_account_request_data.rb +0 -79
  336. data/lib/aspose-email-cloud/models/requests/send_email_mime_request_data.rb +0 -79
  337. data/lib/aspose-email-cloud/models/requests/send_email_model_request_data.rb +0 -79
  338. data/lib/aspose-email-cloud/models/requests/send_email_request_data.rb +0 -79
  339. data/lib/aspose-email-cloud/models/requests/set_email_property_request_data.rb +0 -99
  340. data/lib/aspose-email-cloud/models/requests/set_email_read_flag_request_data.rb +0 -79
  341. data/lib/aspose-email-cloud/models/requests/update_calendar_properties_request_data.rb +0 -89
  342. data/lib/aspose-email-cloud/models/requests/update_contact_properties_request_data.rb +0 -99
  343. data/lib/aspose-email-cloud/models/requests/update_mapi_properties_request_data.rb +0 -89
  344. data/lib/aspose-email-cloud/models/save_email_account_request.rb +0 -434
  345. data/lib/aspose-email-cloud/models/save_o_auth_email_account_request.rb +0 -521
  346. data/lib/aspose-email-cloud/models/send_email_base_request.rb +0 -281
  347. data/lib/aspose-email-cloud/models/send_email_mime_base_request.rb +0 -300
  348. data/lib/aspose-email-cloud/models/set_email_property_request.rb +0 -231
@@ -1,233 +0,0 @@
1
- # ----------------------------------------------------------------------------
2
- # <copyright company="Aspose" file="EmailProperties.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
- # Email list properties.
31
- class EmailProperties
32
- # Gets or sets link that originate from this document.
33
- # @return [Link]
34
- attr_accessor :link
35
-
36
- # List of properties
37
- # @return [Array<EmailProperty>]
38
- attr_accessor :list
39
-
40
- # Attribute mapping from ruby-style variable name to JSON key.
41
- def self.attribute_map
42
- {
43
- :'link' => :'link',
44
- :'list' => :'list'
45
- }
46
- end
47
-
48
- # Attribute type mapping.
49
- def self.swagger_types
50
- {
51
- :'link' => :'Link',
52
- :'list' => :'Array<EmailProperty>'
53
- }
54
- end
55
-
56
- # Initializes the object
57
- # @param [Hash] attributes Model attributes in the form of hash
58
- def initialize(attributes = {})
59
- return unless attributes.is_a?(Hash)
60
-
61
- # convert string to symbol for hash key
62
- attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
63
-
64
- if attributes.has_key?(:'link')
65
- self.link = attributes[:'link']
66
- end
67
-
68
- if attributes.has_key?(:'list')
69
- if (value = attributes[:'list']).is_a?(Array)
70
- self.list = value
71
- end
72
- end
73
- end
74
-
75
- # Initializes the object
76
- # @param [Link] link Gets or sets link that originate from this document.
77
- # @param [Array<EmailProperty>] list List of properties
78
- def initialize(link=nil, list=nil)
79
- self.link = link if link
80
- self.list = list if list
81
- end
82
-
83
- # Show invalid properties with the reasons. Usually used together with valid?
84
- # @return Array for valid properties with the reasons
85
- def list_invalid_properties
86
- invalid_properties = Array.new
87
- if @list.nil?
88
- invalid_properties.push('invalid value for "list", list cannot be nil.')
89
- end
90
-
91
- invalid_properties
92
- end
93
-
94
- # Check to see if the all the properties in the model are valid
95
- # @return true if the model is valid
96
- def valid?
97
- return false if @list.nil?
98
- true
99
- end
100
-
101
- # Checks equality by comparing each attribute.
102
- # @param [Object] Object to be compared
103
- def ==(o)
104
- return true if self.equal?(o)
105
- self.class == o.class &&
106
- link == o.link &&
107
- list == o.list
108
- end
109
-
110
- # @see the `==` method
111
- # @param [Object] Object to be compared
112
- def eql?(o)
113
- self == o
114
- end
115
-
116
- # Calculates hash code according to all attributes.
117
- # @return [Fixnum] Hash code
118
- def hash
119
- [link, list].hash
120
- end
121
-
122
- # Builds the object from hash
123
- # @param [Hash] attributes Model attributes in the form of hash
124
- # @return [Object] Returns the model itself
125
- def build_from_hash(attributes)
126
- return nil unless attributes.is_a?(Hash)
127
- self.class.swagger_types.each_pair do |key, type|
128
- attribute_key = self.class.attribute_map[key]
129
- attribute_key = (attribute_key[0, 1].downcase + attribute_key[1..-1]).to_sym
130
- if type =~ /\AArray<(.*)>/i
131
- # check to ensure the input is an array given that the the attribute
132
- # is documented as an array but the input is not
133
- if attributes[attribute_key].is_a?(Array)
134
- self.send("#{key}=", attributes[attribute_key].map { |v| _deserialize($1, v) })
135
- end
136
- elsif !attributes[attribute_key].nil?
137
- self.send("#{key}=", _deserialize(type, attributes[attribute_key]))
138
- end # or else data not found in attributes(hash), not an issue as the data can be optional
139
- end
140
-
141
- self
142
- end
143
-
144
- # Deserializes the data based on type
145
- # @param string type Data type
146
- # @param string value Value to be deserialized
147
- # @return [Object] Deserialized data
148
- def _deserialize(type, value)
149
- case type.to_sym
150
- when :DateTime
151
- DateTime.parse(value)
152
- when :Date
153
- Date.parse(value)
154
- when :String
155
- value.to_s
156
- when :Integer
157
- value.to_i
158
- when :Float
159
- value.to_f
160
- when :BOOLEAN
161
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
162
- true
163
- else
164
- false
165
- end
166
- when :Object
167
- # generic object (usually a Hash), return directly
168
- value
169
- when /\AArray<(?<inner_type>.+)>\z/
170
- inner_type = Regexp.last_match[:inner_type]
171
- value.map { |v| _deserialize(inner_type, v) }
172
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
173
- k_type = Regexp.last_match[:k_type]
174
- v_type = Regexp.last_match[:v_type]
175
- {}.tap do |hash|
176
- value.each do |k, v|
177
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
178
- end
179
- end
180
- else # model
181
- sub_type = value[:type] || value[:discriminator] || type
182
- if AsposeEmailCloud.const_defined?(sub_type)
183
- type = sub_type
184
- end
185
- temp_model = AsposeEmailCloud.const_get(type).new
186
- temp_model.build_from_hash(value)
187
- end
188
- end
189
-
190
- # Returns the string representation of the object
191
- # @return [String] String presentation of the object
192
- def to_s
193
- to_hash.to_s
194
- end
195
-
196
- # to_body is an alias to to_hash (backward compatibility)
197
- # @return [Hash] Returns the object in the form of hash
198
- def to_body
199
- to_hash
200
- end
201
-
202
- # Returns the object in the form of hash
203
- # @return [Hash] Returns the object in the form of hash
204
- def to_hash
205
- hash = {}
206
- self.class.attribute_map.each_pair do |attr, param|
207
- value = self.send(attr)
208
- next if value.nil?
209
- hash[param] = _to_hash(value)
210
- end
211
- hash
212
- end
213
-
214
- # Outputs non-array value in the form of hash
215
- # For object, use to_hash. Otherwise, just return the value
216
- # @param [Object] value Any valid value
217
- # @return [Hash] Returns the value in the form of hash
218
- def _to_hash(value)
219
- if value.is_a?(Array)
220
- value.compact.map { |v| _to_hash(v) }
221
- elsif value.is_a?(Hash)
222
- {}.tap do |hash|
223
- value.each { |k, v| hash[k] = _to_hash(v) }
224
- end
225
- elsif value.respond_to? :to_hash
226
- value.to_hash
227
- else
228
- value
229
- end
230
- end
231
-
232
- end
233
- end
@@ -1,213 +0,0 @@
1
- # ----------------------------------------------------------------------------
2
- # <copyright company="Aspose" file="EmailPropertyResponse.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
- # Email property response.
31
- class EmailPropertyResponse
32
- # Gets or sets email property.
33
- # @return [EmailProperty]
34
- attr_accessor :email_property
35
-
36
- # Attribute mapping from ruby-style variable name to JSON key.
37
- def self.attribute_map
38
- {
39
- :'email_property' => :'emailProperty'
40
- }
41
- end
42
-
43
- # Attribute type mapping.
44
- def self.swagger_types
45
- {
46
- :'email_property' => :'EmailProperty'
47
- }
48
- end
49
-
50
- # Initializes the object
51
- # @param [Hash] attributes Model attributes in the form of hash
52
- def initialize(attributes = {})
53
- return unless attributes.is_a?(Hash)
54
-
55
- # convert string to symbol for hash key
56
- attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
57
-
58
- if attributes.has_key?(:'emailProperty')
59
- self.email_property = attributes[:'emailProperty']
60
- end
61
- end
62
-
63
- # Initializes the object
64
- # @param [EmailProperty] email_property Gets or sets email property.
65
- def initialize(email_property=nil)
66
- self.email_property = email_property if email_property
67
- end
68
-
69
- # Show invalid properties with the reasons. Usually used together with valid?
70
- # @return Array for valid properties with the reasons
71
- def list_invalid_properties
72
- invalid_properties = Array.new
73
- invalid_properties
74
- end
75
-
76
- # Check to see if the all the properties in the model are valid
77
- # @return true if the model is valid
78
- def valid?
79
- true
80
- end
81
-
82
- # Checks equality by comparing each attribute.
83
- # @param [Object] Object to be compared
84
- def ==(o)
85
- return true if self.equal?(o)
86
- self.class == o.class &&
87
- email_property == o.email_property
88
- end
89
-
90
- # @see the `==` method
91
- # @param [Object] Object to be compared
92
- def eql?(o)
93
- self == o
94
- end
95
-
96
- # Calculates hash code according to all attributes.
97
- # @return [Fixnum] Hash code
98
- def hash
99
- [email_property].hash
100
- end
101
-
102
- # Builds the object from hash
103
- # @param [Hash] attributes Model attributes in the form of hash
104
- # @return [Object] Returns the model itself
105
- def build_from_hash(attributes)
106
- return nil unless attributes.is_a?(Hash)
107
- self.class.swagger_types.each_pair do |key, type|
108
- attribute_key = self.class.attribute_map[key]
109
- attribute_key = (attribute_key[0, 1].downcase + attribute_key[1..-1]).to_sym
110
- if type =~ /\AArray<(.*)>/i
111
- # check to ensure the input is an array given that the the attribute
112
- # is documented as an array but the input is not
113
- if attributes[attribute_key].is_a?(Array)
114
- self.send("#{key}=", attributes[attribute_key].map { |v| _deserialize($1, v) })
115
- end
116
- elsif !attributes[attribute_key].nil?
117
- self.send("#{key}=", _deserialize(type, attributes[attribute_key]))
118
- end # or else data not found in attributes(hash), not an issue as the data can be optional
119
- end
120
-
121
- self
122
- end
123
-
124
- # Deserializes the data based on type
125
- # @param string type Data type
126
- # @param string value Value to be deserialized
127
- # @return [Object] Deserialized data
128
- def _deserialize(type, value)
129
- case type.to_sym
130
- when :DateTime
131
- DateTime.parse(value)
132
- when :Date
133
- Date.parse(value)
134
- when :String
135
- value.to_s
136
- when :Integer
137
- value.to_i
138
- when :Float
139
- value.to_f
140
- when :BOOLEAN
141
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
142
- true
143
- else
144
- false
145
- end
146
- when :Object
147
- # generic object (usually a Hash), return directly
148
- value
149
- when /\AArray<(?<inner_type>.+)>\z/
150
- inner_type = Regexp.last_match[:inner_type]
151
- value.map { |v| _deserialize(inner_type, v) }
152
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
153
- k_type = Regexp.last_match[:k_type]
154
- v_type = Regexp.last_match[:v_type]
155
- {}.tap do |hash|
156
- value.each do |k, v|
157
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
158
- end
159
- end
160
- else # model
161
- sub_type = value[:type] || value[:discriminator] || type
162
- if AsposeEmailCloud.const_defined?(sub_type)
163
- type = sub_type
164
- end
165
- temp_model = AsposeEmailCloud.const_get(type).new
166
- temp_model.build_from_hash(value)
167
- end
168
- end
169
-
170
- # Returns the string representation of the object
171
- # @return [String] String presentation of the object
172
- def to_s
173
- to_hash.to_s
174
- end
175
-
176
- # to_body is an alias to to_hash (backward compatibility)
177
- # @return [Hash] Returns the object in the form of hash
178
- def to_body
179
- to_hash
180
- end
181
-
182
- # Returns the object in the form of hash
183
- # @return [Hash] Returns the object in the form of hash
184
- def to_hash
185
- hash = {}
186
- self.class.attribute_map.each_pair do |attr, param|
187
- value = self.send(attr)
188
- next if value.nil?
189
- hash[param] = _to_hash(value)
190
- end
191
- hash
192
- end
193
-
194
- # Outputs non-array value in the form of hash
195
- # For object, use to_hash. Otherwise, just return the value
196
- # @param [Object] value Any valid value
197
- # @return [Hash] Returns the value in the form of hash
198
- def _to_hash(value)
199
- if value.is_a?(Array)
200
- value.compact.map { |v| _to_hash(v) }
201
- elsif value.is_a?(Hash)
202
- {}.tap do |hash|
203
- value.each { |k, v| hash[k] = _to_hash(v) }
204
- end
205
- elsif value.respond_to? :to_hash
206
- value.to_hash
207
- else
208
- value
209
- end
210
- end
211
-
212
- end
213
- end
@@ -1,231 +0,0 @@
1
- # ----------------------------------------------------------------------------
2
- # <copyright company="Aspose" file="HierarchicalObjectRequest.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
- # Object represented as hierarchical properties request
31
- class HierarchicalObjectRequest
32
- # Hierarchical properties of document
33
- # @return [HierarchicalObject]
34
- attr_accessor :hierarchical_object
35
-
36
- # Document location in storage
37
- # @return [StorageFolderLocation]
38
- attr_accessor :storage_folder
39
-
40
- # Attribute mapping from ruby-style variable name to JSON key.
41
- def self.attribute_map
42
- {
43
- :'hierarchical_object' => :'hierarchicalObject',
44
- :'storage_folder' => :'storageFolder'
45
- }
46
- end
47
-
48
- # Attribute type mapping.
49
- def self.swagger_types
50
- {
51
- :'hierarchical_object' => :'HierarchicalObject',
52
- :'storage_folder' => :'StorageFolderLocation'
53
- }
54
- end
55
-
56
- # Initializes the object
57
- # @param [Hash] attributes Model attributes in the form of hash
58
- def initialize(attributes = {})
59
- return unless attributes.is_a?(Hash)
60
-
61
- # convert string to symbol for hash key
62
- attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
63
-
64
- if attributes.has_key?(:'hierarchicalObject')
65
- self.hierarchical_object = attributes[:'hierarchicalObject']
66
- end
67
-
68
- if attributes.has_key?(:'storageFolder')
69
- self.storage_folder = attributes[:'storageFolder']
70
- end
71
- end
72
-
73
- # Initializes the object
74
- # @param [HierarchicalObject] hierarchical_object Hierarchical properties of document
75
- # @param [StorageFolderLocation] storage_folder Document location in storage
76
- def initialize(hierarchical_object=nil, storage_folder=nil)
77
- self.hierarchical_object = hierarchical_object if hierarchical_object
78
- self.storage_folder = storage_folder if storage_folder
79
- end
80
-
81
- # Show invalid properties with the reasons. Usually used together with valid?
82
- # @return Array for valid properties with the reasons
83
- def list_invalid_properties
84
- invalid_properties = Array.new
85
- if @hierarchical_object.nil?
86
- invalid_properties.push('invalid value for "hierarchical_object", hierarchical_object cannot be nil.')
87
- end
88
-
89
- invalid_properties
90
- end
91
-
92
- # Check to see if the all the properties in the model are valid
93
- # @return true if the model is valid
94
- def valid?
95
- return false if @hierarchical_object.nil?
96
- true
97
- end
98
-
99
- # Checks equality by comparing each attribute.
100
- # @param [Object] Object to be compared
101
- def ==(o)
102
- return true if self.equal?(o)
103
- self.class == o.class &&
104
- hierarchical_object == o.hierarchical_object &&
105
- storage_folder == o.storage_folder
106
- end
107
-
108
- # @see the `==` method
109
- # @param [Object] Object to be compared
110
- def eql?(o)
111
- self == o
112
- end
113
-
114
- # Calculates hash code according to all attributes.
115
- # @return [Fixnum] Hash code
116
- def hash
117
- [hierarchical_object, storage_folder].hash
118
- end
119
-
120
- # Builds the object from hash
121
- # @param [Hash] attributes Model attributes in the form of hash
122
- # @return [Object] Returns the model itself
123
- def build_from_hash(attributes)
124
- return nil unless attributes.is_a?(Hash)
125
- self.class.swagger_types.each_pair do |key, type|
126
- attribute_key = self.class.attribute_map[key]
127
- attribute_key = (attribute_key[0, 1].downcase + attribute_key[1..-1]).to_sym
128
- if type =~ /\AArray<(.*)>/i
129
- # check to ensure the input is an array given that the the attribute
130
- # is documented as an array but the input is not
131
- if attributes[attribute_key].is_a?(Array)
132
- self.send("#{key}=", attributes[attribute_key].map { |v| _deserialize($1, v) })
133
- end
134
- elsif !attributes[attribute_key].nil?
135
- self.send("#{key}=", _deserialize(type, attributes[attribute_key]))
136
- end # or else data not found in attributes(hash), not an issue as the data can be optional
137
- end
138
-
139
- self
140
- end
141
-
142
- # Deserializes the data based on type
143
- # @param string type Data type
144
- # @param string value Value to be deserialized
145
- # @return [Object] Deserialized data
146
- def _deserialize(type, value)
147
- case type.to_sym
148
- when :DateTime
149
- DateTime.parse(value)
150
- when :Date
151
- Date.parse(value)
152
- when :String
153
- value.to_s
154
- when :Integer
155
- value.to_i
156
- when :Float
157
- value.to_f
158
- when :BOOLEAN
159
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
160
- true
161
- else
162
- false
163
- end
164
- when :Object
165
- # generic object (usually a Hash), return directly
166
- value
167
- when /\AArray<(?<inner_type>.+)>\z/
168
- inner_type = Regexp.last_match[:inner_type]
169
- value.map { |v| _deserialize(inner_type, v) }
170
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
171
- k_type = Regexp.last_match[:k_type]
172
- v_type = Regexp.last_match[:v_type]
173
- {}.tap do |hash|
174
- value.each do |k, v|
175
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
176
- end
177
- end
178
- else # model
179
- sub_type = value[:type] || value[:discriminator] || type
180
- if AsposeEmailCloud.const_defined?(sub_type)
181
- type = sub_type
182
- end
183
- temp_model = AsposeEmailCloud.const_get(type).new
184
- temp_model.build_from_hash(value)
185
- end
186
- end
187
-
188
- # Returns the string representation of the object
189
- # @return [String] String presentation of the object
190
- def to_s
191
- to_hash.to_s
192
- end
193
-
194
- # to_body is an alias to to_hash (backward compatibility)
195
- # @return [Hash] Returns the object in the form of hash
196
- def to_body
197
- to_hash
198
- end
199
-
200
- # Returns the object in the form of hash
201
- # @return [Hash] Returns the object in the form of hash
202
- def to_hash
203
- hash = {}
204
- self.class.attribute_map.each_pair do |attr, param|
205
- value = self.send(attr)
206
- next if value.nil?
207
- hash[param] = _to_hash(value)
208
- end
209
- hash
210
- end
211
-
212
- # Outputs non-array value in the form of hash
213
- # For object, use to_hash. Otherwise, just return the value
214
- # @param [Object] value Any valid value
215
- # @return [Hash] Returns the value in the form of hash
216
- def _to_hash(value)
217
- if value.is_a?(Array)
218
- value.compact.map { |v| _to_hash(v) }
219
- elsif value.is_a?(Hash)
220
- {}.tap do |hash|
221
- value.each { |k, v| hash[k] = _to_hash(v) }
222
- end
223
- elsif value.respond_to? :to_hash
224
- value.to_hash
225
- else
226
- value
227
- end
228
- end
229
-
230
- end
231
- end