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