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,99 +1,99 @@
|
|
|
1
|
-
|
|
2
|
-
# ----------------------------------------------------------------------------
|
|
3
|
-
# <copyright company="Aspose" file="add_calendar_attachment_request_data.rb">
|
|
4
|
-
# Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
|
|
5
|
-
# </copyright>
|
|
6
|
-
# <summary>
|
|
7
|
-
# Permission is hereby granted, free of charge, to any person obtaining a
|
|
8
|
-
# copy of this software and associated documentation files (the "Software"),
|
|
9
|
-
# to deal in the Software without restriction, including without limitation
|
|
10
|
-
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
11
|
-
# and/or sell copies of the Software, and to permit persons to whom the
|
|
12
|
-
# Software is furnished to do so, subject to the following conditions:
|
|
13
|
-
#
|
|
14
|
-
# The above copyright notice and this permission notice shall be included in
|
|
15
|
-
# all copies or substantial portions of the Software.
|
|
16
|
-
#
|
|
17
|
-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
-
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
22
|
-
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
23
|
-
# DEALINGS IN THE SOFTWARE.
|
|
24
|
-
# </summary>
|
|
25
|
-
# ----------------------------------------------------------------------------
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
require_relative './email_request'
|
|
29
|
-
require_relative './http_request'
|
|
30
|
-
|
|
31
|
-
module AsposeEmailCloud
|
|
32
|
-
# Request model for add_calendar_attachment operation.
|
|
33
|
-
class AddCalendarAttachmentRequestData < EmailRequest
|
|
34
|
-
|
|
35
|
-
# Calendar file name in storage
|
|
36
|
-
# @return [String]
|
|
37
|
-
attr_accessor :name
|
|
38
|
-
# Attachment file name in storage
|
|
39
|
-
# @return [String]
|
|
40
|
-
attr_accessor :attachment
|
|
41
|
-
# Storage name and folder path for calendar and attachment files
|
|
42
|
-
# @return [AddAttachmentRequest]
|
|
43
|
-
attr_accessor :request
|
|
44
|
-
|
|
45
|
-
# Adds an attachment to iCalendar file
|
|
46
|
-
# @param [String] name Calendar file name in storage
|
|
47
|
-
# @param [String] attachment Attachment file name in storage
|
|
48
|
-
# @param [AddAttachmentRequest] request Storage name and folder path for calendar and attachment files
|
|
49
|
-
def initialize(name, attachment, request)
|
|
50
|
-
self.name = name if name
|
|
51
|
-
self.attachment = attachment if attachment
|
|
52
|
-
self.request = request if request
|
|
53
|
-
end
|
|
54
|
-
|
|
55
|
-
def to_http_info(api_client)
|
|
56
|
-
# verify the required parameter 'name' is set
|
|
57
|
-
if api_client.config.client_side_validation && self.name.nil?
|
|
58
|
-
raise ArgumentError, "Missing the required parameter 'name' when calling EmailApi.add_calendar_attachment"
|
|
59
|
-
end
|
|
60
|
-
|
|
61
|
-
# verify the required parameter 'attachment' is set
|
|
62
|
-
if api_client.config.client_side_validation && self.attachment.nil?
|
|
63
|
-
raise ArgumentError, "Missing the required parameter 'attachment' when calling EmailApi.add_calendar_attachment"
|
|
64
|
-
end
|
|
65
|
-
|
|
66
|
-
# verify the required parameter 'request' is set
|
|
67
|
-
if api_client.config.client_side_validation && self.request.nil?
|
|
68
|
-
raise ArgumentError, "Missing the required parameter 'request' when calling EmailApi.add_calendar_attachment"
|
|
69
|
-
end
|
|
70
|
-
|
|
71
|
-
# resource path
|
|
72
|
-
local_var_path = '/email/Calendar/{name}/attachments/{attachment}'.sub('{' + 'name' + '}', self.name.to_s).sub('{' + 'attachment' + '}', self.attachment.to_s)
|
|
73
|
-
|
|
74
|
-
# query parameters
|
|
75
|
-
query_params = {}
|
|
76
|
-
|
|
77
|
-
# form parameters
|
|
78
|
-
form_params = {}
|
|
79
|
-
|
|
80
|
-
# http body (model)
|
|
81
|
-
post_body = api_client.object_to_http_body(self.request)
|
|
82
|
-
auth_names = ['JWT']
|
|
83
|
-
|
|
84
|
-
# header parameters
|
|
85
|
-
header_params = {}
|
|
86
|
-
# HTTP header 'Accept' (if needed)
|
|
87
|
-
header_params['Accept'] = select_header_accept(['application/json'])
|
|
88
|
-
# HTTP header 'Content-Type'
|
|
89
|
-
header_params['Content-Type'] = form_params.any? ? 'multipart/form-data' : select_header_content_type(['application/json'])
|
|
90
|
-
|
|
91
|
-
AsposeEmailCloud::HttpRequest.new(local_var_path,
|
|
92
|
-
header_params,
|
|
93
|
-
query_params,
|
|
94
|
-
form_params,
|
|
95
|
-
post_body,
|
|
96
|
-
auth_names)
|
|
97
|
-
end
|
|
98
|
-
end
|
|
99
|
-
end
|
|
1
|
+
|
|
2
|
+
# ----------------------------------------------------------------------------
|
|
3
|
+
# <copyright company="Aspose" file="add_calendar_attachment_request_data.rb">
|
|
4
|
+
# Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
|
|
5
|
+
# </copyright>
|
|
6
|
+
# <summary>
|
|
7
|
+
# Permission is hereby granted, free of charge, to any person obtaining a
|
|
8
|
+
# copy of this software and associated documentation files (the "Software"),
|
|
9
|
+
# to deal in the Software without restriction, including without limitation
|
|
10
|
+
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
11
|
+
# and/or sell copies of the Software, and to permit persons to whom the
|
|
12
|
+
# Software is furnished to do so, subject to the following conditions:
|
|
13
|
+
#
|
|
14
|
+
# The above copyright notice and this permission notice shall be included in
|
|
15
|
+
# all copies or substantial portions of the Software.
|
|
16
|
+
#
|
|
17
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
22
|
+
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
23
|
+
# DEALINGS IN THE SOFTWARE.
|
|
24
|
+
# </summary>
|
|
25
|
+
# ----------------------------------------------------------------------------
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
require_relative './email_request'
|
|
29
|
+
require_relative './http_request'
|
|
30
|
+
|
|
31
|
+
module AsposeEmailCloud
|
|
32
|
+
# Request model for add_calendar_attachment operation.
|
|
33
|
+
class AddCalendarAttachmentRequestData < EmailRequest
|
|
34
|
+
|
|
35
|
+
# Calendar file name in storage
|
|
36
|
+
# @return [String]
|
|
37
|
+
attr_accessor :name
|
|
38
|
+
# Attachment file name in storage
|
|
39
|
+
# @return [String]
|
|
40
|
+
attr_accessor :attachment
|
|
41
|
+
# Storage name and folder path for calendar and attachment files
|
|
42
|
+
# @return [AddAttachmentRequest]
|
|
43
|
+
attr_accessor :request
|
|
44
|
+
|
|
45
|
+
# Adds an attachment to iCalendar file
|
|
46
|
+
# @param [String] name Calendar file name in storage
|
|
47
|
+
# @param [String] attachment Attachment file name in storage
|
|
48
|
+
# @param [AddAttachmentRequest] request Storage name and folder path for calendar and attachment files
|
|
49
|
+
def initialize(name, attachment, request)
|
|
50
|
+
self.name = name if name
|
|
51
|
+
self.attachment = attachment if attachment
|
|
52
|
+
self.request = request if request
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
def to_http_info(api_client)
|
|
56
|
+
# verify the required parameter 'name' is set
|
|
57
|
+
if api_client.config.client_side_validation && self.name.nil?
|
|
58
|
+
raise ArgumentError, "Missing the required parameter 'name' when calling EmailApi.add_calendar_attachment"
|
|
59
|
+
end
|
|
60
|
+
|
|
61
|
+
# verify the required parameter 'attachment' is set
|
|
62
|
+
if api_client.config.client_side_validation && self.attachment.nil?
|
|
63
|
+
raise ArgumentError, "Missing the required parameter 'attachment' when calling EmailApi.add_calendar_attachment"
|
|
64
|
+
end
|
|
65
|
+
|
|
66
|
+
# verify the required parameter 'request' is set
|
|
67
|
+
if api_client.config.client_side_validation && self.request.nil?
|
|
68
|
+
raise ArgumentError, "Missing the required parameter 'request' when calling EmailApi.add_calendar_attachment"
|
|
69
|
+
end
|
|
70
|
+
|
|
71
|
+
# resource path
|
|
72
|
+
local_var_path = '/email/Calendar/{name}/attachments/{attachment}'.sub('{' + 'name' + '}', self.name.to_s).sub('{' + 'attachment' + '}', self.attachment.to_s)
|
|
73
|
+
|
|
74
|
+
# query parameters
|
|
75
|
+
query_params = {}
|
|
76
|
+
|
|
77
|
+
# form parameters
|
|
78
|
+
form_params = {}
|
|
79
|
+
|
|
80
|
+
# http body (model)
|
|
81
|
+
post_body = api_client.object_to_http_body(self.request)
|
|
82
|
+
auth_names = ['JWT']
|
|
83
|
+
|
|
84
|
+
# header parameters
|
|
85
|
+
header_params = {}
|
|
86
|
+
# HTTP header 'Accept' (if needed)
|
|
87
|
+
header_params['Accept'] = select_header_accept(['application/json'])
|
|
88
|
+
# HTTP header 'Content-Type'
|
|
89
|
+
header_params['Content-Type'] = form_params.any? ? 'multipart/form-data' : select_header_content_type(['application/json'])
|
|
90
|
+
|
|
91
|
+
AsposeEmailCloud::HttpRequest.new(local_var_path,
|
|
92
|
+
header_params,
|
|
93
|
+
query_params,
|
|
94
|
+
form_params,
|
|
95
|
+
post_body,
|
|
96
|
+
auth_names)
|
|
97
|
+
end
|
|
98
|
+
end
|
|
99
|
+
end
|
|
@@ -1,109 +1,109 @@
|
|
|
1
|
-
|
|
2
|
-
# ----------------------------------------------------------------------------
|
|
3
|
-
# <copyright company="Aspose" file="add_contact_attachment_request_data.rb">
|
|
4
|
-
# Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
|
|
5
|
-
# </copyright>
|
|
6
|
-
# <summary>
|
|
7
|
-
# Permission is hereby granted, free of charge, to any person obtaining a
|
|
8
|
-
# copy of this software and associated documentation files (the "Software"),
|
|
9
|
-
# to deal in the Software without restriction, including without limitation
|
|
10
|
-
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
11
|
-
# and/or sell copies of the Software, and to permit persons to whom the
|
|
12
|
-
# Software is furnished to do so, subject to the following conditions:
|
|
13
|
-
#
|
|
14
|
-
# The above copyright notice and this permission notice shall be included in
|
|
15
|
-
# all copies or substantial portions of the Software.
|
|
16
|
-
#
|
|
17
|
-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
-
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
22
|
-
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
23
|
-
# DEALINGS IN THE SOFTWARE.
|
|
24
|
-
# </summary>
|
|
25
|
-
# ----------------------------------------------------------------------------
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
require_relative './email_request'
|
|
29
|
-
require_relative './http_request'
|
|
30
|
-
|
|
31
|
-
module AsposeEmailCloud
|
|
32
|
-
# Request model for add_contact_attachment operation.
|
|
33
|
-
class AddContactAttachmentRequestData < EmailRequest
|
|
34
|
-
|
|
35
|
-
# Contact document format Enum, available values: VCard, WebDav, Msg
|
|
36
|
-
# @return [String]
|
|
37
|
-
attr_accessor :format
|
|
38
|
-
# Contact document file name
|
|
39
|
-
# @return [String]
|
|
40
|
-
attr_accessor :name
|
|
41
|
-
# Attachment name
|
|
42
|
-
# @return [String]
|
|
43
|
-
attr_accessor :attachment
|
|
44
|
-
# Add attachment request
|
|
45
|
-
# @return [AddAttachmentRequest]
|
|
46
|
-
attr_accessor :request
|
|
47
|
-
|
|
48
|
-
# Add attachment to contact document
|
|
49
|
-
# @param [String] format Contact document format Enum, available values: VCard, WebDav, Msg
|
|
50
|
-
# @param [String] name Contact document file name
|
|
51
|
-
# @param [String] attachment Attachment name
|
|
52
|
-
# @param [AddAttachmentRequest] request Add attachment request
|
|
53
|
-
def initialize(format, name, attachment, request)
|
|
54
|
-
self.format = format if format
|
|
55
|
-
self.name = name if name
|
|
56
|
-
self.attachment = attachment if attachment
|
|
57
|
-
self.request = request if request
|
|
58
|
-
end
|
|
59
|
-
|
|
60
|
-
def to_http_info(api_client)
|
|
61
|
-
# verify the required parameter 'format' is set
|
|
62
|
-
if api_client.config.client_side_validation && self.format.nil?
|
|
63
|
-
raise ArgumentError, "Missing the required parameter 'format' when calling EmailApi.add_contact_attachment"
|
|
64
|
-
end
|
|
65
|
-
|
|
66
|
-
# verify the required parameter 'name' is set
|
|
67
|
-
if api_client.config.client_side_validation && self.name.nil?
|
|
68
|
-
raise ArgumentError, "Missing the required parameter 'name' when calling EmailApi.add_contact_attachment"
|
|
69
|
-
end
|
|
70
|
-
|
|
71
|
-
# verify the required parameter 'attachment' is set
|
|
72
|
-
if api_client.config.client_side_validation && self.attachment.nil?
|
|
73
|
-
raise ArgumentError, "Missing the required parameter 'attachment' when calling EmailApi.add_contact_attachment"
|
|
74
|
-
end
|
|
75
|
-
|
|
76
|
-
# verify the required parameter 'request' is set
|
|
77
|
-
if api_client.config.client_side_validation && self.request.nil?
|
|
78
|
-
raise ArgumentError, "Missing the required parameter 'request' when calling EmailApi.add_contact_attachment"
|
|
79
|
-
end
|
|
80
|
-
|
|
81
|
-
# resource path
|
|
82
|
-
local_var_path = '/email/Contact/{format}/{name}/attachments/{attachment}'.sub('{' + 'format' + '}', self.format.to_s).sub('{' + 'name' + '}', self.name.to_s).sub('{' + 'attachment' + '}', self.attachment.to_s)
|
|
83
|
-
|
|
84
|
-
# query parameters
|
|
85
|
-
query_params = {}
|
|
86
|
-
|
|
87
|
-
# form parameters
|
|
88
|
-
form_params = {}
|
|
89
|
-
|
|
90
|
-
# http body (model)
|
|
91
|
-
post_body = api_client.object_to_http_body(self.request)
|
|
92
|
-
auth_names = ['JWT']
|
|
93
|
-
|
|
94
|
-
# header parameters
|
|
95
|
-
header_params = {}
|
|
96
|
-
# HTTP header 'Accept' (if needed)
|
|
97
|
-
header_params['Accept'] = select_header_accept(['application/json'])
|
|
98
|
-
# HTTP header 'Content-Type'
|
|
99
|
-
header_params['Content-Type'] = form_params.any? ? 'multipart/form-data' : select_header_content_type(['application/json'])
|
|
100
|
-
|
|
101
|
-
AsposeEmailCloud::HttpRequest.new(local_var_path,
|
|
102
|
-
header_params,
|
|
103
|
-
query_params,
|
|
104
|
-
form_params,
|
|
105
|
-
post_body,
|
|
106
|
-
auth_names)
|
|
107
|
-
end
|
|
108
|
-
end
|
|
109
|
-
end
|
|
1
|
+
|
|
2
|
+
# ----------------------------------------------------------------------------
|
|
3
|
+
# <copyright company="Aspose" file="add_contact_attachment_request_data.rb">
|
|
4
|
+
# Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
|
|
5
|
+
# </copyright>
|
|
6
|
+
# <summary>
|
|
7
|
+
# Permission is hereby granted, free of charge, to any person obtaining a
|
|
8
|
+
# copy of this software and associated documentation files (the "Software"),
|
|
9
|
+
# to deal in the Software without restriction, including without limitation
|
|
10
|
+
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
11
|
+
# and/or sell copies of the Software, and to permit persons to whom the
|
|
12
|
+
# Software is furnished to do so, subject to the following conditions:
|
|
13
|
+
#
|
|
14
|
+
# The above copyright notice and this permission notice shall be included in
|
|
15
|
+
# all copies or substantial portions of the Software.
|
|
16
|
+
#
|
|
17
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
22
|
+
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
23
|
+
# DEALINGS IN THE SOFTWARE.
|
|
24
|
+
# </summary>
|
|
25
|
+
# ----------------------------------------------------------------------------
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
require_relative './email_request'
|
|
29
|
+
require_relative './http_request'
|
|
30
|
+
|
|
31
|
+
module AsposeEmailCloud
|
|
32
|
+
# Request model for add_contact_attachment operation.
|
|
33
|
+
class AddContactAttachmentRequestData < EmailRequest
|
|
34
|
+
|
|
35
|
+
# Contact document format Enum, available values: VCard, WebDav, Msg
|
|
36
|
+
# @return [String]
|
|
37
|
+
attr_accessor :format
|
|
38
|
+
# Contact document file name
|
|
39
|
+
# @return [String]
|
|
40
|
+
attr_accessor :name
|
|
41
|
+
# Attachment name
|
|
42
|
+
# @return [String]
|
|
43
|
+
attr_accessor :attachment
|
|
44
|
+
# Add attachment request
|
|
45
|
+
# @return [AddAttachmentRequest]
|
|
46
|
+
attr_accessor :request
|
|
47
|
+
|
|
48
|
+
# Add attachment to contact document
|
|
49
|
+
# @param [String] format Contact document format Enum, available values: VCard, WebDav, Msg
|
|
50
|
+
# @param [String] name Contact document file name
|
|
51
|
+
# @param [String] attachment Attachment name
|
|
52
|
+
# @param [AddAttachmentRequest] request Add attachment request
|
|
53
|
+
def initialize(format, name, attachment, request)
|
|
54
|
+
self.format = format if format
|
|
55
|
+
self.name = name if name
|
|
56
|
+
self.attachment = attachment if attachment
|
|
57
|
+
self.request = request if request
|
|
58
|
+
end
|
|
59
|
+
|
|
60
|
+
def to_http_info(api_client)
|
|
61
|
+
# verify the required parameter 'format' is set
|
|
62
|
+
if api_client.config.client_side_validation && self.format.nil?
|
|
63
|
+
raise ArgumentError, "Missing the required parameter 'format' when calling EmailApi.add_contact_attachment"
|
|
64
|
+
end
|
|
65
|
+
|
|
66
|
+
# verify the required parameter 'name' is set
|
|
67
|
+
if api_client.config.client_side_validation && self.name.nil?
|
|
68
|
+
raise ArgumentError, "Missing the required parameter 'name' when calling EmailApi.add_contact_attachment"
|
|
69
|
+
end
|
|
70
|
+
|
|
71
|
+
# verify the required parameter 'attachment' is set
|
|
72
|
+
if api_client.config.client_side_validation && self.attachment.nil?
|
|
73
|
+
raise ArgumentError, "Missing the required parameter 'attachment' when calling EmailApi.add_contact_attachment"
|
|
74
|
+
end
|
|
75
|
+
|
|
76
|
+
# verify the required parameter 'request' is set
|
|
77
|
+
if api_client.config.client_side_validation && self.request.nil?
|
|
78
|
+
raise ArgumentError, "Missing the required parameter 'request' when calling EmailApi.add_contact_attachment"
|
|
79
|
+
end
|
|
80
|
+
|
|
81
|
+
# resource path
|
|
82
|
+
local_var_path = '/email/Contact/{format}/{name}/attachments/{attachment}'.sub('{' + 'format' + '}', self.format.to_s).sub('{' + 'name' + '}', self.name.to_s).sub('{' + 'attachment' + '}', self.attachment.to_s)
|
|
83
|
+
|
|
84
|
+
# query parameters
|
|
85
|
+
query_params = {}
|
|
86
|
+
|
|
87
|
+
# form parameters
|
|
88
|
+
form_params = {}
|
|
89
|
+
|
|
90
|
+
# http body (model)
|
|
91
|
+
post_body = api_client.object_to_http_body(self.request)
|
|
92
|
+
auth_names = ['JWT']
|
|
93
|
+
|
|
94
|
+
# header parameters
|
|
95
|
+
header_params = {}
|
|
96
|
+
# HTTP header 'Accept' (if needed)
|
|
97
|
+
header_params['Accept'] = select_header_accept(['application/json'])
|
|
98
|
+
# HTTP header 'Content-Type'
|
|
99
|
+
header_params['Content-Type'] = form_params.any? ? 'multipart/form-data' : select_header_content_type(['application/json'])
|
|
100
|
+
|
|
101
|
+
AsposeEmailCloud::HttpRequest.new(local_var_path,
|
|
102
|
+
header_params,
|
|
103
|
+
query_params,
|
|
104
|
+
form_params,
|
|
105
|
+
post_body,
|
|
106
|
+
auth_names)
|
|
107
|
+
end
|
|
108
|
+
end
|
|
109
|
+
end
|
|
@@ -1,99 +1,99 @@
|
|
|
1
|
-
|
|
2
|
-
# ----------------------------------------------------------------------------
|
|
3
|
-
# <copyright company="Aspose" file="add_email_attachment_request_data.rb">
|
|
4
|
-
# Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
|
|
5
|
-
# </copyright>
|
|
6
|
-
# <summary>
|
|
7
|
-
# Permission is hereby granted, free of charge, to any person obtaining a
|
|
8
|
-
# copy of this software and associated documentation files (the "Software"),
|
|
9
|
-
# to deal in the Software without restriction, including without limitation
|
|
10
|
-
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
11
|
-
# and/or sell copies of the Software, and to permit persons to whom the
|
|
12
|
-
# Software is furnished to do so, subject to the following conditions:
|
|
13
|
-
#
|
|
14
|
-
# The above copyright notice and this permission notice shall be included in
|
|
15
|
-
# all copies or substantial portions of the Software.
|
|
16
|
-
#
|
|
17
|
-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
-
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
22
|
-
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
23
|
-
# DEALINGS IN THE SOFTWARE.
|
|
24
|
-
# </summary>
|
|
25
|
-
# ----------------------------------------------------------------------------
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
require_relative './email_request'
|
|
29
|
-
require_relative './http_request'
|
|
30
|
-
|
|
31
|
-
module AsposeEmailCloud
|
|
32
|
-
# Request model for add_email_attachment operation.
|
|
33
|
-
class AddEmailAttachmentRequestData < EmailRequest
|
|
34
|
-
|
|
35
|
-
# Attachment file name
|
|
36
|
-
# @return [String]
|
|
37
|
-
attr_accessor :attachment_name
|
|
38
|
-
# Email document file name
|
|
39
|
-
# @return [String]
|
|
40
|
-
attr_accessor :file_name
|
|
41
|
-
# Storage info to specify location of email document and attachment files
|
|
42
|
-
# @return [AddAttachmentRequest]
|
|
43
|
-
attr_accessor :request
|
|
44
|
-
|
|
45
|
-
# Adds an attachment to Email document
|
|
46
|
-
# @param [String] attachment_name Attachment file name
|
|
47
|
-
# @param [String] file_name Email document file name
|
|
48
|
-
# @param [AddAttachmentRequest] request Storage info to specify location of email document and attachment files
|
|
49
|
-
def initialize(attachment_name, file_name, request)
|
|
50
|
-
self.attachment_name = attachment_name if attachment_name
|
|
51
|
-
self.file_name = file_name if file_name
|
|
52
|
-
self.request = request if request
|
|
53
|
-
end
|
|
54
|
-
|
|
55
|
-
def to_http_info(api_client)
|
|
56
|
-
# verify the required parameter 'attachment_name' is set
|
|
57
|
-
if api_client.config.client_side_validation && self.attachment_name.nil?
|
|
58
|
-
raise ArgumentError, "Missing the required parameter 'attachment_name' when calling EmailApi.add_email_attachment"
|
|
59
|
-
end
|
|
60
|
-
|
|
61
|
-
# verify the required parameter 'file_name' is set
|
|
62
|
-
if api_client.config.client_side_validation && self.file_name.nil?
|
|
63
|
-
raise ArgumentError, "Missing the required parameter 'file_name' when calling EmailApi.add_email_attachment"
|
|
64
|
-
end
|
|
65
|
-
|
|
66
|
-
# verify the required parameter 'request' is set
|
|
67
|
-
if api_client.config.client_side_validation && self.request.nil?
|
|
68
|
-
raise ArgumentError, "Missing the required parameter 'request' when calling EmailApi.add_email_attachment"
|
|
69
|
-
end
|
|
70
|
-
|
|
71
|
-
# resource path
|
|
72
|
-
local_var_path = '/email/{fileName}/attachments/{attachmentName}'.sub('{' + 'attachmentName' + '}', self.attachment_name.to_s).sub('{' + 'fileName' + '}', self.file_name.to_s)
|
|
73
|
-
|
|
74
|
-
# query parameters
|
|
75
|
-
query_params = {}
|
|
76
|
-
|
|
77
|
-
# form parameters
|
|
78
|
-
form_params = {}
|
|
79
|
-
|
|
80
|
-
# http body (model)
|
|
81
|
-
post_body = api_client.object_to_http_body(self.request)
|
|
82
|
-
auth_names = ['JWT']
|
|
83
|
-
|
|
84
|
-
# header parameters
|
|
85
|
-
header_params = {}
|
|
86
|
-
# HTTP header 'Accept' (if needed)
|
|
87
|
-
header_params['Accept'] = select_header_accept(['application/json'])
|
|
88
|
-
# HTTP header 'Content-Type'
|
|
89
|
-
header_params['Content-Type'] = form_params.any? ? 'multipart/form-data' : select_header_content_type(['application/json'])
|
|
90
|
-
|
|
91
|
-
AsposeEmailCloud::HttpRequest.new(local_var_path,
|
|
92
|
-
header_params,
|
|
93
|
-
query_params,
|
|
94
|
-
form_params,
|
|
95
|
-
post_body,
|
|
96
|
-
auth_names)
|
|
97
|
-
end
|
|
98
|
-
end
|
|
99
|
-
end
|
|
1
|
+
|
|
2
|
+
# ----------------------------------------------------------------------------
|
|
3
|
+
# <copyright company="Aspose" file="add_email_attachment_request_data.rb">
|
|
4
|
+
# Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
|
|
5
|
+
# </copyright>
|
|
6
|
+
# <summary>
|
|
7
|
+
# Permission is hereby granted, free of charge, to any person obtaining a
|
|
8
|
+
# copy of this software and associated documentation files (the "Software"),
|
|
9
|
+
# to deal in the Software without restriction, including without limitation
|
|
10
|
+
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
11
|
+
# and/or sell copies of the Software, and to permit persons to whom the
|
|
12
|
+
# Software is furnished to do so, subject to the following conditions:
|
|
13
|
+
#
|
|
14
|
+
# The above copyright notice and this permission notice shall be included in
|
|
15
|
+
# all copies or substantial portions of the Software.
|
|
16
|
+
#
|
|
17
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
22
|
+
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
23
|
+
# DEALINGS IN THE SOFTWARE.
|
|
24
|
+
# </summary>
|
|
25
|
+
# ----------------------------------------------------------------------------
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
require_relative './email_request'
|
|
29
|
+
require_relative './http_request'
|
|
30
|
+
|
|
31
|
+
module AsposeEmailCloud
|
|
32
|
+
# Request model for add_email_attachment operation.
|
|
33
|
+
class AddEmailAttachmentRequestData < EmailRequest
|
|
34
|
+
|
|
35
|
+
# Attachment file name
|
|
36
|
+
# @return [String]
|
|
37
|
+
attr_accessor :attachment_name
|
|
38
|
+
# Email document file name
|
|
39
|
+
# @return [String]
|
|
40
|
+
attr_accessor :file_name
|
|
41
|
+
# Storage info to specify location of email document and attachment files
|
|
42
|
+
# @return [AddAttachmentRequest]
|
|
43
|
+
attr_accessor :request
|
|
44
|
+
|
|
45
|
+
# Adds an attachment to Email document
|
|
46
|
+
# @param [String] attachment_name Attachment file name
|
|
47
|
+
# @param [String] file_name Email document file name
|
|
48
|
+
# @param [AddAttachmentRequest] request Storage info to specify location of email document and attachment files
|
|
49
|
+
def initialize(attachment_name, file_name, request)
|
|
50
|
+
self.attachment_name = attachment_name if attachment_name
|
|
51
|
+
self.file_name = file_name if file_name
|
|
52
|
+
self.request = request if request
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
def to_http_info(api_client)
|
|
56
|
+
# verify the required parameter 'attachment_name' is set
|
|
57
|
+
if api_client.config.client_side_validation && self.attachment_name.nil?
|
|
58
|
+
raise ArgumentError, "Missing the required parameter 'attachment_name' when calling EmailApi.add_email_attachment"
|
|
59
|
+
end
|
|
60
|
+
|
|
61
|
+
# verify the required parameter 'file_name' is set
|
|
62
|
+
if api_client.config.client_side_validation && self.file_name.nil?
|
|
63
|
+
raise ArgumentError, "Missing the required parameter 'file_name' when calling EmailApi.add_email_attachment"
|
|
64
|
+
end
|
|
65
|
+
|
|
66
|
+
# verify the required parameter 'request' is set
|
|
67
|
+
if api_client.config.client_side_validation && self.request.nil?
|
|
68
|
+
raise ArgumentError, "Missing the required parameter 'request' when calling EmailApi.add_email_attachment"
|
|
69
|
+
end
|
|
70
|
+
|
|
71
|
+
# resource path
|
|
72
|
+
local_var_path = '/email/{fileName}/attachments/{attachmentName}'.sub('{' + 'attachmentName' + '}', self.attachment_name.to_s).sub('{' + 'fileName' + '}', self.file_name.to_s)
|
|
73
|
+
|
|
74
|
+
# query parameters
|
|
75
|
+
query_params = {}
|
|
76
|
+
|
|
77
|
+
# form parameters
|
|
78
|
+
form_params = {}
|
|
79
|
+
|
|
80
|
+
# http body (model)
|
|
81
|
+
post_body = api_client.object_to_http_body(self.request)
|
|
82
|
+
auth_names = ['JWT']
|
|
83
|
+
|
|
84
|
+
# header parameters
|
|
85
|
+
header_params = {}
|
|
86
|
+
# HTTP header 'Accept' (if needed)
|
|
87
|
+
header_params['Accept'] = select_header_accept(['application/json'])
|
|
88
|
+
# HTTP header 'Content-Type'
|
|
89
|
+
header_params['Content-Type'] = form_params.any? ? 'multipart/form-data' : select_header_content_type(['application/json'])
|
|
90
|
+
|
|
91
|
+
AsposeEmailCloud::HttpRequest.new(local_var_path,
|
|
92
|
+
header_params,
|
|
93
|
+
query_params,
|
|
94
|
+
form_params,
|
|
95
|
+
post_body,
|
|
96
|
+
auth_names)
|
|
97
|
+
end
|
|
98
|
+
end
|
|
99
|
+
end
|