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,84 @@
1
+ # ----------------------------------------------------------------------------
2
+ # <copyright company="Aspose" file="mapi_contact_from_file_request.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_relative './email_request'
27
+ require_relative './http_request'
28
+
29
+ module AsposeEmailCloud
30
+ # Request model for mapi_contact_from_file operation.
31
+ class MapiContactFromFileRequest < EmailRequest
32
+ # File format Enum, available values: VCard, WebDav, Msg
33
+ # @return [String]
34
+ attr_accessor :format
35
+ # File to convert
36
+ # @return [File]
37
+ attr_accessor :file
38
+
39
+ # Converts contact file to a MAPI model representation.
40
+ # @param [String] format File format Enum, available values: VCard, WebDav, Msg
41
+ # @param [File] file File to convert
42
+ def initialize(format:, file:)
43
+ self.format = format if format
44
+ self.file = file if file
45
+ end
46
+
47
+ def to_http_info(api_client)
48
+ # verify the required parameter 'format' is set
49
+ if api_client.config.client_side_validation && self.format.nil?
50
+ raise ArgumentError, "Missing the required parameter 'format' when calling MapiContactApi.from_file"
51
+ end
52
+ # verify the required parameter 'file' is set
53
+ if api_client.config.client_side_validation && self.file.nil?
54
+ raise ArgumentError, "Missing the required parameter 'file' when calling MapiContactApi.from_file"
55
+ end
56
+ # resource path
57
+ local_var_path = '/email/MapiContact/from-file'
58
+
59
+ # query parameters
60
+ query_params = {}
61
+ query_params[:format] = self.format
62
+
63
+ # form parameters
64
+ form_params = {}
65
+ form_params['File'] = self.file
66
+
67
+ # http body (model)
68
+ auth_names = ['JWT']
69
+
70
+ # header parameters
71
+ header_params = {}
72
+ # HTTP header 'Accept' (if needed)
73
+ header_params['Accept'] = EmailRequest.select_header_accept(['application/json'])
74
+ # HTTP header 'Content-Type'
75
+ header_params['Content-Type'] = form_params.any? ? 'multipart/form-data' : EmailRequest.select_header_content_type(['multipart/form-data'])
76
+
77
+ AsposeEmailCloud::HttpRequest.new(resource_path: local_var_path,
78
+ header_params: header_params,
79
+ query_params: query_params,
80
+ form_params: form_params,
81
+ auth_names: auth_names)
82
+ end
83
+ end
84
+ end
@@ -0,0 +1,99 @@
1
+ # ----------------------------------------------------------------------------
2
+ # <copyright company="Aspose" file="mapi_contact_get_request.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_relative './email_request'
27
+ require_relative './http_request'
28
+
29
+ module AsposeEmailCloud
30
+ # Request model for mapi_contact_get operation.
31
+ class MapiContactGetRequest < EmailRequest
32
+ # Contact document format. Enum, available values: VCard, WebDav, Msg
33
+ # @return [String]
34
+ attr_accessor :format
35
+ # Contact document file name.
36
+ # @return [String]
37
+ attr_accessor :file_name
38
+ # Path to folder in storage.
39
+ # @return [String]
40
+ attr_accessor :folder
41
+ # Storage name.
42
+ # @return [String]
43
+ attr_accessor :storage
44
+
45
+ # Get MAPI contact document.
46
+ # @param [String] format Contact document format. Enum, available values: VCard, WebDav, Msg
47
+ # @param [String] file_name Contact document file name.
48
+ # @param [String] folder Path to folder in storage.
49
+ # @param [String] storage Storage name.
50
+ def initialize(format:, file_name:, folder: nil, storage: nil)
51
+ self.format = format if format
52
+ self.file_name = file_name if file_name
53
+ self.folder = folder if folder
54
+ self.storage = storage if storage
55
+ end
56
+
57
+ def to_http_info(api_client)
58
+ # verify the required parameter 'format' is set
59
+ if api_client.config.client_side_validation && self.format.nil?
60
+ raise ArgumentError, "Missing the required parameter 'format' when calling MapiContactApi.get"
61
+ end
62
+ # verify the required parameter 'file_name' is set
63
+ if api_client.config.client_side_validation && self.file_name.nil?
64
+ raise ArgumentError, "Missing the required parameter 'file_name' when calling MapiContactApi.get"
65
+ end
66
+ # resource path
67
+ local_var_path = '/email/MapiContact'
68
+
69
+ # query parameters
70
+ query_params = {}
71
+ query_params[:format] = self.format
72
+ query_params[:fileName] = self.file_name
73
+ query_params[:folder] = self.folder unless self.folder.nil?
74
+ query_params[:storage] = self.storage unless self.storage.nil?
75
+
76
+ # form parameters
77
+ form_params = {}
78
+
79
+ # http body (model)
80
+ auth_names = ['JWT']
81
+
82
+ # header parameters
83
+ header_params = {}
84
+ # HTTP header 'Accept' (if needed)
85
+ header_params['Accept'] = EmailRequest.select_header_accept(['application/json'])
86
+ # HTTP header 'Content-Type'
87
+ header_params['Content-Type'] = form_params.any? ? 'multipart/form-data' : EmailRequest.select_header_content_type(['application/json'])
88
+
89
+ AsposeEmailCloud::HttpRequest.new(resource_path: local_var_path,
90
+ header_params: header_params,
91
+ query_params: query_params,
92
+ form_params: form_params,
93
+ auth_names: auth_names)
94
+ end
95
+ end
96
+ end
97
+
98
+
99
+
@@ -1,5 +1,5 @@
1
1
  # ----------------------------------------------------------------------------
