aspose_email_cloud 20.3.0 → 20.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aspose-email-cloud.rb +205 -187
- data/lib/aspose-email-cloud/api/ai_bcr_api.rb +87 -0
- data/lib/aspose-email-cloud/api/ai_group.rb +49 -0
- data/lib/aspose-email-cloud/api/ai_name_api.rb +216 -0
- data/lib/aspose-email-cloud/api/calendar_api.rb +209 -0
- data/lib/aspose-email-cloud/api/client_account_api.rb +124 -0
- data/lib/aspose-email-cloud/api/client_folder_api.rb +116 -0
- data/lib/aspose-email-cloud/api/client_group.rb +59 -0
- data/lib/aspose-email-cloud/api/client_message_api.rb +233 -0
- data/lib/aspose-email-cloud/api/client_thread_api.rb +152 -0
- data/lib/aspose-email-cloud/api/cloud_storage_group.rb +54 -0
- data/lib/aspose-email-cloud/api/contact_api.rb +174 -0
- data/lib/aspose-email-cloud/api/disposable_email_api.rb +60 -0
- data/lib/aspose-email-cloud/api/email_api.rb +107 -854
- data/lib/aspose-email-cloud/api/email_cloud.rb +96 -0
- data/lib/aspose-email-cloud/api/email_config_api.rb +114 -0
- data/lib/aspose-email-cloud/api/file_api.rb +95 -0
- data/lib/aspose-email-cloud/api/folder_api.rb +96 -0
- data/lib/aspose-email-cloud/api/mapi_calendar_api.rb +150 -0
- data/lib/aspose-email-cloud/api/mapi_contact_api.rb +150 -0
- data/lib/aspose-email-cloud/api/mapi_group.rb +54 -0
- data/lib/aspose-email-cloud/api/mapi_message_api.rb +150 -0
- data/lib/aspose-email-cloud/api/storage_api.rb +84 -0
- data/lib/aspose-email-cloud/api_client.rb +11 -10
- data/lib/aspose-email-cloud/api_error.rb +1 -1
- data/lib/aspose-email-cloud/api_invoker.rb +92 -0
- data/lib/aspose-email-cloud/configuration.rb +12 -12
- data/lib/aspose-email-cloud/models/ai_bcr_image.rb +5 -19
- data/lib/aspose-email-cloud/models/ai_bcr_image_storage_file.rb +12 -25
- data/lib/aspose-email-cloud/models/ai_bcr_options.rb +9 -27
- data/lib/aspose-email-cloud/models/ai_bcr_parse_request.rb +95 -0
- data/lib/aspose-email-cloud/models/{ai_bcr_parse_storage_rq.rb → ai_bcr_parse_storage_request.rb} +29 -53
- data/lib/aspose-email-cloud/models/{requests/ai_name_complete_request_data.rb → ai_name_complete_request.rb} +23 -29
- data/lib/aspose-email-cloud/models/ai_name_component.rb +6 -32
- data/lib/aspose-email-cloud/models/{list_response_of_string.rb → ai_name_component_list.rb} +9 -24
- data/lib/aspose-email-cloud/models/ai_name_cultural_context.rb +7 -37
- data/lib/aspose-email-cloud/models/{requests/ai_name_expand_request_data.rb → ai_name_expand_request.rb} +23 -29
- data/lib/aspose-email-cloud/models/ai_name_extracted.rb +4 -24
- data/lib/aspose-email-cloud/models/ai_name_extracted_component.rb +4 -22
- data/lib/aspose-email-cloud/models/{value_response.rb → ai_name_extracted_list.rb} +10 -24
- data/lib/aspose-email-cloud/models/{requests/ai_name_format_request_data.rb → ai_name_format_request.rb} +23 -29
- data/lib/aspose-email-cloud/models/ai_name_formatted.rb +4 -22
- data/lib/aspose-email-cloud/models/ai_name_gender_hypothesis.rb +4 -22
- data/lib/aspose-email-cloud/models/{list_response_of_ai_bcr_ocr_data.rb → ai_name_gender_hypothesis_list.rb} +9 -24
- data/lib/aspose-email-cloud/models/{requests/ai_name_genderize_request_data.rb → ai_name_genderize_request.rb} +23 -29
- data/lib/aspose-email-cloud/models/{ai_name_parsed_match_rq.rb → ai_name_match_parsed_request.rb} +8 -38
- data/lib/aspose-email-cloud/models/{requests/ai_name_match_request_data.rb → ai_name_match_request.rb} +26 -33
- data/lib/aspose-email-cloud/models/ai_name_match_result.rb +4 -24
- data/lib/aspose-email-cloud/models/ai_name_mismatch.rb +5 -27
- data/lib/aspose-email-cloud/models/{requests/ai_name_parse_email_address_request_data.rb → ai_name_parse_email_address_request.rb} +26 -29
- data/lib/aspose-email-cloud/models/{requests/ai_name_parse_request_data.rb → ai_name_parse_request.rb} +25 -31
- data/lib/aspose-email-cloud/models/{ai_name_parsed_rq.rb → ai_name_parsed_request.rb} +7 -31
- data/lib/aspose-email-cloud/models/ai_name_weighted.rb +4 -22
- data/lib/aspose-email-cloud/models/ai_name_weighted_variants.rb +4 -24
- data/lib/aspose-email-cloud/models/alternate_view.rb +9 -47
- data/lib/aspose-email-cloud/models/associated_person.rb +5 -27
- data/lib/aspose-email-cloud/models/attachment.rb +12 -60
- data/lib/aspose-email-cloud/models/attachment_base.rb +6 -34
- data/lib/aspose-email-cloud/models/{calendar_dto_alternate_rq.rb → calendar_as_alternate_request.rb} +8 -30
- data/lib/aspose-email-cloud/models/calendar_as_file_request.rb +218 -0
- data/lib/aspose-email-cloud/models/{requests/save_email_model_request_data.rb → calendar_convert_request.rb} +27 -42
- data/lib/aspose-email-cloud/models/calendar_dto.rb +35 -130
- data/lib/aspose-email-cloud/models/{requests/ai_bcr_parse_request_data.rb → calendar_from_file_request.rb} +23 -28
- data/lib/aspose-email-cloud/models/{requests/get_calendar_model_as_alternate_request_data.rb → calendar_get_as_alternate_request.rb} +22 -27
- data/lib/aspose-email-cloud/models/calendar_get_as_file_request.rb +96 -0
- data/lib/aspose-email-cloud/models/{requests/get_calendar_model_list_request_data.rb → calendar_get_list_request.rb} +26 -29
- data/lib/aspose-email-cloud/models/{requests/get_calendar_model_request_data.rb → calendar_get_request.rb} +26 -31
- data/lib/aspose-email-cloud/models/calendar_reminder.rb +10 -56
- data/lib/aspose-email-cloud/models/{storage_model_rq_of_calendar_dto.rb → calendar_save_request.rb} +40 -33
- data/lib/aspose-email-cloud/models/{calendar_dto_list.rb → calendar_storage_list.rb} +6 -22
- data/lib/aspose-email-cloud/models/{ai_bcr_rq.rb → client_account_base_request.rb} +20 -29
- data/lib/aspose-email-cloud/models/{requests/get_email_attachment_request_data.rb → client_account_get_multi_request.rb} +27 -39
- data/lib/aspose-email-cloud/models/{requests/get_email_request_data.rb → client_account_get_request.rb} +26 -31
- data/lib/aspose-email-cloud/models/{storage_file_rq_of_email_client_multi_account.rb → client_account_save_multi_request.rb} +29 -36
- data/lib/aspose-email-cloud/models/{storage_file_rq_of_email_client_account.rb → client_account_save_request.rb} +29 -36
- data/lib/aspose-email-cloud/models/client_folder_create_request.rb +246 -0
- data/lib/aspose-email-cloud/models/{ai_bcr_base64_image.rb → client_folder_delete_request.rb} +50 -44
- data/lib/aspose-email-cloud/models/{requests/list_email_folders_request_data.rb → client_folder_get_list_request.rb} +30 -39
- data/lib/aspose-email-cloud/models/client_message_append_file_request.rb +114 -0
- data/lib/aspose-email-cloud/models/client_message_append_request.rb +241 -0
- data/lib/aspose-email-cloud/models/client_message_base_request.rb +237 -0
- data/lib/aspose-email-cloud/models/{email_property.rb → client_message_delete_request.rb} +48 -70
- data/lib/aspose-email-cloud/models/client_message_fetch_file_request.rb +108 -0
- data/lib/aspose-email-cloud/models/client_message_fetch_request.rb +114 -0
- data/lib/aspose-email-cloud/models/{requests/list_email_models_request_data.rb → client_message_list_request.rb} +43 -49
- data/lib/aspose-email-cloud/models/{set_message_read_flag_account_base_request.rb → client_message_move_request.rb} +60 -99
- data/lib/aspose-email-cloud/models/client_message_send_file_request.rb +105 -0
- data/lib/aspose-email-cloud/models/{ai_bcr_base64_rq.rb → client_message_send_request.rb} +34 -44
- data/lib/aspose-email-cloud/models/client_message_set_is_read_request.rb +251 -0
- data/lib/aspose-email-cloud/models/{hierarchical_object_response.rb → client_thread_base_request.rb} +52 -41
- data/lib/aspose-email-cloud/models/{ai_bcr_ocr_data.rb → client_thread_delete_request.rb} +59 -69
- data/lib/aspose-email-cloud/models/client_thread_get_list_request.rb +108 -0
- data/lib/aspose-email-cloud/models/client_thread_get_messages_request.rb +105 -0
- data/lib/aspose-email-cloud/models/{account_base_request.rb → client_thread_move_request.rb} +72 -65
- data/lib/aspose-email-cloud/models/client_thread_set_is_read_request.rb +260 -0
- data/lib/aspose-email-cloud/models/contact_as_file_request.rb +218 -0
- data/lib/aspose-email-cloud/models/contact_convert_request.rb +94 -0
- data/lib/aspose-email-cloud/models/contact_dto.rb +38 -208
- data/lib/aspose-email-cloud/models/{requests/create_mapi_request_data.rb → contact_from_file_request.rb} +31 -36
- data/lib/aspose-email-cloud/models/{requests/get_email_property_request_data.rb → contact_get_as_file_request.rb} +38 -33
- data/lib/aspose-email-cloud/models/{requests/get_contact_model_list_request_data.rb → contact_get_list_request.rb} +18 -20
- data/lib/aspose-email-cloud/models/{requests/get_contact_model_request_data.rb → contact_get_request.rb} +23 -28
- data/lib/aspose-email-cloud/models/{list_response_of_hierarchical_object.rb → contact_list.rb} +9 -24
- data/lib/aspose-email-cloud/models/contact_photo.rb +46 -25
- data/lib/aspose-email-cloud/models/{storage_model_rq_of_contact_dto.rb → contact_save_request.rb} +40 -33
- data/lib/aspose-email-cloud/models/{contact_dto_list.rb → contact_storage_list.rb} +6 -22
- data/lib/aspose-email-cloud/models/content_type.rb +7 -39
- data/lib/aspose-email-cloud/models/content_type_parameter.rb +4 -22
- data/lib/aspose-email-cloud/models/{requests/copy_file_request_data.rb → copy_file_request.rb} +13 -20
- data/lib/aspose-email-cloud/models/{requests/copy_folder_request_data.rb → copy_folder_request.rb} +13 -20
- data/lib/aspose-email-cloud/models/{requests/create_folder_request_data.rb → create_folder_request.rb} +12 -18
- data/lib/aspose-email-cloud/models/customer_event.rb +4 -22
- data/lib/aspose-email-cloud/models/{indexed_hierarchical_object.rb → daily_recurrence_pattern_dto.rb} +261 -265
- data/lib/aspose-email-cloud/models/{requests/delete_file_request_data.rb → delete_file_request.rb} +12 -18
- data/lib/aspose-email-cloud/models/{requests/delete_folder_request_data.rb → delete_folder_request.rb} +12 -18
- data/lib/aspose-email-cloud/models/disc_usage.rb +4 -22
- data/lib/aspose-email-cloud/models/{discover_email_config_rq.rb → discover_email_config_request.rb} +7 -29
- data/lib/aspose-email-cloud/models/{requests/is_email_address_disposable_request_data.rb → disposable_email_is_disposable_request.rb} +18 -20
- data/lib/aspose-email-cloud/models/{requests/download_file_request_data.rb → download_file_request.rb} +12 -18
- data/lib/aspose-email-cloud/models/email_account_config.rb +10 -56
- data/lib/aspose-email-cloud/models/email_account_config_list.rb +4 -20
- data/lib/aspose-email-cloud/models/email_address.rb +44 -41
- data/lib/aspose-email-cloud/models/email_as_file_request.rb +218 -0
- data/lib/aspose-email-cloud/models/email_client_account.rb +20 -41
- data/lib/aspose-email-cloud/models/email_client_account_credentials.rb +3 -26
- data/lib/aspose-email-cloud/models/email_client_account_oauth_credentials.rb +8 -47
- data/lib/aspose-email-cloud/models/email_client_account_password_credentials.rb +5 -32
- data/lib/aspose-email-cloud/models/email_client_multi_account.rb +4 -24
- data/lib/aspose-email-cloud/models/{discover_email_config_oauth.rb → email_config_discover_oauth_request.rb} +11 -49
- data/lib/aspose-email-cloud/models/{discover_email_config_password.rb → email_config_discover_password_request.rb} +8 -34
- data/lib/aspose-email-cloud/models/{requests/discover_email_config_request_data.rb → email_config_discover_request.rb} +20 -23
- data/lib/aspose-email-cloud/models/email_convert_request.rb +94 -0
- data/lib/aspose-email-cloud/models/email_dto.rb +34 -192
- data/lib/aspose-email-cloud/models/{requests/save_contact_model_request_data.rb → email_from_file_request.rb} +27 -42
- data/lib/aspose-email-cloud/models/{requests/get_email_as_file_request_data.rb → email_get_as_file_request.rb} +19 -24
- data/lib/aspose-email-cloud/models/{requests/get_email_model_list_request_data.rb → email_get_list_request.rb} +20 -22
- data/lib/aspose-email-cloud/models/{requests/get_email_model_request_data.rb → email_get_request.rb} +25 -30
- data/lib/aspose-email-cloud/models/email_list.rb +199 -0
- data/lib/aspose-email-cloud/models/{requests/email_request.rb → email_request.rb} +7 -12
- data/lib/aspose-email-cloud/models/{storage_model_rq_of_email_dto.rb → email_save_request.rb} +40 -33
- data/lib/aspose-email-cloud/models/{email_dto_list.rb → email_storage_list.rb} +6 -22
- data/lib/aspose-email-cloud/models/email_thread.rb +226 -0
- data/lib/aspose-email-cloud/models/email_thread_list.rb +199 -0
- data/lib/aspose-email-cloud/models/enum_with_custom_of_associated_person_category.rb +23 -22
- data/lib/aspose-email-cloud/models/enum_with_custom_of_email_address_category.rb +23 -22
- data/lib/aspose-email-cloud/models/enum_with_custom_of_event_category.rb +23 -22
- data/lib/aspose-email-cloud/models/enum_with_custom_of_instant_messenger_category.rb +23 -22
- data/lib/aspose-email-cloud/models/enum_with_custom_of_phone_number_category.rb +23 -22
- data/lib/aspose-email-cloud/models/enum_with_custom_of_postal_address_category.rb +23 -22
- data/lib/aspose-email-cloud/models/enum_with_custom_of_url_category.rb +23 -22
- data/lib/aspose-email-cloud/models/error.rb +6 -32
- data/lib/aspose-email-cloud/models/error_details.rb +4 -22
- data/lib/aspose-email-cloud/models/file_version.rb +10 -48
- data/lib/aspose-email-cloud/models/file_versions.rb +3 -19
- data/lib/aspose-email-cloud/models/files_list.rb +3 -19
- data/lib/aspose-email-cloud/models/files_upload_result.rb +4 -26
- data/lib/aspose-email-cloud/models/{requests/get_disc_usage_request_data.rb → get_disc_usage_request.rb} +11 -16
- data/lib/aspose-email-cloud/models/{requests/get_file_versions_request_data.rb → get_file_versions_request.rb} +12 -18
- data/lib/aspose-email-cloud/models/{requests/get_files_list_request_data.rb → get_files_list_request.rb} +12 -18
- data/lib/aspose-email-cloud/models/{requests/http_request.rb → http_request.rb} +2 -6
- data/lib/aspose-email-cloud/models/instant_messenger_address.rb +5 -27
- data/lib/aspose-email-cloud/models/linked_resource.rb +8 -40
- data/lib/aspose-email-cloud/models/list_response_of_ai_name_component.rb +3 -19
- data/lib/aspose-email-cloud/models/list_response_of_ai_name_extracted.rb +3 -19
- data/lib/aspose-email-cloud/models/list_response_of_ai_name_gender_hypothesis.rb +3 -19
- data/lib/aspose-email-cloud/models/list_response_of_contact_dto.rb +3 -19
- data/lib/aspose-email-cloud/models/list_response_of_email_account_config.rb +3 -19
- data/lib/aspose-email-cloud/models/list_response_of_email_dto.rb +3 -19
- data/lib/aspose-email-cloud/models/list_response_of_email_thread.rb +198 -0
- data/lib/aspose-email-cloud/models/list_response_of_mail_message_base.rb +198 -0
- data/lib/aspose-email-cloud/models/list_response_of_mail_server_folder.rb +3 -19
- data/lib/aspose-email-cloud/models/list_response_of_storage_file_location.rb +3 -19
- data/lib/aspose-email-cloud/models/list_response_of_storage_model_of_calendar_dto.rb +3 -19
- data/lib/aspose-email-cloud/models/list_response_of_storage_model_of_contact_dto.rb +3 -19
- data/lib/aspose-email-cloud/models/list_response_of_storage_model_of_email_dto.rb +3 -19
- data/lib/aspose-email-cloud/models/mail_address.rb +18 -31
- data/lib/aspose-email-cloud/models/mail_message_base.rb +205 -0
- data/lib/aspose-email-cloud/models/mail_message_base64.rb +252 -0
- data/lib/aspose-email-cloud/models/mail_message_base_list.rb +199 -0
- data/lib/aspose-email-cloud/models/mail_message_dto.rb +219 -0
- data/lib/aspose-email-cloud/models/mail_message_mapi.rb +219 -0
- data/lib/aspose-email-cloud/models/mail_server_folder.rb +4 -22
- data/lib/aspose-email-cloud/models/mail_server_folder_list.rb +199 -0
- data/lib/aspose-email-cloud/models/{mime_response.rb → mapi_attachment_dto.rb} +23 -28
- data/lib/aspose-email-cloud/models/mapi_binary_property_dto.rb +223 -0
- data/lib/aspose-email-cloud/models/mapi_boolean_property_dto.rb +228 -0
- data/lib/aspose-email-cloud/models/mapi_calendar_as_file_request.rb +218 -0
- data/lib/aspose-email-cloud/models/{add_attachment_request.rb → mapi_calendar_attendees_dto.rb} +52 -42
- data/lib/aspose-email-cloud/models/mapi_calendar_daily_recurrence_pattern_dto.rb +381 -0
- data/lib/aspose-email-cloud/models/mapi_calendar_dto.rb +561 -0
- data/lib/aspose-email-cloud/models/{ai_bcr_ocr_data_part.rb → mapi_calendar_event_recurrence_dto.rb} +69 -110
- data/lib/aspose-email-cloud/models/mapi_calendar_exception_info_dto.rb +361 -0
- data/lib/aspose-email-cloud/models/{requests/ai_bcr_ocr_request_data.rb → mapi_calendar_from_file_request.rb} +23 -28
- data/lib/aspose-email-cloud/models/{requests/get_calendar_request_data.rb → mapi_calendar_get_request.rb} +29 -31
- data/lib/aspose-email-cloud/models/mapi_calendar_recurrence_pattern_dto.rb +372 -0
- data/lib/aspose-email-cloud/models/mapi_calendar_save_request.rb +232 -0
- data/lib/aspose-email-cloud/models/mapi_calendar_time_zone_dto.rb +208 -0
- data/lib/aspose-email-cloud/models/{send_email_model_rq.rb → mapi_calendar_time_zone_info_dto.rb} +85 -88
- data/lib/aspose-email-cloud/models/{delete_message_base_request.rb → mapi_calendar_time_zone_rule_dto.rb} +133 -107
- data/lib/aspose-email-cloud/models/mapi_calendar_weekly_recurrence_pattern_dto.rb +381 -0
- data/lib/aspose-email-cloud/models/mapi_calendar_yearly_and_monthly_recurrence_pattern_dto.rb +409 -0
- data/lib/aspose-email-cloud/models/mapi_contact_as_file_request.rb +218 -0
- data/lib/aspose-email-cloud/models/mapi_contact_dto.rb +440 -0
- data/lib/aspose-email-cloud/models/mapi_contact_electronic_address_dto.rb +249 -0
- data/lib/aspose-email-cloud/models/{delete_folder_base_request.rb → mapi_contact_electronic_address_property_set_dto.rb} +92 -129
- data/lib/aspose-email-cloud/models/mapi_contact_event_property_set_dto.rb +218 -0
- data/lib/aspose-email-cloud/models/mapi_contact_from_file_request.rb +84 -0
- data/lib/aspose-email-cloud/models/{requests/get_contact_properties_request_data.rb → mapi_contact_get_request.rb} +31 -33
- data/lib/aspose-email-cloud/models/mapi_contact_name_property_set_dto.rb +285 -0
- data/lib/aspose-email-cloud/models/mapi_contact_other_property_set_dto.rb +277 -0
- data/lib/aspose-email-cloud/models/mapi_contact_personal_info_property_set_dto.rb +366 -0
- data/lib/aspose-email-cloud/models/{indexed_primitive_object.rb → mapi_contact_photo_dto.rb} +252 -263
- data/lib/aspose-email-cloud/models/{link.rb → mapi_contact_physical_address_dto.rb} +88 -64
- data/lib/aspose-email-cloud/models/{ai_bcr_parse_ocr_data_rq.rb → mapi_contact_physical_address_property_set_dto.rb} +33 -49
- data/lib/aspose-email-cloud/models/mapi_contact_professional_property_set_dto.rb +253 -0
- data/lib/aspose-email-cloud/models/mapi_contact_save_request.rb +232 -0
- data/lib/aspose-email-cloud/models/mapi_contact_telephone_property_set_dto.rb +371 -0
- data/lib/aspose-email-cloud/models/mapi_date_time_property_dto.rb +228 -0
- data/lib/aspose-email-cloud/models/{base_object.rb → mapi_electronic_address_dto.rb} +235 -232
- data/lib/aspose-email-cloud/models/{primitive_object.rb → mapi_file_as_property_dto.rb} +228 -245
- data/lib/aspose-email-cloud/models/mapi_importance_property_dto.rb +228 -0
- data/lib/aspose-email-cloud/models/mapi_int_property_dto.rb +228 -0
- data/lib/aspose-email-cloud/models/mapi_known_property_descriptor.rb +238 -0
- data/lib/aspose-email-cloud/models/mapi_legacy_free_busy_property_dto.rb +228 -0
- data/lib/aspose-email-cloud/models/mapi_message_as_file_request.rb +218 -0
- data/lib/aspose-email-cloud/models/mapi_message_dto.rb +604 -0
- data/lib/aspose-email-cloud/models/{requests/convert_email_request_data.rb → mapi_message_from_file_request.rb} +21 -27
- data/lib/aspose-email-cloud/models/mapi_message_get_request.rb +99 -0
- data/lib/aspose-email-cloud/models/mapi_message_item_base_dto.rb +359 -0
- data/lib/aspose-email-cloud/models/mapi_message_save_request.rb +232 -0
- data/lib/aspose-email-cloud/models/mapi_multi_int_property_dto.rb +223 -0
- data/lib/aspose-email-cloud/models/mapi_multi_string_property_dto.rb +223 -0
- data/lib/aspose-email-cloud/models/mapi_physical_address_index_property_dto.rb +228 -0
- data/lib/aspose-email-cloud/models/mapi_pid_lid_property_descriptor.rb +279 -0
- data/lib/aspose-email-cloud/models/mapi_pid_name_property_descriptor.rb +265 -0
- data/lib/aspose-email-cloud/models/mapi_pid_property_descriptor.rb +251 -0
- data/lib/aspose-email-cloud/models/mapi_pid_tag_property_descriptor.rb +279 -0
- data/lib/aspose-email-cloud/models/mapi_property_descriptor.rb +205 -0
- data/lib/aspose-email-cloud/models/{email_document_response.rb → mapi_property_dto.rb} +29 -28
- data/lib/aspose-email-cloud/models/{hierarchical_object.rb → mapi_recipient_dto.rb} +231 -247
- data/lib/aspose-email-cloud/models/mapi_response_type_property_dto.rb +228 -0
- data/lib/aspose-email-cloud/models/mapi_string_property_dto.rb +223 -0
- data/lib/aspose-email-cloud/models/monthly_recurrence_pattern_dto.rb +303 -0
- data/lib/aspose-email-cloud/models/{requests/move_file_request_data.rb → move_file_request.rb} +13 -20
- data/lib/aspose-email-cloud/models/{requests/move_folder_request_data.rb → move_folder_request.rb} +16 -20
- data/lib/aspose-email-cloud/models/name_value_pair.rb +4 -22
- data/lib/aspose-email-cloud/models/object_exist.rb +4 -22
- data/lib/aspose-email-cloud/models/{requests/object_exists_request_data.rb → object_exists_request.rb} +12 -18
- data/lib/aspose-email-cloud/models/phone_number.rb +5 -27
- data/lib/aspose-email-cloud/models/postal_address.rb +13 -67
- data/lib/aspose-email-cloud/models/recurrence_pattern_dto.rb +261 -0
- data/lib/aspose-email-cloud/models/reminder_attendee.rb +27 -17
- data/lib/aspose-email-cloud/models/reminder_trigger.rb +5 -27
- data/lib/aspose-email-cloud/models/storage_exist.rb +3 -17
- data/lib/aspose-email-cloud/models/{requests/storage_exists_request_data.rb → storage_exists_request.rb} +15 -18
- data/lib/aspose-email-cloud/models/storage_file.rb +7 -37
- data/lib/aspose-email-cloud/models/storage_file_location.rb +6 -28
- data/lib/aspose-email-cloud/models/storage_file_location_list.rb +199 -0
- data/lib/aspose-email-cloud/models/storage_folder_location.rb +4 -22
- data/lib/aspose-email-cloud/models/storage_model_of_calendar_dto.rb +14 -22
- data/lib/aspose-email-cloud/models/storage_model_of_contact_dto.rb +14 -22
- data/lib/aspose-email-cloud/models/storage_model_of_email_client_account.rb +217 -0
- data/lib/aspose-email-cloud/models/storage_model_of_email_client_multi_account.rb +217 -0
- data/lib/aspose-email-cloud/models/storage_model_of_email_dto.rb +14 -22
- data/lib/aspose-email-cloud/models/storage_model_of_mapi_calendar_dto.rb +217 -0
- data/lib/aspose-email-cloud/models/storage_model_of_mapi_contact_dto.rb +217 -0
- data/lib/aspose-email-cloud/models/storage_model_of_mapi_message_dto.rb +217 -0
- data/lib/aspose-email-cloud/models/task_regenerating_pattern_dto.rb +275 -0
- data/lib/aspose-email-cloud/models/{requests/upload_file_request_data.rb → upload_file_request.rb} +15 -20
- data/lib/aspose-email-cloud/models/url.rb +5 -27
- data/lib/aspose-email-cloud/models/value_t_of_boolean.rb +3 -17
- data/lib/aspose-email-cloud/models/value_t_of_string.rb +222 -0
- data/lib/aspose-email-cloud/models/weekly_recurrence_pattern_dto.rb +270 -0
- data/lib/aspose-email-cloud/models/{create_folder_base_request.rb → yearly_recurrence_pattern_dto.rb} +115 -111
- data/lib/aspose-email-cloud/version.rb +15 -15
- metadata +247 -214
- data/lib/aspose-email-cloud/models/ai_bcr_storage_image_rq.rb +0 -233
- data/lib/aspose-email-cloud/models/append_email_account_base_request.rb +0 -318
- data/lib/aspose-email-cloud/models/append_email_base_request.rb +0 -336
- data/lib/aspose-email-cloud/models/append_email_mime_base_request.rb +0 -355
- data/lib/aspose-email-cloud/models/append_email_model_rq.rb +0 -336
- data/lib/aspose-email-cloud/models/create_email_request.rb +0 -231
- data/lib/aspose-email-cloud/models/email_account_request.rb +0 -397
- data/lib/aspose-email-cloud/models/email_document.rb +0 -233
- data/lib/aspose-email-cloud/models/email_properties.rb +0 -233
- data/lib/aspose-email-cloud/models/email_property_response.rb +0 -213
- data/lib/aspose-email-cloud/models/hierarchical_object_request.rb +0 -231
- data/lib/aspose-email-cloud/models/list_response_of_hierarchical_object_response.rb +0 -214
- data/lib/aspose-email-cloud/models/requests/add_calendar_attachment_request_data.rb +0 -99
- data/lib/aspose-email-cloud/models/requests/add_contact_attachment_request_data.rb +0 -109
- data/lib/aspose-email-cloud/models/requests/add_email_attachment_request_data.rb +0 -99
- data/lib/aspose-email-cloud/models/requests/add_mapi_attachment_request_data.rb +0 -99
- data/lib/aspose-email-cloud/models/requests/ai_bcr_ocr_storage_request_data.rb +0 -79
- data/lib/aspose-email-cloud/models/requests/ai_bcr_parse_model_request_data.rb +0 -79
- data/lib/aspose-email-cloud/models/requests/ai_bcr_parse_ocr_data_model_request_data.rb +0 -79
- data/lib/aspose-email-cloud/models/requests/ai_bcr_parse_storage_request_data.rb +0 -79
- data/lib/aspose-email-cloud/models/requests/ai_name_expand_parsed_request_data.rb +0 -79
- data/lib/aspose-email-cloud/models/requests/ai_name_format_parsed_request_data.rb +0 -79
- data/lib/aspose-email-cloud/models/requests/ai_name_genderize_parsed_request_data.rb +0 -79
- data/lib/aspose-email-cloud/models/requests/ai_name_match_parsed_request_data.rb +0 -79
- data/lib/aspose-email-cloud/models/requests/append_email_message_request_data.rb +0 -79
- data/lib/aspose-email-cloud/models/requests/append_email_model_message_request_data.rb +0 -79
- data/lib/aspose-email-cloud/models/requests/append_mime_message_request_data.rb +0 -79
- data/lib/aspose-email-cloud/models/requests/convert_calendar_model_to_alternate_request_data.rb +0 -79
- data/lib/aspose-email-cloud/models/requests/create_calendar_request_data.rb +0 -89
- data/lib/aspose-email-cloud/models/requests/create_contact_request_data.rb +0 -99
- data/lib/aspose-email-cloud/models/requests/create_email_folder_request_data.rb +0 -79
- data/lib/aspose-email-cloud/models/requests/create_email_request_data.rb +0 -89
- data/lib/aspose-email-cloud/models/requests/delete_calendar_property_request_data.rb +0 -109
- data/lib/aspose-email-cloud/models/requests/delete_contact_property_request_data.rb +0 -119
- data/lib/aspose-email-cloud/models/requests/delete_email_folder_request_data.rb +0 -79
- data/lib/aspose-email-cloud/models/requests/delete_email_message_request_data.rb +0 -79
- data/lib/aspose-email-cloud/models/requests/delete_mapi_attachment_request_data.rb +0 -99
- data/lib/aspose-email-cloud/models/requests/delete_mapi_properties_request_data.rb +0 -89
- data/lib/aspose-email-cloud/models/requests/discover_email_config_oauth_request_data.rb +0 -79
- data/lib/aspose-email-cloud/models/requests/discover_email_config_password_request_data.rb +0 -79
- data/lib/aspose-email-cloud/models/requests/fetch_email_message_request_data.rb +0 -109
- data/lib/aspose-email-cloud/models/requests/fetch_email_model_request_data.rb +0 -109
- data/lib/aspose-email-cloud/models/requests/get_calendar_attachment_request_data.rb +0 -101
- data/lib/aspose-email-cloud/models/requests/get_calendar_list_request_data.rb +0 -108
- data/lib/aspose-email-cloud/models/requests/get_contact_attachment_request_data.rb +0 -111
- data/lib/aspose-email-cloud/models/requests/get_contact_list_request_data.rb +0 -103
- data/lib/aspose-email-cloud/models/requests/get_email_client_account_request_data.rb +0 -102
- data/lib/aspose-email-cloud/models/requests/get_email_client_multi_account_request_data.rb +0 -102
- data/lib/aspose-email-cloud/models/requests/get_mapi_attachment_request_data.rb +0 -101
- data/lib/aspose-email-cloud/models/requests/get_mapi_attachments_request_data.rb +0 -91
- data/lib/aspose-email-cloud/models/requests/get_mapi_list_request_data.rb +0 -93
- data/lib/aspose-email-cloud/models/requests/get_mapi_properties_request_data.rb +0 -91
- data/lib/aspose-email-cloud/models/requests/list_email_messages_request_data.rb +0 -127
- data/lib/aspose-email-cloud/models/requests/save_calendar_model_request_data.rb +0 -89
- data/lib/aspose-email-cloud/models/requests/save_email_client_account_request_data.rb +0 -79
- data/lib/aspose-email-cloud/models/requests/save_email_client_multi_account_request_data.rb +0 -79
- data/lib/aspose-email-cloud/models/requests/save_mail_account_request_data.rb +0 -79
- data/lib/aspose-email-cloud/models/requests/save_mail_o_auth_account_request_data.rb +0 -79
- data/lib/aspose-email-cloud/models/requests/send_email_mime_request_data.rb +0 -79
- data/lib/aspose-email-cloud/models/requests/send_email_model_request_data.rb +0 -79
- data/lib/aspose-email-cloud/models/requests/send_email_request_data.rb +0 -79
- data/lib/aspose-email-cloud/models/requests/set_email_property_request_data.rb +0 -99
- data/lib/aspose-email-cloud/models/requests/set_email_read_flag_request_data.rb +0 -79
- data/lib/aspose-email-cloud/models/requests/update_calendar_properties_request_data.rb +0 -89
- data/lib/aspose-email-cloud/models/requests/update_contact_properties_request_data.rb +0 -99
- data/lib/aspose-email-cloud/models/requests/update_mapi_properties_request_data.rb +0 -89
- data/lib/aspose-email-cloud/models/save_email_account_request.rb +0 -434
- data/lib/aspose-email-cloud/models/save_o_auth_email_account_request.rb +0 -521
- data/lib/aspose-email-cloud/models/send_email_base_request.rb +0 -281
- data/lib/aspose-email-cloud/models/send_email_mime_base_request.rb +0 -300
- data/lib/aspose-email-cloud/models/set_email_property_request.rb +0 -231
@@ -1,6 +1,6 @@
|
|
1
1
|
# ----------------------------------------------------------------------------
|
2
|
-
# <copyright company="Aspose" file="
|
3
|
-
# Copyright (c) 2018-
|
2
|
+
# <copyright company="Aspose" file="MapiCalendarTimeZoneRuleDto.rb">
|
3
|
+
# Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
|
4
4
|
# </copyright>
|
5
5
|
# <summary>
|
6
6
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
@@ -23,119 +23,145 @@
|
|
23
23
|
# </summary>
|
24
24
|
# ----------------------------------------------------------------------------
|
25
25
|
|
26
|
-
|
27
26
|
require 'date'
|
28
27
|
|
29
28
|
module AsposeEmailCloud
|
30
|
-
#
|
31
|
-
class
|
32
|
-
#
|
29
|
+
# Represents time zone rule that indicate when to begin using the Standard/Daylight time.
|
30
|
+
class MapiCalendarTimeZoneRuleDto
|
31
|
+
# Date and time that indicate when to begin using the Standard/Daylight time.
|
32
|
+
# @return [DateTime]
|
33
|
+
attr_accessor :date
|
34
|
+
# Day of week. Enum, available values: Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday
|
33
35
|
# @return [String]
|
34
|
-
attr_accessor :
|
35
|
-
|
36
|
-
#
|
36
|
+
attr_accessor :day_of_week
|
37
|
+
# Hour.
|
38
|
+
# @return [Integer]
|
39
|
+
attr_accessor :hour
|
40
|
+
# Milliseconds.
|
41
|
+
# @return [Integer]
|
42
|
+
attr_accessor :milliseconds
|
43
|
+
# Minute.
|
44
|
+
# @return [Integer]
|
45
|
+
attr_accessor :minute
|
46
|
+
# Month.
|
47
|
+
# @return [Integer]
|
48
|
+
attr_accessor :month
|
49
|
+
# Day positions, typically found in a month. Enum, available values: None, First, Second, Third, Fourth, Last
|
37
50
|
# @return [String]
|
38
|
-
attr_accessor :
|
39
|
-
|
40
|
-
#
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
# @return [String]
|
46
|
-
attr_accessor :message_id
|
47
|
-
|
48
|
-
# Specifies that message should be deleted permanently
|
49
|
-
# @return [BOOLEAN]
|
50
|
-
attr_accessor :delete_permanently
|
51
|
-
|
51
|
+
attr_accessor :position
|
52
|
+
# Seconds.
|
53
|
+
# @return [Integer]
|
54
|
+
attr_accessor :seconds
|
55
|
+
# Year.
|
56
|
+
# @return [Integer]
|
57
|
+
attr_accessor :year
|
52
58
|
# Attribute mapping from ruby-style variable name to JSON key.
|
53
59
|
def self.attribute_map
|
54
60
|
{
|
55
|
-
:'
|
56
|
-
:'
|
57
|
-
:'
|
58
|
-
:'
|
59
|
-
:'
|
61
|
+
:'date' => :'date',
|
62
|
+
:'day_of_week' => :'dayOfWeek',
|
63
|
+
:'hour' => :'hour',
|
64
|
+
:'milliseconds' => :'milliseconds',
|
65
|
+
:'minute' => :'minute',
|
66
|
+
:'month' => :'month',
|
67
|
+
:'position' => :'position',
|
68
|
+
:'seconds' => :'seconds',
|
69
|
+
:'year' => :'year'
|
60
70
|
}
|
61
71
|
end
|
62
72
|
|
63
73
|
# Attribute type mapping.
|
64
74
|
def self.swagger_types
|
65
75
|
{
|
66
|
-
:'
|
67
|
-
:'
|
68
|
-
:'
|
69
|
-
:'
|
70
|
-
:'
|
76
|
+
:'date' => :'DateTime',
|
77
|
+
:'day_of_week' => :'String',
|
78
|
+
:'hour' => :'Integer',
|
79
|
+
:'milliseconds' => :'Integer',
|
80
|
+
:'minute' => :'Integer',
|
81
|
+
:'month' => :'Integer',
|
82
|
+
:'position' => :'String',
|
83
|
+
:'seconds' => :'Integer',
|
84
|
+
:'year' => :'Integer'
|
71
85
|
}
|
72
86
|
end
|
73
87
|
|
74
88
|
# Initializes the object
|
75
|
-
# @param [
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
89
|
+
# @param [DateTime] date Date and time that indicate when to begin using the Standard/Daylight time.
|
90
|
+
# @param [String] day_of_week Day of week. Enum, available values: Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday
|
91
|
+
# @param [Integer] hour Hour.
|
92
|
+
# @param [Integer] milliseconds Milliseconds.
|
93
|
+
# @param [Integer] minute Minute.
|
94
|
+
# @param [Integer] month Month.
|
95
|
+
# @param [String] position Day positions, typically found in a month. Enum, available values: None, First, Second, Third, Fourth, Last
|
96
|
+
# @param [Integer] seconds Seconds.
|
97
|
+
# @param [Integer] year Year.
|
98
|
+
def initialize(
|
99
|
+
date: nil,
|
100
|
+
day_of_week: nil,
|
101
|
+
hour: nil,
|
102
|
+
milliseconds: nil,
|
103
|
+
minute: nil,
|
104
|
+
month: nil,
|
105
|
+
position: nil,
|
106
|
+
seconds: nil,
|
107
|
+
year: nil)
|
108
|
+
self.date = date if date
|
109
|
+
self.day_of_week = day_of_week if day_of_week
|
110
|
+
self.hour = hour if hour
|
111
|
+
self.milliseconds = milliseconds if milliseconds
|
112
|
+
self.minute = minute if minute
|
113
|
+
self.month = month if month
|
114
|
+
self.position = position if position
|
115
|
+
self.seconds = seconds if seconds
|
116
|
+
self.year = year if year
|
117
|
+
end
|
81
118
|
|
82
|
-
|
83
|
-
|
119
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
120
|
+
# @return Array for valid properties with the reasons
|
121
|
+
def list_invalid_properties
|
122
|
+
invalid_properties = Array.new
|
123
|
+
if @date.nil?
|
124
|
+
invalid_properties.push('invalid value for "date", date cannot be nil.')
|
84
125
|
end
|
85
126
|
|
86
|
-
if
|
87
|
-
|
127
|
+
if @day_of_week.nil?
|
128
|
+
invalid_properties.push('invalid value for "day_of_week", day_of_week cannot be nil.')
|
88
129
|
end
|
89
130
|
|
90
|
-
if
|
91
|
-
|
131
|
+
if @hour.nil?
|
132
|
+
invalid_properties.push('invalid value for "hour", hour cannot be nil.')
|
92
133
|
end
|
93
134
|
|
94
|
-
if
|
95
|
-
|
135
|
+
if @milliseconds.nil?
|
136
|
+
invalid_properties.push('invalid value for "milliseconds", milliseconds cannot be nil.')
|
96
137
|
end
|
97
138
|
|
98
|
-
if
|
99
|
-
|
139
|
+
if @minute.nil?
|
140
|
+
invalid_properties.push('invalid value for "minute", minute cannot be nil.')
|
100
141
|
end
|
101
|
-
end
|
102
142
|
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
# @param [StorageFolderLocation] storage_folder Storage folder location of account files
|
107
|
-
# @param [String] message_id Message identifier
|
108
|
-
# @param [BOOLEAN] delete_permanently Specifies that message should be deleted permanently
|
109
|
-
def initialize(first_account=nil, second_account=nil, storage_folder=nil, message_id=nil, delete_permanently=nil)
|
110
|
-
self.first_account = first_account if first_account
|
111
|
-
self.second_account = second_account if second_account
|
112
|
-
self.storage_folder = storage_folder if storage_folder
|
113
|
-
self.message_id = message_id if message_id
|
114
|
-
self.delete_permanently = delete_permanently if delete_permanently
|
115
|
-
end
|
143
|
+
if @month.nil?
|
144
|
+
invalid_properties.push('invalid value for "month", month cannot be nil.')
|
145
|
+
end
|
116
146
|
|
117
|
-
|
118
|
-
|
119
|
-
def list_invalid_properties
|
120
|
-
invalid_properties = Array.new
|
121
|
-
if @first_account.nil?
|
122
|
-
invalid_properties.push('invalid value for "first_account", first_account cannot be nil.')
|
147
|
+
if @month > 12
|
148
|
+
invalid_properties.push('invalid value for "month", must be smaller than or equal to 12.')
|
123
149
|
end
|
124
150
|
|
125
|
-
if @
|
126
|
-
invalid_properties.push('invalid value for "
|
151
|
+
if @month < 0
|
152
|
+
invalid_properties.push('invalid value for "month", must be greater than or equal to 0.')
|
127
153
|
end
|
128
154
|
|
129
|
-
if @
|
130
|
-
invalid_properties.push('invalid value for "
|
155
|
+
if @position.nil?
|
156
|
+
invalid_properties.push('invalid value for "position", position cannot be nil.')
|
131
157
|
end
|
132
158
|
|
133
|
-
if @
|
134
|
-
invalid_properties.push('invalid value for "
|
159
|
+
if @seconds.nil?
|
160
|
+
invalid_properties.push('invalid value for "seconds", seconds cannot be nil.')
|
135
161
|
end
|
136
162
|
|
137
|
-
if @
|
138
|
-
invalid_properties.push('invalid value for "
|
163
|
+
if @year.nil?
|
164
|
+
invalid_properties.push('invalid value for "year", year cannot be nil.')
|
139
165
|
end
|
140
166
|
|
141
167
|
invalid_properties
|
@@ -144,40 +170,36 @@ module AsposeEmailCloud
|
|
144
170
|
# Check to see if the all the properties in the model are valid
|
145
171
|
# @return true if the model is valid
|
146
172
|
def valid?
|
147
|
-
return false if @
|
148
|
-
return false if @
|
149
|
-
return false if @
|
150
|
-
return false if @
|
151
|
-
return false if @
|
173
|
+
return false if @date.nil?
|
174
|
+
return false if @day_of_week.nil?
|
175
|
+
return false if @hour.nil?
|
176
|
+
return false if @milliseconds.nil?
|
177
|
+
return false if @minute.nil?
|
178
|
+
return false if @month.nil?
|
179
|
+
return false if @month > 12
|
180
|
+
return false if @month < 0
|
181
|
+
return false if @position.nil?
|
182
|
+
return false if @seconds.nil?
|
183
|
+
return false if @year.nil?
|
152
184
|
true
|
153
185
|
end
|
154
186
|
|
155
187
|
# Custom attribute writer method with validation
|
156
|
-
# @param [Object]
|
157
|
-
def
|
158
|
-
if
|
159
|
-
fail ArgumentError, '
|
160
|
-
end
|
161
|
-
|
162
|
-
if first_account.to_s.length < 1
|
163
|
-
fail ArgumentError, 'invalid value for "first_account", the character length must be great than or equal to 1.'
|
188
|
+
# @param [Object] month Value to be assigned
|
189
|
+
def month=(month)
|
190
|
+
if month.nil?
|
191
|
+
fail ArgumentError, 'month cannot be nil'
|
164
192
|
end
|
165
193
|
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
# Custom attribute writer method with validation
|
170
|
-
# @param [Object] message_id Value to be assigned
|
171
|
-
def message_id=(message_id)
|
172
|
-
if message_id.nil?
|
173
|
-
fail ArgumentError, 'message_id cannot be nil'
|
194
|
+
if month > 12
|
195
|
+
fail ArgumentError, 'invalid value for "month", must be smaller than or equal to 12.'
|
174
196
|
end
|
175
197
|
|
176
|
-
if
|
177
|
-
fail ArgumentError, 'invalid value for "
|
198
|
+
if month < 0
|
199
|
+
fail ArgumentError, 'invalid value for "month", must be greater than or equal to 0.'
|
178
200
|
end
|
179
201
|
|
180
|
-
@
|
202
|
+
@month = month
|
181
203
|
end
|
182
204
|
|
183
205
|
# Checks equality by comparing each attribute.
|
@@ -185,11 +207,15 @@ module AsposeEmailCloud
|
|
185
207
|
def ==(o)
|
186
208
|
return true if self.equal?(o)
|
187
209
|
self.class == o.class &&
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
210
|
+
date == o.date &&
|
211
|
+
day_of_week == o.day_of_week &&
|
212
|
+
hour == o.hour &&
|
213
|
+
milliseconds == o.milliseconds &&
|
214
|
+
minute == o.minute &&
|
215
|
+
month == o.month &&
|
216
|
+
position == o.position &&
|
217
|
+
seconds == o.seconds &&
|
218
|
+
year == o.year
|
193
219
|
end
|
194
220
|
|
195
221
|
# @see the `==` method
|
@@ -201,7 +227,7 @@ module AsposeEmailCloud
|
|
201
227
|
# Calculates hash code according to all attributes.
|
202
228
|
# @return [Fixnum] Hash code
|
203
229
|
def hash
|
204
|
-
[
|
230
|
+
[date, day_of_week, hour, milliseconds, minute, month, position, seconds, year].hash
|
205
231
|
end
|
206
232
|
|
207
233
|
# Builds the object from hash
|
@@ -0,0 +1,381 @@
|
|
1
|
+
# ----------------------------------------------------------------------------
|
2
|
+
# <copyright company="Aspose" file="MapiCalendarWeeklyRecurrencePatternDto.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
|
+
# Represents the weekly recurrence pattern of the mapi calendar
|
30
|
+
class MapiCalendarWeeklyRecurrencePatternDto < MapiCalendarRecurrencePatternDto
|
31
|
+
# Enumerated the calendar type of the mapi recurrence Enum, available values: Default, CalGregorian, CalGregorianUs, CalJapan, CalTaiwan, CalKorea, CalHijri, CalThai, CalHebrew, CalGregorianMeFrench, CalGregorianArabic, CalGregorianXLitEnglish, CalGregorianXLitFrench, CalLunarJapanese, CalChineseLunar, CalSaka, CalLunarEtoChn, CalLunarEtoKor, CalLunarRokuyou, CalLunarKorean, CalUmAlQura
|
32
|
+
# @return [String]
|
33
|
+
attr_accessor :calendar_type
|
34
|
+
# An array of dates, each of which is the original instance date of either a deleted instance or a modified instance for this recurrence.
|
35
|
+
# @return [Array<DateTime>]
|
36
|
+
attr_accessor :deleted_instance_dates
|
37
|
+
# End date of an item recurrence pattern.
|
38
|
+
# @return [DateTime]
|
39
|
+
attr_accessor :end_date
|
40
|
+
# Enumerates the ending type for the recurrence. Enum, available values: None, EndAfterDate, EndAfterNOccurrences, NeverEnd
|
41
|
+
# @return [String]
|
42
|
+
attr_accessor :end_type
|
43
|
+
# An exception specifies changes to an instance of a recurring series.
|
44
|
+
# @return [Array<MapiCalendarExceptionInfoDto>]
|
45
|
+
attr_accessor :exceptions
|
46
|
+
# Enumerates mapi calendar recurrence frequency Enum, available values: None, Daily, Weekly, Monthly, Yearly
|
47
|
+
# @return [String]
|
48
|
+
attr_accessor :frequency
|
49
|
+
# An array of dates, each of which is the date of a modified instance.
|
50
|
+
# @return [Array<DateTime>]
|
51
|
+
attr_accessor :modified_instance_dates
|
52
|
+
# Number of occurrences in a recurrence.
|
53
|
+
# @return [Integer]
|
54
|
+
attr_accessor :occurrence_count
|
55
|
+
# Enumerates the mapi calendar recurrence pattern types Enum, available values: Day, Week, Month, MonthEnd, MonthNth, HjMonth, HjMonthNth, HjMonthEnd
|
56
|
+
# @return [String]
|
57
|
+
attr_accessor :pattern_type
|
58
|
+
# Interval at which the meeting pattern repeats.
|
59
|
+
# @return [Integer]
|
60
|
+
attr_accessor :period
|
61
|
+
# Defines whether pattern is sliding or not.
|
62
|
+
# @return [BOOLEAN]
|
63
|
+
attr_accessor :sliding_flag
|
64
|
+
# Start date of an item recurrence pattern.
|
65
|
+
# @return [DateTime]
|
66
|
+
attr_accessor :start_date
|
67
|
+
# Day of week. Enum, available values: Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday
|
68
|
+
# @return [String]
|
69
|
+
attr_accessor :week_start_day
|
70
|
+
def discriminator #getter method
|
71
|
+
self.class.name.split('::').last
|
72
|
+
end
|
73
|
+
|
74
|
+
def discriminator=(discriminator) #setter method, parameter ignored
|
75
|
+
@discriminator = self.class.name.split('::').last
|
76
|
+
end
|
77
|
+
# Days of week at which the event occurs. Items: Enumerates the days of week of the mapi calendar recurrence pattern Enum, available values: Saturday, Friday, Thursday, Wednesday, Tuesday, Monday, Sunday
|
78
|
+
# @return [Array<String>]
|
79
|
+
attr_accessor :day_of_week
|
80
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
81
|
+
def self.attribute_map
|
82
|
+
{
|
83
|
+
:'calendar_type' => :'calendarType',
|
84
|
+
:'deleted_instance_dates' => :'deletedInstanceDates',
|
85
|
+
:'end_date' => :'endDate',
|
86
|
+
:'end_type' => :'endType',
|
87
|
+
:'exceptions' => :'exceptions',
|
88
|
+
:'frequency' => :'frequency',
|
89
|
+
:'modified_instance_dates' => :'modifiedInstanceDates',
|
90
|
+
:'occurrence_count' => :'occurrenceCount',
|
91
|
+
:'pattern_type' => :'patternType',
|
92
|
+
:'period' => :'period',
|
93
|
+
:'sliding_flag' => :'slidingFlag',
|
94
|
+
:'start_date' => :'startDate',
|
95
|
+
:'week_start_day' => :'weekStartDay',
|
96
|
+
:'discriminator' => :'discriminator',
|
97
|
+
:'day_of_week' => :'dayOfWeek'
|
98
|
+
}
|
99
|
+
end
|
100
|
+
|
101
|
+
# Attribute type mapping.
|
102
|
+
def self.swagger_types
|
103
|
+
{
|
104
|
+
:'calendar_type' => :'String',
|
105
|
+
:'deleted_instance_dates' => :'Array<DateTime>',
|
106
|
+
:'end_date' => :'DateTime',
|
107
|
+
:'end_type' => :'String',
|
108
|
+
:'exceptions' => :'Array<MapiCalendarExceptionInfoDto>',
|
109
|
+
:'frequency' => :'String',
|
110
|
+
:'modified_instance_dates' => :'Array<DateTime>',
|
111
|
+
:'occurrence_count' => :'Integer',
|
112
|
+
:'pattern_type' => :'String',
|
113
|
+
:'period' => :'Integer',
|
114
|
+
:'sliding_flag' => :'BOOLEAN',
|
115
|
+
:'start_date' => :'DateTime',
|
116
|
+
:'week_start_day' => :'String',
|
117
|
+
:'discriminator' => :'String',
|
118
|
+
:'day_of_week' => :'Array<String>'
|
119
|
+
}
|
120
|
+
end
|
121
|
+
|
122
|
+
# Initializes the object
|
123
|
+
# @param [String] calendar_type Enumerated the calendar type of the mapi recurrence Enum, available values: Default, CalGregorian, CalGregorianUs, CalJapan, CalTaiwan, CalKorea, CalHijri, CalThai, CalHebrew, CalGregorianMeFrench, CalGregorianArabic, CalGregorianXLitEnglish, CalGregorianXLitFrench, CalLunarJapanese, CalChineseLunar, CalSaka, CalLunarEtoChn, CalLunarEtoKor, CalLunarRokuyou, CalLunarKorean, CalUmAlQura
|
124
|
+
# @param [Array<DateTime>] deleted_instance_dates An array of dates, each of which is the original instance date of either a deleted instance or a modified instance for this recurrence.
|
125
|
+
# @param [DateTime] end_date End date of an item recurrence pattern.
|
126
|
+
# @param [String] end_type Enumerates the ending type for the recurrence. Enum, available values: None, EndAfterDate, EndAfterNOccurrences, NeverEnd
|
127
|
+
# @param [Array<MapiCalendarExceptionInfoDto>] exceptions An exception specifies changes to an instance of a recurring series.
|
128
|
+
# @param [String] frequency Enumerates mapi calendar recurrence frequency Enum, available values: None, Daily, Weekly, Monthly, Yearly
|
129
|
+
# @param [Array<DateTime>] modified_instance_dates An array of dates, each of which is the date of a modified instance.
|
130
|
+
# @param [Integer] occurrence_count Number of occurrences in a recurrence.
|
131
|
+
# @param [String] pattern_type Enumerates the mapi calendar recurrence pattern types Enum, available values: Day, Week, Month, MonthEnd, MonthNth, HjMonth, HjMonthNth, HjMonthEnd
|
132
|
+
# @param [Integer] period Interval at which the meeting pattern repeats.
|
133
|
+
# @param [BOOLEAN] sliding_flag Defines whether pattern is sliding or not.
|
134
|
+
# @param [DateTime] start_date Start date of an item recurrence pattern.
|
135
|
+
# @param [String] week_start_day Day of week. Enum, available values: Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday
|
136
|
+
# @param [Array<String>] day_of_week Days of week at which the event occurs. Items: Enumerates the days of week of the mapi calendar recurrence pattern Enum, available values: Saturday, Friday, Thursday, Wednesday, Tuesday, Monday, Sunday
|
137
|
+
def initialize(
|
138
|
+
calendar_type: nil,
|
139
|
+
deleted_instance_dates: nil,
|
140
|
+
end_date: nil,
|
141
|
+
end_type: nil,
|
142
|
+
exceptions: nil,
|
143
|
+
frequency: nil,
|
144
|
+
modified_instance_dates: nil,
|
145
|
+
occurrence_count: nil,
|
146
|
+
pattern_type: nil,
|
147
|
+
period: nil,
|
148
|
+
sliding_flag: nil,
|
149
|
+
start_date: nil,
|
150
|
+
week_start_day: nil,
|
151
|
+
day_of_week: nil)
|
152
|
+
self.calendar_type = calendar_type if calendar_type
|
153
|
+
self.deleted_instance_dates = deleted_instance_dates if deleted_instance_dates
|
154
|
+
self.end_date = end_date if end_date
|
155
|
+
self.end_type = end_type if end_type
|
156
|
+
self.exceptions = exceptions if exceptions
|
157
|
+
self.frequency = frequency if frequency
|
158
|
+
self.modified_instance_dates = modified_instance_dates if modified_instance_dates
|
159
|
+
self.occurrence_count = occurrence_count if occurrence_count
|
160
|
+
self.pattern_type = pattern_type if pattern_type
|
161
|
+
self.period = period if period
|
162
|
+
self.sliding_flag = sliding_flag if sliding_flag
|
163
|
+
self.start_date = start_date if start_date
|
164
|
+
self.week_start_day = week_start_day if week_start_day
|
165
|
+
self.day_of_week = day_of_week if day_of_week
|
166
|
+
end
|
167
|
+
|
168
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
169
|
+
# @return Array for valid properties with the reasons
|
170
|
+
def list_invalid_properties
|
171
|
+
invalid_properties = Array.new
|
172
|
+
if @calendar_type.nil?
|
173
|
+
invalid_properties.push('invalid value for "calendar_type", calendar_type cannot be nil.')
|
174
|
+
end
|
175
|
+
|
176
|
+
if @end_date.nil?
|
177
|
+
invalid_properties.push('invalid value for "end_date", end_date cannot be nil.')
|
178
|
+
end
|
179
|
+
|
180
|
+
if @end_type.nil?
|
181
|
+
invalid_properties.push('invalid value for "end_type", end_type cannot be nil.')
|
182
|
+
end
|
183
|
+
|
184
|
+
if @frequency.nil?
|
185
|
+
invalid_properties.push('invalid value for "frequency", frequency cannot be nil.')
|
186
|
+
end
|
187
|
+
|
188
|
+
if @occurrence_count.nil?
|
189
|
+
invalid_properties.push('invalid value for "occurrence_count", occurrence_count cannot be nil.')
|
190
|
+
end
|
191
|
+
|
192
|
+
if @pattern_type.nil?
|
193
|
+
invalid_properties.push('invalid value for "pattern_type", pattern_type cannot be nil.')
|
194
|
+
end
|
195
|
+
|
196
|
+
if @period.nil?
|
197
|
+
invalid_properties.push('invalid value for "period", period cannot be nil.')
|
198
|
+
end
|
199
|
+
|
200
|
+
if @sliding_flag.nil?
|
201
|
+
invalid_properties.push('invalid value for "sliding_flag", sliding_flag cannot be nil.')
|
202
|
+
end
|
203
|
+
|
204
|
+
if @start_date.nil?
|
205
|
+
invalid_properties.push('invalid value for "start_date", start_date cannot be nil.')
|
206
|
+
end
|
207
|
+
|
208
|
+
if @week_start_day.nil?
|
209
|
+
invalid_properties.push('invalid value for "week_start_day", week_start_day cannot be nil.')
|
210
|
+
end
|
211
|
+
|
212
|
+
if @discriminator.nil?
|
213
|
+
invalid_properties.push('invalid value for "discriminator", discriminator cannot be nil.')
|
214
|
+
end
|
215
|
+
|
216
|
+
invalid_properties
|
217
|
+
end
|
218
|
+
|
219
|
+
# Check to see if the all the properties in the model are valid
|
220
|
+
# @return true if the model is valid
|
221
|
+
def valid?
|
222
|
+
return false if @calendar_type.nil?
|
223
|
+
return false if @end_date.nil?
|
224
|
+
return false if @end_type.nil?
|
225
|
+
return false if @frequency.nil?
|
226
|
+
return false if @occurrence_count.nil?
|
227
|
+
return false if @pattern_type.nil?
|
228
|
+
return false if @period.nil?
|
229
|
+
return false if @sliding_flag.nil?
|
230
|
+
return false if @start_date.nil?
|
231
|
+
return false if @week_start_day.nil?
|
232
|
+
return false if @discriminator.nil?
|
233
|
+
true
|
234
|
+
end
|
235
|
+
|
236
|
+
# Checks equality by comparing each attribute.
|
237
|
+
# @param [Object] Object to be compared
|
238
|
+
def ==(o)
|
239
|
+
return true if self.equal?(o)
|
240
|
+
self.class == o.class &&
|
241
|
+
calendar_type == o.calendar_type &&
|
242
|
+
deleted_instance_dates == o.deleted_instance_dates &&
|
243
|
+
end_date == o.end_date &&
|
244
|
+
end_type == o.end_type &&
|
245
|
+
exceptions == o.exceptions &&
|
246
|
+
frequency == o.frequency &&
|
247
|
+
modified_instance_dates == o.modified_instance_dates &&
|
248
|
+
occurrence_count == o.occurrence_count &&
|
249
|
+
pattern_type == o.pattern_type &&
|
250
|
+
period == o.period &&
|
251
|
+
sliding_flag == o.sliding_flag &&
|
252
|
+
start_date == o.start_date &&
|
253
|
+
week_start_day == o.week_start_day &&
|
254
|
+
discriminator == o.discriminator &&
|
255
|
+
day_of_week == o.day_of_week
|
256
|
+
end
|
257
|
+
|
258
|
+
# @see the `==` method
|
259
|
+
# @param [Object] Object to be compared
|
260
|
+
def eql?(o)
|
261
|
+
self == o
|
262
|
+
end
|
263
|
+
|
264
|
+
# Calculates hash code according to all attributes.
|
265
|
+
# @return [Fixnum] Hash code
|
266
|
+
def hash
|
267
|
+
[calendar_type, deleted_instance_dates, end_date, end_type, exceptions, frequency, modified_instance_dates, occurrence_count, pattern_type, period, sliding_flag, start_date, week_start_day, discriminator, day_of_week].hash
|
268
|
+
end
|
269
|
+
|
270
|
+
# Builds the object from hash
|
271
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
272
|
+
# @return [Object] Returns the model itself
|
273
|
+
def build_from_hash(attributes)
|
274
|
+
return nil unless attributes.is_a?(Hash)
|
275
|
+
self.class.swagger_types.each_pair do |key, type|
|
276
|
+
attribute_key = self.class.attribute_map[key]
|
277
|
+
attribute_key = (attribute_key[0, 1].downcase + attribute_key[1..-1]).to_sym
|
278
|
+
if type =~ /\AArray<(.*)>/i
|
279
|
+
# check to ensure the input is an array given that the the attribute
|
280
|
+
# is documented as an array but the input is not
|
281
|
+
if attributes[attribute_key].is_a?(Array)
|
282
|
+
self.send("#{key}=", attributes[attribute_key].map { |v| _deserialize($1, v) })
|
283
|
+
end
|
284
|
+
elsif !attributes[attribute_key].nil?
|
285
|
+
self.send("#{key}=", _deserialize(type, attributes[attribute_key]))
|
286
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
287
|
+
end
|
288
|
+
|
289
|
+
self
|
290
|
+
end
|
291
|
+
|
292
|
+
# Deserializes the data based on type
|
293
|
+
# @param string type Data type
|
294
|
+
# @param string value Value to be deserialized
|
295
|
+
# @return [Object] Deserialized data
|
296
|
+
def _deserialize(type, value)
|
297
|
+
case type.to_sym
|
298
|
+
when :DateTime
|
299
|
+
DateTime.parse(value)
|
300
|
+
when :Date
|
301
|
+
Date.parse(value)
|
302
|
+
when :String
|
303
|
+
value.to_s
|
304
|
+
when :Integer
|
305
|
+
value.to_i
|
306
|
+
when :Float
|
307
|
+
value.to_f
|
308
|
+
when :BOOLEAN
|
309
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
310
|
+
true
|
311
|
+
else
|
312
|
+
false
|
313
|
+
end
|
314
|
+
when :Object
|
315
|
+
# generic object (usually a Hash), return directly
|
316
|
+
value
|
317
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
318
|
+
inner_type = Regexp.last_match[:inner_type]
|
319
|
+
value.map { |v| _deserialize(inner_type, v) }
|
320
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
321
|
+
k_type = Regexp.last_match[:k_type]
|
322
|
+
v_type = Regexp.last_match[:v_type]
|
323
|
+
{}.tap do |hash|
|
324
|
+
value.each do |k, v|
|
325
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
326
|
+
end
|
327
|
+
end
|
328
|
+
else # model
|
329
|
+
sub_type = value[:type] || value[:discriminator] || type
|
330
|
+
if AsposeEmailCloud.const_defined?(sub_type)
|
331
|
+
type = sub_type
|
332
|
+
end
|
333
|
+
temp_model = AsposeEmailCloud.const_get(type).new
|
334
|
+
temp_model.build_from_hash(value)
|
335
|
+
end
|
336
|
+
end
|
337
|
+
|
338
|
+
# Returns the string representation of the object
|
339
|
+
# @return [String] String presentation of the object
|
340
|
+
def to_s
|
341
|
+
to_hash.to_s
|
342
|
+
end
|
343
|
+
|
344
|
+
# to_body is an alias to to_hash (backward compatibility)
|
345
|
+
# @return [Hash] Returns the object in the form of hash
|
346
|
+
def to_body
|
347
|
+
to_hash
|
348
|
+
end
|
349
|
+
|
350
|
+
# Returns the object in the form of hash
|
351
|
+
# @return [Hash] Returns the object in the form of hash
|
352
|
+
def to_hash
|
353
|
+
hash = {}
|
354
|
+
self.class.attribute_map.each_pair do |attr, param|
|
355
|
+
value = self.send(attr)
|
356
|
+
next if value.nil?
|
357
|
+
hash[param] = _to_hash(value)
|
358
|
+
end
|
359
|
+
hash
|
360
|
+
end
|
361
|
+
|
362
|
+
# Outputs non-array value in the form of hash
|
363
|
+
# For object, use to_hash. Otherwise, just return the value
|
364
|
+
# @param [Object] value Any valid value
|
365
|
+
# @return [Hash] Returns the value in the form of hash
|
366
|
+
def _to_hash(value)
|
367
|
+
if value.is_a?(Array)
|
368
|
+
value.compact.map { |v| _to_hash(v) }
|
369
|
+
elsif value.is_a?(Hash)
|
370
|
+
{}.tap do |hash|
|
371
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
372
|
+
end
|
373
|
+
elsif value.respond_to? :to_hash
|
374
|
+
value.to_hash
|
375
|
+
else
|
376
|
+
value
|
377
|
+
end
|
378
|
+
end
|
379
|
+
|
380
|
+
end
|
381
|
+
end
|