aspose_email_cloud 20.5.0 → 21.4.0

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