2
- # <copyright company="Aspose" file="Link.rb">
2
+ # <copyright company="Aspose" file="MapiContactNamePropertySetDto.rb">
3
3
  # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
@@ -23,95 +23,122 @@
23
23
  # </summary>
24
24
  # ----------------------------------------------------------------------------
25
25
 
26
-
27
26
  require 'date'
28
27
 
29
28
  module AsposeEmailCloud
30
- # Provides information for the object link. This is supposed to be an atom:link, therefore it should have all attributes specified here http://tools.ietf.org/html/rfc4287#section-4.2.7
31
- class Link
32
- # The \"href\" attribute contains the link's IRI. atom:link elements MUST have an href attribute, whose value MUST be a IRI reference
29
+ # The properties are used to specify the name of the person represented by the contact
30
+ class MapiContactNamePropertySetDto
31
+ # Full name of the contact
33
32
  # @return [String]
34
- attr_accessor :href
35
-
36
- # atom:link elements MAY have a \"rel\" attribute that indicates the link relation type. If the \"rel\" attribute is not present, the link element MUST be interpreted as if the link relation type is \"alternate\".
33
+ attr_accessor :display_name
34
+ # Title of the contact
37
35
  # @return [String]
38
- attr_accessor :rel
39
-
40
- # On the link element, the \"type\" attribute's value is an advisory media type: it is a hint about the type of the representation that is expected to be returned when the value of the href attribute is dereferenced. Note that the type attribute does not override the actual media type returned with the representation.
36
+ attr_accessor :display_name_prefix
37
+ # Name under which to file this contact when displaying a list of contacts
41
38
  # @return [String]
42
- attr_accessor :type
43
-
44
- # The \"title\" attribute conveys human-readable information about the link. The content of the \"title\" attribute is Language-Sensitive.
39
+ attr_accessor :file_under
40
+ # Value specifying how to generate and recompute the property when other properties are changed
41
+ # @return [Integer]
42
+ attr_accessor :file_under_id
43
+ # Generation suffix of the contact
45
44
  # @return [String]
46
- attr_accessor :title
47
-
45
+ attr_accessor :generation
46
+ # Given name (first name) of the contact
47
+ # @return [String]
48
+ attr_accessor :given_name
49
+ # Initials of the contact
50
+ # @return [String]
51
+ attr_accessor :initials
52
+ # Middle name of the contact
53
+ # @return [String]
54
+ attr_accessor :middle_name
55
+ # Nickname of the contact
56
+ # @return [String]
57
+ attr_accessor :nickname
58
+ # Surname (family name) of the contact
59
+ # @return [String]
60
+ attr_accessor :surname
48
61
  # Attribute mapping from ruby-style variable name to JSON key.
