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,505 +1,521 @@
|
|
|
1
|
-
# ----------------------------------------------------------------------------
|
|
2
|
-
# <copyright company="Aspose" file="SaveOAuthEmailAccountRequest.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
|
-
# Save email account settings with OAuth request
|
|
31
|
-
class SaveOAuthEmailAccountRequest
|
|
32
|
-
# Email account host
|
|
33
|
-
# @return [String]
|
|
34
|
-
attr_accessor :host
|
|
35
|
-
|
|
36
|
-
# Email account port
|
|
37
|
-
# @return [Integer]
|
|
38
|
-
attr_accessor :port
|
|
39
|
-
|
|
40
|
-
# Email account login
|
|
41
|
-
# @return [String]
|
|
42
|
-
attr_accessor :login
|
|
43
|
-
|
|
44
|
-
# Enum, available values: None, SSLExplicit, SSLImplicit, SSLAuto, Auto
|
|
45
|
-
# @return [String]
|
|
46
|
-
attr_accessor :security_options
|
|
47
|
-
|
|
48
|
-
# Type of connection protocol. Enum, available values: IMAP, POP3, SMTP, EWS, WebDav
|
|
49
|
-
# @return [String]
|
|
50
|
-
attr_accessor :protocol_type
|
|
51
|
-
|
|
52
|
-
# Email account description
|
|
53
|
-
# @return [String]
|
|
54
|
-
attr_accessor :description
|
|
55
|
-
|
|
56
|
-
# A storage file location info to store email account
|
|
57
|
-
# @return [StorageFileLocation]
|
|
58
|
-
attr_accessor :storage_file
|
|
59
|
-
|
|
60
|
-
# OAuth client identifier
|
|
61
|
-
# @return [String]
|
|
62
|
-
attr_accessor :client_id
|
|
63
|
-
|
|
64
|
-
# OAuth client secret
|
|
65
|
-
# @return [String]
|
|
66
|
-
attr_accessor :client_secret
|
|
67
|
-
|
|
68
|
-
# OAuth refresh token
|
|
69
|
-
# @return [String]
|
|
70
|
-
attr_accessor :refresh_token
|
|
71
|
-
|
|
72
|
-
#
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
:'
|
|
80
|
-
:'
|
|
81
|
-
:'
|
|
82
|
-
:'
|
|
83
|
-
:'
|
|
84
|
-
:'
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
:'
|
|
97
|
-
:'
|
|
98
|
-
:'
|
|
99
|
-
:'
|
|
100
|
-
:'
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
#
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
if
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
if @
|
|
194
|
-
invalid_properties.push('invalid value for "
|
|
195
|
-
end
|
|
196
|
-
|
|
197
|
-
if @
|
|
198
|
-
invalid_properties.push('invalid value for "
|
|
199
|
-
end
|
|
200
|
-
|
|
201
|
-
if @
|
|
202
|
-
invalid_properties.push('invalid value for "
|
|
203
|
-
end
|
|
204
|
-
|
|
205
|
-
if @
|
|
206
|
-
invalid_properties.push('invalid value for "
|
|
207
|
-
end
|
|
208
|
-
|
|
209
|
-
if @
|
|
210
|
-
invalid_properties.push('invalid value for "
|
|
211
|
-
end
|
|
212
|
-
|
|
213
|
-
if @
|
|
214
|
-
invalid_properties.push('invalid value for "
|
|
215
|
-
end
|
|
216
|
-
|
|
217
|
-
if @
|
|
218
|
-
invalid_properties.push('invalid value for "
|
|
219
|
-
end
|
|
220
|
-
|
|
221
|
-
if @
|
|
222
|
-
invalid_properties.push('invalid value for "
|
|
223
|
-
end
|
|
224
|
-
|
|
225
|
-
if @
|
|
226
|
-
invalid_properties.push('invalid value for "
|
|
227
|
-
end
|
|
228
|
-
|
|
229
|
-
if @
|
|
230
|
-
invalid_properties.push('invalid value for "
|
|
231
|
-
end
|
|
232
|
-
|
|
233
|
-
if @
|
|
234
|
-
invalid_properties.push('invalid value for "
|
|
235
|
-
end
|
|
236
|
-
|
|
237
|
-
if @
|
|
238
|
-
invalid_properties.push('invalid value for "
|
|
239
|
-
end
|
|
240
|
-
|
|
241
|
-
if @
|
|
242
|
-
invalid_properties.push('invalid value for "
|
|
243
|
-
end
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
return false if @
|
|
264
|
-
return false if @
|
|
265
|
-
return false if @
|
|
266
|
-
return false if @
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
if
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
if
|
|
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
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
# @
|
|
399
|
-
# @
|
|
400
|
-
def
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
value
|
|
444
|
-
when
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
1
|
+
# ----------------------------------------------------------------------------
|
|
2
|
+
# <copyright company="Aspose" file="SaveOAuthEmailAccountRequest.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
|
+
# Save email account settings with OAuth request
|
|
31
|
+
class SaveOAuthEmailAccountRequest
|
|
32
|
+
# Email account host
|
|
33
|
+
# @return [String]
|
|
34
|
+
attr_accessor :host
|
|
35
|
+
|
|
36
|
+
# Email account port
|
|
37
|
+
# @return [Integer]
|
|
38
|
+
attr_accessor :port
|
|
39
|
+
|
|
40
|
+
# Email account login
|
|
41
|
+
# @return [String]
|
|
42
|
+
attr_accessor :login
|
|
43
|
+
|
|
44
|
+
# Email account security mode Enum, available values: None, SSLExplicit, SSLImplicit, SSLAuto, Auto
|
|
45
|
+
# @return [String]
|
|
46
|
+
attr_accessor :security_options
|
|
47
|
+
|
|
48
|
+
# Type of connection protocol. Enum, available values: IMAP, POP3, SMTP, EWS, WebDav
|
|
49
|
+
# @return [String]
|
|
50
|
+
attr_accessor :protocol_type
|
|
51
|
+
|
|
52
|
+
# Email account description
|
|
53
|
+
# @return [String]
|
|
54
|
+
attr_accessor :description
|
|
55
|
+
|
|
56
|
+
# A storage file location info to store email account
|
|
57
|
+
# @return [StorageFileLocation]
|
|
58
|
+
attr_accessor :storage_file
|
|
59
|
+
|
|
60
|
+
# OAuth client identifier
|
|
61
|
+
# @return [String]
|
|
62
|
+
attr_accessor :client_id
|
|
63
|
+
|
|
64
|
+
# OAuth client secret
|
|
65
|
+
# @return [String]
|
|
66
|
+
attr_accessor :client_secret
|
|
67
|
+
|
|
68
|
+
# OAuth refresh token
|
|
69
|
+
# @return [String]
|
|
70
|
+
attr_accessor :refresh_token
|
|
71
|
+
|
|
72
|
+
# The url to obtain access token. If not specified, will try to discover from email account host.
|
|
73
|
+
# @return [String]
|
|
74
|
+
attr_accessor :request_url
|
|
75
|
+
|
|
76
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
77
|
+
def self.attribute_map
|
|
78
|
+
{
|
|
79
|
+
:'host' => :'host',
|
|
80
|
+
:'port' => :'port',
|
|
81
|
+
:'login' => :'login',
|
|
82
|
+
:'security_options' => :'securityOptions',
|
|
83
|
+
:'protocol_type' => :'protocolType',
|
|
84
|
+
:'description' => :'description',
|
|
85
|
+
:'storage_file' => :'storageFile',
|
|
86
|
+
:'client_id' => :'clientId',
|
|
87
|
+
:'client_secret' => :'clientSecret',
|
|
88
|
+
:'refresh_token' => :'refreshToken',
|
|
89
|
+
:'request_url' => :'requestUrl'
|
|
90
|
+
}
|
|
91
|
+
end
|
|
92
|
+
|
|
93
|
+
# Attribute type mapping.
|
|
94
|
+
def self.swagger_types
|
|
95
|
+
{
|
|
96
|
+
:'host' => :'String',
|
|
97
|
+
:'port' => :'Integer',
|
|
98
|
+
:'login' => :'String',
|
|
99
|
+
:'security_options' => :'String',
|
|
100
|
+
:'protocol_type' => :'String',
|
|
101
|
+
:'description' => :'String',
|
|
102
|
+
:'storage_file' => :'StorageFileLocation',
|
|
103
|
+
:'client_id' => :'String',
|
|
104
|
+
:'client_secret' => :'String',
|
|
105
|
+
:'refresh_token' => :'String',
|
|
106
|
+
:'request_url' => :'String'
|
|
107
|
+
}
|
|
108
|
+
end
|
|
109
|
+
|
|
110
|
+
# Initializes the object
|
|
111
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
112
|
+
def initialize(attributes = {})
|
|
113
|
+
return unless attributes.is_a?(Hash)
|
|
114
|
+
|
|
115
|
+
# convert string to symbol for hash key
|
|
116
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
117
|
+
|
|
118
|
+
if attributes.has_key?(:'host')
|
|
119
|
+
self.host = attributes[:'host']
|
|
120
|
+
end
|
|
121
|
+
|
|
122
|
+
if attributes.has_key?(:'port')
|
|
123
|
+
self.port = attributes[:'port']
|
|
124
|
+
end
|
|
125
|
+
|
|
126
|
+
if attributes.has_key?(:'login')
|
|
127
|
+
self.login = attributes[:'login']
|
|
128
|
+
end
|
|
129
|
+
|
|
130
|
+
if attributes.has_key?(:'securityOptions')
|
|
131
|
+
self.security_options = attributes[:'securityOptions']
|
|
132
|
+
end
|
|
133
|
+
|
|
134
|
+
if attributes.has_key?(:'protocolType')
|
|
135
|
+
self.protocol_type = attributes[:'protocolType']
|
|
136
|
+
end
|
|
137
|
+
|
|
138
|
+
if attributes.has_key?(:'description')
|
|
139
|
+
self.description = attributes[:'description']
|
|
140
|
+
end
|
|
141
|
+
|
|
142
|
+
if attributes.has_key?(:'storageFile')
|
|
143
|
+
self.storage_file = attributes[:'storageFile']
|
|
144
|
+
end
|
|
145
|
+
|
|
146
|
+
if attributes.has_key?(:'clientId')
|
|
147
|
+
self.client_id = attributes[:'clientId']
|
|
148
|
+
end
|
|
149
|
+
|
|
150
|
+
if attributes.has_key?(:'clientSecret')
|
|
151
|
+
self.client_secret = attributes[:'clientSecret']
|
|
152
|
+
end
|
|
153
|
+
|
|
154
|
+
if attributes.has_key?(:'refreshToken')
|
|
155
|
+
self.refresh_token = attributes[:'refreshToken']
|
|
156
|
+
end
|
|
157
|
+
|
|
158
|
+
if attributes.has_key?(:'requestUrl')
|
|
159
|
+
self.request_url = attributes[:'requestUrl']
|
|
160
|
+
end
|
|
161
|
+
end
|
|
162
|
+
|
|
163
|
+
# Initializes the object
|
|
164
|
+
# @param [String] host Email account host
|
|
165
|
+
# @param [Integer] port Email account port
|
|
166
|
+
# @param [String] login Email account login
|
|
167
|
+
# @param [String] security_options Email account security mode Enum, available values: None, SSLExplicit, SSLImplicit, SSLAuto, Auto
|
|
168
|
+
# @param [String] protocol_type Type of connection protocol. Enum, available values: IMAP, POP3, SMTP, EWS, WebDav
|
|
169
|
+
# @param [String] description Email account description
|
|
170
|
+
# @param [StorageFileLocation] storage_file A storage file location info to store email account
|
|
171
|
+
# @param [String] client_id OAuth client identifier
|
|
172
|
+
# @param [String] client_secret OAuth client secret
|
|
173
|
+
# @param [String] refresh_token OAuth refresh token
|
|
174
|
+
# @param [String] request_url The url to obtain access token. If not specified, will try to discover from email account host.
|
|
175
|
+
def initialize(host=nil, port=nil, login=nil, security_options=nil, protocol_type=nil, description=nil, storage_file=nil, client_id=nil, client_secret=nil, refresh_token=nil, request_url=nil)
|
|
176
|
+
self.host = host if host
|
|
177
|
+
self.port = port if port
|
|
178
|
+
self.login = login if login
|
|
179
|
+
self.security_options = security_options if security_options
|
|
180
|
+
self.protocol_type = protocol_type if protocol_type
|
|
181
|
+
self.description = description if description
|
|
182
|
+
self.storage_file = storage_file if storage_file
|
|
183
|
+
self.client_id = client_id if client_id
|
|
184
|
+
self.client_secret = client_secret if client_secret
|
|
185
|
+
self.refresh_token = refresh_token if refresh_token
|
|
186
|
+
self.request_url = request_url if request_url
|
|
187
|
+
end
|
|
188
|
+
|
|
189
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
|
190
|
+
# @return Array for valid properties with the reasons
|
|
191
|
+
def list_invalid_properties
|
|
192
|
+
invalid_properties = Array.new
|
|
193
|
+
if @host.nil?
|
|
194
|
+
invalid_properties.push('invalid value for "host", host cannot be nil.')
|
|
195
|
+
end
|
|
196
|
+
|
|
197
|
+
if @host.to_s.length < 1
|
|
198
|
+
invalid_properties.push('invalid value for "host", the character length must be great than or equal to 1.')
|
|
199
|
+
end
|
|
200
|
+
|
|
201
|
+
if @port.nil?
|
|
202
|
+
invalid_properties.push('invalid value for "port", port cannot be nil.')
|
|
203
|
+
end
|
|
204
|
+
|
|
205
|
+
if @login.nil?
|
|
206
|
+
invalid_properties.push('invalid value for "login", login cannot be nil.')
|
|
207
|
+
end
|
|
208
|
+
|
|
209
|
+
if @login.to_s.length < 1
|
|
210
|
+
invalid_properties.push('invalid value for "login", the character length must be great than or equal to 1.')
|
|
211
|
+
end
|
|
212
|
+
|
|
213
|
+
if @security_options.nil?
|
|
214
|
+
invalid_properties.push('invalid value for "security_options", security_options cannot be nil.')
|
|
215
|
+
end
|
|
216
|
+
|
|
217
|
+
if @security_options.to_s.length < 1
|
|
218
|
+
invalid_properties.push('invalid value for "security_options", the character length must be great than or equal to 1.')
|
|
219
|
+
end
|
|
220
|
+
|
|
221
|
+
if @protocol_type.nil?
|
|
222
|
+
invalid_properties.push('invalid value for "protocol_type", protocol_type cannot be nil.')
|
|
223
|
+
end
|
|
224
|
+
|
|
225
|
+
if @protocol_type.to_s.length < 1
|
|
226
|
+
invalid_properties.push('invalid value for "protocol_type", the character length must be great than or equal to 1.')
|
|
227
|
+
end
|
|
228
|
+
|
|
229
|
+
if @storage_file.nil?
|
|
230
|
+
invalid_properties.push('invalid value for "storage_file", storage_file cannot be nil.')
|
|
231
|
+
end
|
|
232
|
+
|
|
233
|
+
if @client_id.nil?
|
|
234
|
+
invalid_properties.push('invalid value for "client_id", client_id cannot be nil.')
|
|
235
|
+
end
|
|
236
|
+
|
|
237
|
+
if @client_id.to_s.length < 1
|
|
238
|
+
invalid_properties.push('invalid value for "client_id", the character length must be great than or equal to 1.')
|
|
239
|
+
end
|
|
240
|
+
|
|
241
|
+
if @client_secret.nil?
|
|
242
|
+
invalid_properties.push('invalid value for "client_secret", client_secret cannot be nil.')
|
|
243
|
+
end
|
|
244
|
+
|
|
245
|
+
if @client_secret.to_s.length < 1
|
|
246
|
+
invalid_properties.push('invalid value for "client_secret", the character length must be great than or equal to 1.')
|
|
247
|
+
end
|
|
248
|
+
|
|
249
|
+
if @refresh_token.nil?
|
|
250
|
+
invalid_properties.push('invalid value for "refresh_token", refresh_token cannot be nil.')
|
|
251
|
+
end
|
|
252
|
+
|
|
253
|
+
if @refresh_token.to_s.length < 1
|
|
254
|
+
invalid_properties.push('invalid value for "refresh_token", the character length must be great than or equal to 1.')
|
|
255
|
+
end
|
|
256
|
+
|
|
257
|
+
invalid_properties
|
|
258
|
+
end
|
|
259
|
+
|
|
260
|
+
# Check to see if the all the properties in the model are valid
|
|
261
|
+
# @return true if the model is valid
|
|
262
|
+
def valid?
|
|
263
|
+
return false if @host.nil?
|
|
264
|
+
return false if @host.to_s.length < 1
|
|
265
|
+
return false if @port.nil?
|
|
266
|
+
return false if @login.nil?
|
|
267
|
+
return false if @login.to_s.length < 1
|
|
268
|
+
return false if @security_options.nil?
|
|
269
|
+
return false if @security_options.to_s.length < 1
|
|
270
|
+
return false if @protocol_type.nil?
|
|
271
|
+
return false if @protocol_type.to_s.length < 1
|
|
272
|
+
return false if @storage_file.nil?
|
|
273
|
+
return false if @client_id.nil?
|
|
274
|
+
return false if @client_id.to_s.length < 1
|
|
275
|
+
return false if @client_secret.nil?
|
|
276
|
+
return false if @client_secret.to_s.length < 1
|
|
277
|
+
return false if @refresh_token.nil?
|
|
278
|
+
return false if @refresh_token.to_s.length < 1
|
|
279
|
+
true
|
|
280
|
+
end
|
|
281
|
+
|
|
282
|
+
# Custom attribute writer method with validation
|
|
283
|
+
# @param [Object] host Value to be assigned
|
|
284
|
+
def host=(host)
|
|
285
|
+
if host.nil?
|
|
286
|
+
fail ArgumentError, 'host cannot be nil'
|
|
287
|
+
end
|
|
288
|
+
|
|
289
|
+
if host.to_s.length < 1
|
|
290
|
+
fail ArgumentError, 'invalid value for "host", the character length must be great than or equal to 1.'
|
|
291
|
+
end
|
|
292
|
+
|
|
293
|
+
@host = host
|
|
294
|
+
end
|
|
295
|
+
|
|
296
|
+
# Custom attribute writer method with validation
|
|
297
|
+
# @param [Object] login Value to be assigned
|
|
298
|
+
def login=(login)
|
|
299
|
+
if login.nil?
|
|
300
|
+
fail ArgumentError, 'login cannot be nil'
|
|
301
|
+
end
|
|
302
|
+
|
|
303
|
+
if login.to_s.length < 1
|
|
304
|
+
fail ArgumentError, 'invalid value for "login", the character length must be great than or equal to 1.'
|
|
305
|
+
end
|
|
306
|
+
|
|
307
|
+
@login = login
|
|
308
|
+
end
|
|
309
|
+
|
|
310
|
+
# Custom attribute writer method with validation
|
|
311
|
+
# @param [Object] security_options Value to be assigned
|
|
312
|
+
def security_options=(security_options)
|
|
313
|
+
if security_options.nil?
|
|
314
|
+
fail ArgumentError, 'security_options cannot be nil'
|
|
315
|
+
end
|
|
316
|
+
|
|
317
|
+
if security_options.to_s.length < 1
|
|
318
|
+
fail ArgumentError, 'invalid value for "security_options", the character length must be great than or equal to 1.'
|
|
319
|
+
end
|
|
320
|
+
|
|
321
|
+
@security_options = security_options
|
|
322
|
+
end
|
|
323
|
+
|
|
324
|
+
# Custom attribute writer method with validation
|
|
325
|
+
# @param [Object] protocol_type Value to be assigned
|
|
326
|
+
def protocol_type=(protocol_type)
|
|
327
|
+
if protocol_type.nil?
|
|
328
|
+
fail ArgumentError, 'protocol_type cannot be nil'
|
|
329
|
+
end
|
|
330
|
+
|
|
331
|
+
if protocol_type.to_s.length < 1
|
|
332
|
+
fail ArgumentError, 'invalid value for "protocol_type", the character length must be great than or equal to 1.'
|
|
333
|
+
end
|
|
334
|
+
|
|
335
|
+
@protocol_type = protocol_type
|
|
336
|
+
end
|
|
337
|
+
|
|
338
|
+
# Custom attribute writer method with validation
|
|
339
|
+
# @param [Object] client_id Value to be assigned
|
|
340
|
+
def client_id=(client_id)
|
|
341
|
+
if client_id.nil?
|
|
342
|
+
fail ArgumentError, 'client_id cannot be nil'
|
|
343
|
+
end
|
|
344
|
+
|
|
345
|
+
if client_id.to_s.length < 1
|
|
346
|
+
fail ArgumentError, 'invalid value for "client_id", the character length must be great than or equal to 1.'
|
|
347
|
+
end
|
|
348
|
+
|
|
349
|
+
@client_id = client_id
|
|
350
|
+
end
|
|
351
|
+
|
|
352
|
+
# Custom attribute writer method with validation
|
|
353
|
+
# @param [Object] client_secret Value to be assigned
|
|
354
|
+
def client_secret=(client_secret)
|
|
355
|
+
if client_secret.nil?
|
|
356
|
+
fail ArgumentError, 'client_secret cannot be nil'
|
|
357
|
+
end
|
|
358
|
+
|
|
359
|
+
if client_secret.to_s.length < 1
|
|
360
|
+
fail ArgumentError, 'invalid value for "client_secret", the character length must be great than or equal to 1.'
|
|
361
|
+
end
|
|
362
|
+
|
|
363
|
+
@client_secret = client_secret
|
|
364
|
+
end
|
|
365
|
+
|
|
366
|
+
# Custom attribute writer method with validation
|
|
367
|
+
# @param [Object] refresh_token Value to be assigned
|
|
368
|
+
def refresh_token=(refresh_token)
|
|
369
|
+
if refresh_token.nil?
|
|
370
|
+
fail ArgumentError, 'refresh_token cannot be nil'
|
|
371
|
+
end
|
|
372
|
+
|
|
373
|
+
if refresh_token.to_s.length < 1
|
|
374
|
+
fail ArgumentError, 'invalid value for "refresh_token", the character length must be great than or equal to 1.'
|
|
375
|
+
end
|
|
376
|
+
|
|
377
|
+
@refresh_token = refresh_token
|
|
378
|
+
end
|
|
379
|
+
|
|
380
|
+
# Checks equality by comparing each attribute.
|
|
381
|
+
# @param [Object] Object to be compared
|
|
382
|
+
def ==(o)
|
|
383
|
+
return true if self.equal?(o)
|
|
384
|
+
self.class == o.class &&
|
|
385
|
+
host == o.host &&
|
|
386
|
+
port == o.port &&
|
|
387
|
+
login == o.login &&
|
|
388
|
+
security_options == o.security_options &&
|
|
389
|
+
protocol_type == o.protocol_type &&
|
|
390
|
+
description == o.description &&
|
|
391
|
+
storage_file == o.storage_file &&
|
|
392
|
+
client_id == o.client_id &&
|
|
393
|
+
client_secret == o.client_secret &&
|
|
394
|
+
refresh_token == o.refresh_token &&
|
|
395
|
+
request_url == o.request_url
|
|
396
|
+
end
|
|
397
|
+
|
|
398
|
+
# @see the `==` method
|
|
399
|
+
# @param [Object] Object to be compared
|
|
400
|
+
def eql?(o)
|
|
401
|
+
self == o
|
|
402
|
+
end
|
|
403
|
+
|
|
404
|
+
# Calculates hash code according to all attributes.
|
|
405
|
+
# @return [Fixnum] Hash code
|
|
406
|
+
def hash
|
|
407
|
+
[host, port, login, security_options, protocol_type, description, storage_file, client_id, client_secret, refresh_token, request_url].hash
|
|
408
|
+
end
|
|
409
|
+
|
|
410
|
+
# Builds the object from hash
|
|
411
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
412
|
+
# @return [Object] Returns the model itself
|
|
413
|
+
def build_from_hash(attributes)
|
|
414
|
+
return nil unless attributes.is_a?(Hash)
|
|
415
|
+
self.class.swagger_types.each_pair do |key, type|
|
|
416
|
+
attribute_key = self.class.attribute_map[key]
|
|
417
|
+
attribute_key = (attribute_key[0, 1].downcase + attribute_key[1..-1]).to_sym
|
|
418
|
+
if type =~ /\AArray<(.*)>/i
|
|
419
|
+
# check to ensure the input is an array given that the the attribute
|
|
420
|
+
# is documented as an array but the input is not
|
|
421
|
+
if attributes[attribute_key].is_a?(Array)
|
|
422
|
+
self.send("#{key}=", attributes[attribute_key].map { |v| _deserialize($1, v) })
|
|
423
|
+
end
|
|
424
|
+
elsif !attributes[attribute_key].nil?
|
|
425
|
+
self.send("#{key}=", _deserialize(type, attributes[attribute_key]))
|
|
426
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
|
427
|
+
end
|
|
428
|
+
|
|
429
|
+
self
|
|
430
|
+
end
|
|
431
|
+
|
|
432
|
+
# Deserializes the data based on type
|
|
433
|
+
# @param string type Data type
|
|
434
|
+
# @param string value Value to be deserialized
|
|
435
|
+
# @return [Object] Deserialized data
|
|
436
|
+
def _deserialize(type, value)
|
|
437
|
+
case type.to_sym
|
|
438
|
+
when :DateTime
|
|
439
|
+
DateTime.parse(value)
|
|
440
|
+
when :Date
|
|
441
|
+
Date.parse(value)
|
|
442
|
+
when :String
|
|
443
|
+
value.to_s
|
|
444
|
+
when :Integer
|
|
445
|
+
value.to_i
|
|
446
|
+
when :Float
|
|
447
|
+
value.to_f
|
|
448
|
+
when :BOOLEAN
|
|
449
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
450
|
+
true
|
|
451
|
+
else
|
|
452
|
+
false
|
|
453
|
+
end
|
|
454
|
+
when :Object
|
|
455
|
+
# generic object (usually a Hash), return directly
|
|
456
|
+
value
|
|
457
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
|
458
|
+
inner_type = Regexp.last_match[:inner_type]
|
|
459
|
+
value.map { |v| _deserialize(inner_type, v) }
|
|
460
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
461
|
+
k_type = Regexp.last_match[:k_type]
|
|
462
|
+
v_type = Regexp.last_match[:v_type]
|
|
463
|
+
{}.tap do |hash|
|
|
464
|
+
value.each do |k, v|
|
|
465
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
466
|
+
end
|
|
467
|
+
end
|
|
468
|
+
else # model
|
|
469
|
+
sub_type = value[:type] || value[:discriminator] || type
|
|
470
|
+
if AsposeEmailCloud.const_defined?(sub_type)
|
|
471
|
+
type = sub_type
|
|
472
|
+
end
|
|
473
|
+
temp_model = AsposeEmailCloud.const_get(type).new
|
|
474
|
+
temp_model.build_from_hash(value)
|
|
475
|
+
end
|
|
476
|
+
end
|
|
477
|
+
|
|
478
|
+
# Returns the string representation of the object
|
|
479
|
+
# @return [String] String presentation of the object
|
|
480
|
+
def to_s
|
|
481
|
+
to_hash.to_s
|
|
482
|
+
end
|
|
483
|
+
|
|
484
|
+
# to_body is an alias to to_hash (backward compatibility)
|
|
485
|
+
# @return [Hash] Returns the object in the form of hash
|
|
486
|
+
def to_body
|
|
487
|
+
to_hash
|
|
488
|
+
end
|
|
489
|
+
|
|
490
|
+
# Returns the object in the form of hash
|
|
491
|
+
# @return [Hash] Returns the object in the form of hash
|
|
492
|
+
def to_hash
|
|
493
|
+
hash = {}
|
|
494
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
495
|
+
value = self.send(attr)
|
|
496
|
+
next if value.nil?
|
|
497
|
+
hash[param] = _to_hash(value)
|
|
498
|
+
end
|
|
499
|
+
hash
|
|
500
|
+
end
|
|
501
|
+
|
|
502
|
+
# Outputs non-array value in the form of hash
|
|
503
|
+
# For object, use to_hash. Otherwise, just return the value
|
|
504
|
+
# @param [Object] value Any valid value
|
|
505
|
+
# @return [Hash] Returns the value in the form of hash
|
|
506
|
+
def _to_hash(value)
|
|
507
|
+
if value.is_a?(Array)
|
|
508
|
+
value.compact.map { |v| _to_hash(v) }
|
|
509
|
+
elsif value.is_a?(Hash)
|
|
510
|
+
{}.tap do |hash|
|
|
511
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
512
|
+
end
|
|
513
|
+
elsif value.respond_to? :to_hash
|
|
514
|
+
value.to_hash
|
|
515
|
+
else
|
|
516
|
+
value
|
|
517
|
+
end
|
|
518
|
+
end
|
|
519
|
+
|
|
520
|
+
end
|
|
521
|
+
end
|