49
62
  def self.attribute_map
50
63
  {
51
- :'href' => :'href',
52
- :'rel' => :'rel',
53
- :'type' => :'type',
54
- :'title' => :'title'
64
+ :'display_name' => :'displayName',
65
+ :'display_name_prefix' => :'displayNamePrefix',
66
+ :'file_under' => :'fileUnder',
67
+ :'file_under_id' => :'fileUnderId',
68
+ :'generation' => :'generation',
69
+ :'given_name' => :'givenName',
70
+ :'initials' => :'initials',
71
+ :'middle_name' => :'middleName',
72
+ :'nickname' => :'nickname',
73
+ :'surname' => :'surname'
55
74
  }
56
75
  end
57
76
 
58
77
  # Attribute type mapping.
59
78
  def self.swagger_types
60
79
  {
61
- :'href' => :'String',
62
- :'rel' => :'String',
63
- :'type' => :'String',
64
- :'title' => :'String'
80
+ :'display_name' => :'String',
81
+ :'display_name_prefix' => :'String',
82
+ :'file_under' => :'String',
83
+ :'file_under_id' => :'Integer',
84
+ :'generation' => :'String',
85
+ :'given_name' => :'String',
86
+ :'initials' => :'String',
87
+ :'middle_name' => :'String',
88
+ :'nickname' => :'String',
89
+ :'surname' => :'String'
65
90
  }
66
91
  end
67
92
 
68
93
  # Initializes the object
69
- # @param [Hash] attributes Model attributes in the form of hash
70
- def initialize(attributes = {})
71
- return unless attributes.is_a?(Hash)
72
-
73
- # convert string to symbol for hash key
74
- attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
75
-
76
- if attributes.has_key?(:'href')
77
- self.href = attributes[:'href']
78
- end
79
-
80
- if attributes.has_key?(:'rel')
81
- self.rel = attributes[:'rel']
82
- end
83
-
84
- if attributes.has_key?(:'type')
85
- self.type = attributes[:'type']
86
- end
87
-
88
- if attributes.has_key?(:'title')
89
- self.title = attributes[:'title']
90
- end
91
- end
92
-
93
- # Initializes the object
94
- # @param [String] href The \"href\" attribute contains the link's IRI. atom:link elements MUST have an href attribute, whose value MUST be a IRI reference
95
- # @param [String] rel atom:link elements MAY have a \"rel\" attribute that indicates the link relation type. If the \"rel\" attribute is not present, the link element MUST be interpreted as if the link relation type is \"alternate\".
96
- # @param [String] type On the link element, the \"type\" attribute's value is an advisory media type: it is a hint about the type of the representation that is expected to be returned when the value of the href attribute is dereferenced. Note that the type attribute does not override the actual media type returned with the representation.
97
- # @param [String] title The \"title\" attribute conveys human-readable information about the link. The content of the \"title\" attribute is Language-Sensitive.
98
- def initialize(href=nil, rel=nil, type=nil, title=nil)
99
- self.href = href if href
100
- self.rel = rel if rel
101
- self.type = type if type
102
- self.title = title if title
94
+ # @param [String] display_name Full name of the contact
95
+ # @param [String] display_name_prefix Title of the contact
96
+ # @param [String] file_under Name under which to file this contact when displaying a list of contacts
97
+ # @param [Integer] file_under_id Value specifying how to generate and recompute the property when other properties are changed
98
+ # @param [String] generation Generation suffix of the contact
99
+ # @param [String] given_name Given name (first name) of the contact
100
+ # @param [String] initials Initials of the contact
101
+ # @param [String] middle_name Middle name of the contact
102
+ # @param [String] nickname Nickname of the contact
103
+ # @param [String] surname Surname (family name) of the contact
104
+ def initialize(
105
+ display_name: nil,
106
+ display_name_prefix: nil,
107
+ file_under: nil,
108
+ file_under_id: nil,
109
+ generation: nil,
110
+ given_name: nil,
111
+ initials: nil,
112
+ middle_name: nil,
113
+ nickname: nil,
114
+ surname: nil)
115
+ self.display_name = display_name if display_name
116
+ self.display_name_prefix = display_name_prefix if display_name_prefix
117
+ self.file_under = file_under if file_under
118
+ self.file_under_id = file_under_id if file_under_id
119
+ self.generation = generation if generation
120
+ self.given_name = given_name if given_name
121
+ self.initials = initials if initials
122
+ self.middle_name = middle_name if middle_name
123
+ self.nickname = nickname if nickname
124
+ self.surname = surname if surname
103
125
  end
104
126
 
105
127
  # Show invalid properties with the reasons. Usually used together with valid?
106
128
  # @return Array for valid properties with the reasons
107
129
  def list_invalid_properties
108
130
  invalid_properties = Array.new
131
+ if @file_under_id.nil?
132
+ invalid_properties.push('invalid value for "file_under_id", file_under_id cannot be nil.')
133
+ end
134
+
109
135
  invalid_properties
110
136
  end
111
137
 
112
138
  # Check to see if the all the properties in the model are valid
113
139
  # @return true if the model is valid
114
140
  def valid?
141
+ return false if @file_under_id.nil?
115
142
  true
116
143
  end
117
144
 
@@ -120,10 +147,16 @@ module AsposeEmailCloud
120
147
  def ==(o)
121
148
  return true if self.equal?(o)
122
149
  self.class == o.class &&
123
- href == o.href &&
124
- rel == o.rel &&
125
- type == o.type &&
126
- title == o.title
150
+ display_name == o.display_name &&
151
+ display_name_prefix == o.display_name_prefix &&
152
+ file_under == o.file_under &&
153
+ file_under_id == o.file_under_id &&
154
+ generation == o.generation &&
155
+ given_name == o.given_name &&
156
+ initials == o.initials &&
157
+ middle_name == o.middle_name &&
158
+ nickname == o.nickname &&
159
+ surname == o.surname
127
160
  end
128
161
 
129
162
  # @see the `==` method
@@ -135,7 +168,7 @@ module AsposeEmailCloud
135
168
  # Calculates hash code according to all attributes.
136
169
  # @return [Fixnum] Hash code
137
170
  def hash
138
- [href, rel, type, title].hash
171
+ [display_name, display_name_prefix, file_under, file_under_id, generation, given_name, initials, middle_name, nickname, surname].hash
139
172
  end
140
173
 
141
174
  # Builds the object from hash
@@ -0,0 +1,277 @@
1
+ # ----------------------------------------------------------------------------
2
+ # <copyright company="Aspose" file="MapiContactOtherPropertySetDto.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
+ # The properties are used to specify additional properties of contact.
30
+ class MapiContactOtherPropertySetDto
31
+ # Indicates whether the end-user wants this message object hidden from other users who have access to the message object.
32
+ # @return [BOOLEAN]
33
+ attr_accessor :private
34
+ # Specifies whether to create a journal for each action associated with this contact.
35
+ # @return [BOOLEAN]
36
+ attr_accessor :journal
37
+ # Specifies the initial signal time for a reminder.
38
+ # @return [DateTime]
39
+ attr_accessor :reminder_time
40
+ # Represents the status of a meeting request.
41
+ # @return [String]
42
+ attr_accessor :reminder_topic
43
+ # Specifies the first field on the contact that is intended for miscellaneous use for the contact.
44
+ # @return [String]
45
+ attr_accessor :user_field1
46
+ # Specifies the second field on the contact that is intended for miscellaneous use for the contact.
47
+ # @return [String]
48
+ attr_accessor :user_field2
49
+ # Specifies the third field on the contact that is intended for miscellaneous use for the contact.
50
+ # @return [String]
51
+ attr_accessor :user_field3
52
+ # Specifies the forth field on the contact that is intended for miscellaneous use for the contact.
53
+ # @return [String]
54
+ attr_accessor :user_field4
55
+ # Attribute mapping from ruby-style variable name to JSON key.
56
+ def self.attribute_map
57
+ {
58
+ :'private' => :'private',
59
+ :'journal' => :'journal',
60
+ :'reminder_time' => :'reminderTime',
61
+ :'reminder_topic' => :'reminderTopic',
62
+ :'user_field1' => :'userField1',
63
+ :'user_field2' => :'userField2',
64
+ :'user_field3' => :'userField3',
65
+ :'user_field4' => :'userField4'
66
+ }
67
+ end
68
+
69
+ # Attribute type mapping.
70
+ def self.swagger_types
71
+ {
72
+ :'private' => :'BOOLEAN',
73
+ :'journal' => :'BOOLEAN',
74
+ :'reminder_time' => :'DateTime',
75
+ :'reminder_topic' => :'String',
76
+ :'user_field1' => :'String',
77
+ :'user_field2' => :'String',
78
+ :'user_field3' => :'String',
79
+ :'user_field4' => :'String'
80
+ }
81
+ end
82
+
83
+ # Initializes the object
84
+ # @param [BOOLEAN] private Indicates whether the end-user wants this message object hidden from other users who have access to the message object.
85
+ # @param [BOOLEAN] journal Specifies whether to create a journal for each action associated with this contact.
86
+ # @param [DateTime] reminder_time Specifies the initial signal time for a reminder.
87
+ # @param [String] reminder_topic Represents the status of a meeting request.
88
+ # @param [String] user_field1 Specifies the first field on the contact that is intended for miscellaneous use for the contact.
89
+ # @param [String] user_field2 Specifies the second field on the contact that is intended for miscellaneous use for the contact.
90
+ # @param [String] user_field3 Specifies the third field on the contact that is intended for miscellaneous use for the contact.
91
+ # @param [String] user_field4 Specifies the forth field on the contact that is intended for miscellaneous use for the contact.
92
+ def initialize(
93
+ private: nil,
94
+ journal: nil,
95
+ reminder_time: nil,
96
+ reminder_topic: nil,
97
+ user_field1: nil,
98
+ user_field2: nil,
99
+ user_field3: nil,
100
+ user_field4: nil)
101
+ self.private = private if private
102
+ self.journal = journal if journal
103
+ self.reminder_time = reminder_time if reminder_time
104
+ self.reminder_topic = reminder_topic if reminder_topic
105
+ self.user_field1 = user_field1 if user_field1
106
+ self.user_field2 = user_field2 if user_field2
107
+ self.user_field3 = user_field3 if user_field3
108
+ self.user_field4 = user_field4 if user_field4
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 @private.nil?
116
+ invalid_properties.push('invalid value for "private", private cannot be nil.')
117
+ end
118
+
119
+ if @journal.nil?
120
+ invalid_properties.push('invalid value for "journal", journal cannot be nil.')
121
+ end
122
+
123
+ if @reminder_time.nil?
124
+ invalid_properties.push('invalid value for "reminder_time", reminder_time cannot be nil.')
125
+ end
126
+
127
+ invalid_properties
128
+ end
129
+
130
+ # Check to see if the all the properties in the model are valid
131
+ # @return true if the model is valid
132
+ def valid?
133
+ return false if @private.nil?
134
+ return false if @journal.nil?
135
+ return false if @reminder_time.nil?
136
+ true
137
+ end
138
+
139
+ # Checks equality by comparing each attribute.
140
+ # @param [Object] Object to be compared
141
+ def ==(o)
142
+ return true if self.equal?(o)
143
+ self.class == o.class &&
144
+ private == o.private &&
145
+ journal == o.journal &&
146
+ reminder_time == o.reminder_time &&
147
+ reminder_topic == o.reminder_topic &&
148
+ user_field1 == o.user_field1 &&
149
+ user_field2 == o.user_field2 &&
150
+ user_field3 == o.user_field3 &&
151
+ user_field4 == o.user_field4
152
+ end
153
+
154
+ # @see the `==` method
155
+ # @param [Object] Object to be compared
156
+ def eql?(o)
157
+ self == o
158
+ end
159
+
160
+ # Calculates hash code according to all attributes.
161
+ # @return [Fixnum] Hash code
162
+ def hash
163
+ [private, journal, reminder_time, reminder_topic, user_field1, user_field2, user_field3, user_field4].hash
164
+ end
165
+
166
+ # Builds the object from hash
167
+ # @param [Hash] attributes Model attributes in the form of hash
168
+ # @return [Object] Returns the model itself
169
+ def build_from_hash(attributes)
170
+ return nil unless attributes.is_a?(Hash)
171
+ self.class.swagger_types.each_pair do |key, type|
172
+ attribute_key = self.class.attribute_map[key]
173
+ attribute_key = (attribute_key[0, 1].downcase + attribute_key[1..-1]).to_sym
174
+ if type =~ /\AArray<(.*)>/i
175
+ # check to ensure the input is an array given that the the attribute
176
+ # is documented as an array but the input is not
177
+ if attributes[attribute_key].is_a?(Array)
178
+ self.send("#{key}=", attributes[attribute_key].map { |v| _deserialize($1, v) })
179
+ end
180
+ elsif !attributes[attribute_key].nil?
181
+ self.send("#{key}=", _deserialize(type, attributes[attribute_key]))
182
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
183
+ end
184
+
185
+ self
186
+ end
187
+
188
+ # Deserializes the data based on type
189
+ # @param string type Data type
190
+ # @param string value Value to be deserialized
191
+ # @return [Object] Deserialized data
192
+ def _deserialize(type, value)
193
+ case type.to_sym
194
+ when :DateTime
195
+ DateTime.parse(value)
196
+ when :Date
197
+ Date.parse(value)
198
+ when :String
199
+ value.to_s
200
+ when :Integer
201
+ value.to_i
202
+ when :Float
203
+ value.to_f
204
+ when :BOOLEAN
205
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
206
+ true
207
+ else
208
+ false
209
+ end
210
+ when :Object
211
+ # generic object (usually a Hash), return directly
212
+ value
213
+ when /\AArray<(?<inner_type>.+)>\z/
214
+ inner_type = Regexp.last_match[:inner_type]
215
+ value.map { |v| _deserialize(inner_type, v) }
216
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
217
+ k_type = Regexp.last_match[:k_type]
218
+ v_type = Regexp.last_match[:v_type]
219
+ {}.tap do |hash|
220
+ value.each do |k, v|
221
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
222
+ end
223
+ end
224
+ else # model
225
+ sub_type = value[:type] || value[:discriminator] || type
226
+ if AsposeEmailCloud.const_defined?(sub_type)
227
+ type = sub_type
228
+ end
229
+ temp_model = AsposeEmailCloud.const_get(type).new
230
+ temp_model.build_from_hash(value)
231
+ end
232
+ end
233
+
234
+ # Returns the string representation of the object
235
+ # @return [String] String presentation of the object
236
+ def to_s
237
+ to_hash.to_s
238
+ end
239
+
240
+ # to_body is an alias to to_hash (backward compatibility)
241
+ # @return [Hash] Returns the object in the form of hash
242
+ def to_body
243
+ to_hash
244
+ end
245
+
246
+ # Returns the object in the form of hash
247
+ # @return [Hash] Returns the object in the form of hash
248
+ def to_hash
249
+ hash = {}
250
+ self.class.attribute_map.each_pair do |attr, param|
251
+ value = self.send(attr)
252
+ next if value.nil?
253
+ hash[param] = _to_hash(value)
254
+ end
255
+ hash
256
+ end
257
+
258
+ # Outputs non-array value in the form of hash
259
+ # For object, use to_hash. Otherwise, just return the value
260
+ # @param [Object] value Any valid value
261
+ # @return [Hash] Returns the value in the form of hash
262
+ def _to_hash(value)
263
+ if value.is_a?(Array)
264
+ value.compact.map { |v| _to_hash(v) }
265
+ elsif value.is_a?(Hash)
266
+ {}.tap do |hash|
267
+ value.each { |k, v| hash[k] = _to_hash(v) }
268
+ end
269
+ elsif value.respond_to? :to_hash
270
+ value.to_hash
271
+ else
272
+ value
273
+ end
274
+ end
275
+
276
+ end
277
+ end