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,127 +1,127 @@
|
|
|
1
|
-
|
|
2
|
-
# ----------------------------------------------------------------------------
|
|
3
|
-
# <copyright company="Aspose" file="list_email_models_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 list_email_models operation.
|
|
33
|
-
class ListEmailModelsRequestData < EmailRequest
|
|
34
|
-
|
|
35
|
-
# A folder in email account
|
|
36
|
-
# @return [String]
|
|
37
|
-
attr_accessor :folder
|
|
38
|
-
# A MailQuery search string
|
|
39
|
-
# @return [String]
|
|
40
|
-
attr_accessor :query_string
|
|
41
|
-
# Email account
|
|
42
|
-
# @return [String]
|
|
43
|
-
attr_accessor :first_account
|
|
44
|
-
# Additional email account (should be specified for POP/IMAP accounts and should be SMTP account)
|
|
45
|
-
# @return [String]
|
|
46
|
-
attr_accessor :second_account
|
|
47
|
-
# Storage name where account file(s) located
|
|
48
|
-
# @return [String]
|
|
49
|
-
attr_accessor :storage
|
|
50
|
-
# Folder in storage where account file(s) located
|
|
51
|
-
# @return [String]
|
|
52
|
-
attr_accessor :storage_folder
|
|
53
|
-
# Specifies that should message be searched in subfolders recursively
|
|
54
|
-
# @return [BOOLEAN]
|
|
55
|
-
attr_accessor :recursive
|
|
56
|
-
|
|
57
|
-
# Get messages from folder, filtered by query
|
|
58
|
-
# The query string should have the following view. The example of a simple expression: '<Field name>' <Comparison operator> '<Field value>', where &lt;Field Name&gt; - the name of a message field through which filtering is made, &lt;Comparison operator&gt; - comparison operators, as their name implies, allow to compare message field and specified value, &lt;Field value&gt; - value to be compared with a message field. The number of simple expressions can make a compound one, ex.: (<Simple expression 1> & <Simple expression 2>) | <Simple expression 3 >, where \"&amp;\" - logical-AND operator, \"|\" - logical-OR operator At present the following values are allowed as a field name (<Field name>): \"To\" - represents a TO field of message, \"Text\" - represents string in the header or body of the message, \"Bcc\" - represents a BCC field of message, \"Body\" - represents a string in the body of message, \"Cc\" - represents a CC field of message, \"From\" - represents a From field of message, \"Subject\" - represents a string in the subject of message, \"InternalDate\" - represents an internal date of message, \"SentDate\" - represents a sent date of message Additionally, the following field names are allowed for IMAP-protocol: \"Answered\" - represents an /Answered flag of message \"Seen\" - represents a /Seen flag of message \"Flagged\" - represents a /Flagged flag of message \"Draft\" - represents a /Draft flag of message \"Deleted\" - represents a Deleted/ flag of message \"Recent\" - represents a Deleted/ flag of message \"MessageSize\" - represents a size (in bytes) of message Additionally, the following field names are allowed for Exchange: \"IsRead\" - Indicates whether the message has been read \"HasAttachment\" - Indicates whether or not the message has attachments \"IsSubmitted\" - Indicates whether the message has been submitted to the Outbox \"ContentClass\" - represents a content class of item Additionally, the following field names are allowed for pst/ost files: \"MessageClass\" - Represents a message class \"ContainerClass\" - Represents a folder container class \"Importance\" - Represents a message importance \"MessageSize\" - represents a size (in bytes) of message \"FolderName\" - represents a folder name \"ContentsCount\" - represents a total number of items in the folder \"UnreadContentsCount\" - represents the number of unread items in the folder. \"Subfolders\" - Indicates whether or not the folder has subfolders \"Read\" - the message is marked as having been read \"HasAttachment\" - the message has at least one attachment \"Unsent\" - the message is still being composed \"Unmodified\" - the message has not been modified since it was first saved (if unsent) or it was delivered (if sent) \"FromMe\" - the user receiving the message was also the user who sent the message \"Resend\" - the message includes a request for a resend operation with a non-delivery report \"NotifyRead\" - the user who sent the message has requested notification when a recipient first reads it \"NotifyUnread\" - the user who sent the message has requested notification when a recipient deletes it before reading or the Message object expires \"EverRead\" - the message has been read at least once The field value (<Field value>) can take the following values: For text fields - any string, For date type fields - the string of \"d-MMM-yyy\" format, ex. \"10-Feb-2009\", For flags (fields of boolean type) - either \"True\", or \"False\"
|
|
59
|
-
# @param [String] folder A folder in email account
|
|
60
|
-
# @param [String] query_string A MailQuery search string
|
|
61
|
-
# @param [String] first_account Email account
|
|
62
|
-
# @param [String] second_account Additional email account (should be specified for POP/IMAP accounts and should be SMTP account)
|
|
63
|
-
# @param [String] storage Storage name where account file(s) located
|
|
64
|
-
# @param [String] storage_folder Folder in storage where account file(s) located
|
|
65
|
-
# @param [BOOLEAN] recursive Specifies that should message be searched in subfolders recursively
|
|
66
|
-
def initialize(folder, query_string, first_account, second_account = nil, storage = nil, storage_folder = nil, recursive = nil)
|
|
67
|
-
self.folder = folder if folder
|
|
68
|
-
self.query_string = query_string if query_string
|
|
69
|
-
self.first_account = first_account if first_account
|
|
70
|
-
self.second_account = second_account if second_account
|
|
71
|
-
self.storage = storage if storage
|
|
72
|
-
self.storage_folder = storage_folder if storage_folder
|
|
73
|
-
self.recursive = recursive if recursive
|
|
74
|
-
end
|
|
75
|
-
|
|
76
|
-
def to_http_info(api_client)
|
|
77
|
-
# verify the required parameter 'folder' is set
|
|
78
|
-
if api_client.config.client_side_validation && self.folder.nil?
|
|
79
|
-
raise ArgumentError, "Missing the required parameter 'folder' when calling EmailApi.list_email_models"
|
|
80
|
-
end
|
|
81
|
-
|
|
82
|
-
# verify the required parameter 'query_string' is set
|
|
83
|
-
if api_client.config.client_side_validation && self.query_string.nil?
|
|
84
|
-
raise ArgumentError, "Missing the required parameter 'query_string' when calling EmailApi.list_email_models"
|
|
85
|
-
end
|
|
86
|
-
|
|
87
|
-
# verify the required parameter 'first_account' is set
|
|
88
|
-
if api_client.config.client_side_validation && self.first_account.nil?
|
|
89
|
-
raise ArgumentError, "Missing the required parameter 'first_account' when calling EmailApi.list_email_models"
|
|
90
|
-
end
|
|
91
|
-
|
|
92
|
-
# resource path
|
|
93
|
-
local_var_path = '/email/client/ListMessagesModel'
|
|
94
|
-
|
|
95
|
-
# query parameters
|
|
96
|
-
query_params = {}
|
|
97
|
-
query_params[:folder] = self.folder
|
|
98
|
-
query_params[:queryString] = self.query_string
|
|
99
|
-
query_params[:firstAccount] = self.first_account
|
|
100
|
-
query_params[:secondAccount] = self.second_account unless self.second_account.nil?
|
|
101
|
-
query_params[:storage] = self.storage unless self.storage.nil?
|
|
102
|
-
query_params[:storageFolder] = self.storage_folder unless self.storage_folder.nil?
|
|
103
|
-
query_params[:recursive] = self.recursive unless self.recursive.nil?
|
|
104
|
-
|
|
105
|
-
# form parameters
|
|
106
|
-
form_params = {}
|
|
107
|
-
|
|
108
|
-
# http body (model)
|
|
109
|
-
post_body = nil
|
|
110
|
-
auth_names = ['JWT']
|
|
111
|
-
|
|
112
|
-
# header parameters
|
|
113
|
-
header_params = {}
|
|
114
|
-
# HTTP header 'Accept' (if needed)
|
|
115
|
-
header_params['Accept'] = select_header_accept(['application/json'])
|
|
116
|
-
# HTTP header 'Content-Type'
|
|
117
|
-
header_params['Content-Type'] = form_params.any? ? 'multipart/form-data' : select_header_content_type(['application/json'])
|
|
118
|
-
|
|
119
|
-
AsposeEmailCloud::HttpRequest.new(local_var_path,
|
|
120
|
-
header_params,
|
|
121
|
-
query_params,
|
|
122
|
-
form_params,
|
|
123
|
-
post_body,
|
|
124
|
-
auth_names)
|
|
125
|
-
end
|
|
126
|
-
end
|
|
127
|
-
end
|
|
1
|
+
|
|
2
|
+
# ----------------------------------------------------------------------------
|
|
3
|
+
# <copyright company="Aspose" file="list_email_models_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 list_email_models operation.
|
|
33
|
+
class ListEmailModelsRequestData < EmailRequest
|
|
34
|
+
|
|
35
|
+
# A folder in email account
|
|
36
|
+
# @return [String]
|
|
37
|
+
attr_accessor :folder
|
|
38
|
+
# A MailQuery search string
|
|
39
|
+
# @return [String]
|
|
40
|
+
attr_accessor :query_string
|
|
41
|
+
# Email account
|
|
42
|
+
# @return [String]
|
|
43
|
+
attr_accessor :first_account
|
|
44
|
+
# Additional email account (should be specified for POP/IMAP accounts and should be SMTP account)
|
|
45
|
+
# @return [String]
|
|
46
|
+
attr_accessor :second_account
|
|
47
|
+
# Storage name where account file(s) located
|
|
48
|
+
# @return [String]
|
|
49
|
+
attr_accessor :storage
|
|
50
|
+
# Folder in storage where account file(s) located
|
|
51
|
+
# @return [String]
|
|
52
|
+
attr_accessor :storage_folder
|
|
53
|
+
# Specifies that should message be searched in subfolders recursively
|
|
54
|
+
# @return [BOOLEAN]
|
|
55
|
+
attr_accessor :recursive
|
|
56
|
+
|
|
57
|
+
# Get messages from folder, filtered by query
|
|
58
|
+
# The query string should have the following view. The example of a simple expression: '<Field name>' <Comparison operator> '<Field value>', where &lt;Field Name&gt; - the name of a message field through which filtering is made, &lt;Comparison operator&gt; - comparison operators, as their name implies, allow to compare message field and specified value, &lt;Field value&gt; - value to be compared with a message field. The number of simple expressions can make a compound one, ex.: (<Simple expression 1> & <Simple expression 2>) | <Simple expression 3 >, where \"&amp;\" - logical-AND operator, \"|\" - logical-OR operator At present the following values are allowed as a field name (<Field name>): \"To\" - represents a TO field of message, \"Text\" - represents string in the header or body of the message, \"Bcc\" - represents a BCC field of message, \"Body\" - represents a string in the body of message, \"Cc\" - represents a CC field of message, \"From\" - represents a From field of message, \"Subject\" - represents a string in the subject of message, \"InternalDate\" - represents an internal date of message, \"SentDate\" - represents a sent date of message Additionally, the following field names are allowed for IMAP-protocol: \"Answered\" - represents an /Answered flag of message \"Seen\" - represents a /Seen flag of message \"Flagged\" - represents a /Flagged flag of message \"Draft\" - represents a /Draft flag of message \"Deleted\" - represents a Deleted/ flag of message \"Recent\" - represents a Deleted/ flag of message \"MessageSize\" - represents a size (in bytes) of message Additionally, the following field names are allowed for Exchange: \"IsRead\" - Indicates whether the message has been read \"HasAttachment\" - Indicates whether or not the message has attachments \"IsSubmitted\" - Indicates whether the message has been submitted to the Outbox \"ContentClass\" - represents a content class of item Additionally, the following field names are allowed for pst/ost files: \"MessageClass\" - Represents a message class \"ContainerClass\" - Represents a folder container class \"Importance\" - Represents a message importance \"MessageSize\" - represents a size (in bytes) of message \"FolderName\" - represents a folder name \"ContentsCount\" - represents a total number of items in the folder \"UnreadContentsCount\" - represents the number of unread items in the folder. \"Subfolders\" - Indicates whether or not the folder has subfolders \"Read\" - the message is marked as having been read \"HasAttachment\" - the message has at least one attachment \"Unsent\" - the message is still being composed \"Unmodified\" - the message has not been modified since it was first saved (if unsent) or it was delivered (if sent) \"FromMe\" - the user receiving the message was also the user who sent the message \"Resend\" - the message includes a request for a resend operation with a non-delivery report \"NotifyRead\" - the user who sent the message has requested notification when a recipient first reads it \"NotifyUnread\" - the user who sent the message has requested notification when a recipient deletes it before reading or the Message object expires \"EverRead\" - the message has been read at least once The field value (<Field value>) can take the following values: For text fields - any string, For date type fields - the string of \"d-MMM-yyy\" format, ex. \"10-Feb-2009\", For flags (fields of boolean type) - either \"True\", or \"False\"
|
|
59
|
+
# @param [String] folder A folder in email account
|
|
60
|
+
# @param [String] query_string A MailQuery search string
|
|
61
|
+
# @param [String] first_account Email account
|
|
62
|
+
# @param [String] second_account Additional email account (should be specified for POP/IMAP accounts and should be SMTP account)
|
|
63
|
+
# @param [String] storage Storage name where account file(s) located
|
|
64
|
+
# @param [String] storage_folder Folder in storage where account file(s) located
|
|
65
|
+
# @param [BOOLEAN] recursive Specifies that should message be searched in subfolders recursively
|
|
66
|
+
def initialize(folder, query_string, first_account, second_account = nil, storage = nil, storage_folder = nil, recursive = nil)
|
|
67
|
+
self.folder = folder if folder
|
|
68
|
+
self.query_string = query_string if query_string
|
|
69
|
+
self.first_account = first_account if first_account
|
|
70
|
+
self.second_account = second_account if second_account
|
|
71
|
+
self.storage = storage if storage
|
|
72
|
+
self.storage_folder = storage_folder if storage_folder
|
|
73
|
+
self.recursive = recursive if recursive
|
|
74
|
+
end
|
|
75
|
+
|
|
76
|
+
def to_http_info(api_client)
|
|
77
|
+
# verify the required parameter 'folder' is set
|
|
78
|
+
if api_client.config.client_side_validation && self.folder.nil?
|
|
79
|
+
raise ArgumentError, "Missing the required parameter 'folder' when calling EmailApi.list_email_models"
|
|
80
|
+
end
|
|
81
|
+
|
|
82
|
+
# verify the required parameter 'query_string' is set
|
|
83
|
+
if api_client.config.client_side_validation && self.query_string.nil?
|
|
84
|
+
raise ArgumentError, "Missing the required parameter 'query_string' when calling EmailApi.list_email_models"
|
|
85
|
+
end
|
|
86
|
+
|
|
87
|
+
# verify the required parameter 'first_account' is set
|
|
88
|
+
if api_client.config.client_side_validation && self.first_account.nil?
|
|
89
|
+
raise ArgumentError, "Missing the required parameter 'first_account' when calling EmailApi.list_email_models"
|
|
90
|
+
end
|
|
91
|
+
|
|
92
|
+
# resource path
|
|
93
|
+
local_var_path = '/email/client/ListMessagesModel'
|
|
94
|
+
|
|
95
|
+
# query parameters
|
|
96
|
+
query_params = {}
|
|
97
|
+
query_params[:folder] = self.folder
|
|
98
|
+
query_params[:queryString] = self.query_string
|
|
99
|
+
query_params[:firstAccount] = self.first_account
|
|
100
|
+
query_params[:secondAccount] = self.second_account unless self.second_account.nil?
|
|
101
|
+
query_params[:storage] = self.storage unless self.storage.nil?
|
|
102
|
+
query_params[:storageFolder] = self.storage_folder unless self.storage_folder.nil?
|
|
103
|
+
query_params[:recursive] = self.recursive unless self.recursive.nil?
|
|
104
|
+
|
|
105
|
+
# form parameters
|
|
106
|
+
form_params = {}
|
|
107
|
+
|
|
108
|
+
# http body (model)
|
|
109
|
+
post_body = nil
|
|
110
|
+
auth_names = ['JWT']
|
|
111
|
+
|
|
112
|
+
# header parameters
|
|
113
|
+
header_params = {}
|
|
114
|
+
# HTTP header 'Accept' (if needed)
|
|
115
|
+
header_params['Accept'] = select_header_accept(['application/json'])
|
|
116
|
+
# HTTP header 'Content-Type'
|
|
117
|
+
header_params['Content-Type'] = form_params.any? ? 'multipart/form-data' : select_header_content_type(['application/json'])
|
|
118
|
+
|
|
119
|
+
AsposeEmailCloud::HttpRequest.new(local_var_path,
|
|
120
|
+
header_params,
|
|
121
|
+
query_params,
|
|
122
|
+
form_params,
|
|
123
|
+
post_body,
|
|
124
|
+
auth_names)
|
|
125
|
+
end
|
|
126
|
+
end
|
|
127
|
+
end
|
|
@@ -1,108 +1,108 @@
|
|
|
1
|
-
|
|
2
|
-
# ----------------------------------------------------------------------------
|
|
3
|
-
# <copyright company="Aspose" file="move_file_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 move_file operation.
|
|
33
|
-
class MoveFileRequestData < EmailRequest
|
|
34
|
-
|
|
35
|
-
# Source file path e.g. '/src.ext'
|
|
36
|
-
# @return [String]
|
|
37
|
-
attr_accessor :src_path
|
|
38
|
-
# Destination file path e.g. '/dest.ext'
|
|
39
|
-
# @return [String]
|
|
40
|
-
attr_accessor :dest_path
|
|
41
|
-
# Source storage name
|
|
42
|
-
# @return [String]
|
|
43
|
-
attr_accessor :src_storage_name
|
|
44
|
-
# Destination storage name
|
|
45
|
-
# @return [String]
|
|
46
|
-
attr_accessor :dest_storage_name
|
|
47
|
-
# File version ID to move
|
|
48
|
-
# @return [String]
|
|
49
|
-
attr_accessor :version_id
|
|
50
|
-
|
|
51
|
-
# Move file
|
|
52
|
-
# @param [String] src_path Source file path e.g. '/src.ext'
|
|
53
|
-
# @param [String] dest_path Destination file path e.g. '/dest.ext'
|
|
54
|
-
# @param [String] src_storage_name Source storage name
|
|
55
|
-
# @param [String] dest_storage_name Destination storage name
|
|
56
|
-
# @param [String] version_id File version ID to move
|
|
57
|
-
def initialize(src_path, dest_path, src_storage_name = nil, dest_storage_name = nil, version_id = nil)
|
|
58
|
-
self.src_path = src_path if src_path
|
|
59
|
-
self.dest_path = dest_path if dest_path
|
|
60
|
-
self.src_storage_name = src_storage_name if src_storage_name
|
|
61
|
-
self.dest_storage_name = dest_storage_name if dest_storage_name
|
|
62
|
-
self.version_id = version_id if version_id
|
|
63
|
-
end
|
|
64
|
-
|
|
65
|
-
def to_http_info(api_client)
|
|
66
|
-
# verify the required parameter 'src_path' is set
|
|
67
|
-
if api_client.config.client_side_validation && self.src_path.nil?
|
|
68
|
-
raise ArgumentError, "Missing the required parameter 'src_path' when calling EmailApi.move_file"
|
|
69
|
-
end
|
|
70
|
-
|
|
71
|
-
# verify the required parameter 'dest_path' is set
|
|
72
|
-
if api_client.config.client_side_validation && self.dest_path.nil?
|
|
73
|
-
raise ArgumentError, "Missing the required parameter 'dest_path' when calling EmailApi.move_file"
|
|
74
|
-
end
|
|
75
|
-
|
|
76
|
-
# resource path
|
|
77
|
-
local_var_path = '/email/storage/file/move/{srcPath}'.sub('{' + 'srcPath' + '}', self.src_path.to_s)
|
|
78
|
-
|
|
79
|
-
# query parameters
|
|
80
|
-
query_params = {}
|
|
81
|
-
query_params[:destPath] = self.dest_path
|
|
82
|
-
query_params[:srcStorageName] = self.src_storage_name unless self.src_storage_name.nil?
|
|
83
|
-
query_params[:destStorageName] = self.dest_storage_name unless self.dest_storage_name.nil?
|
|
84
|
-
query_params[:versionId] = self.version_id unless self.version_id.nil?
|
|
85
|
-
|
|
86
|
-
# form parameters
|
|
87
|
-
form_params = {}
|
|
88
|
-
|
|
89
|
-
# http body (model)
|
|
90
|
-
post_body = nil
|
|
91
|
-
auth_names = ['JWT']
|
|
92
|
-
|
|
93
|
-
# header parameters
|
|
94
|
-
header_params = {}
|
|
95
|
-
# HTTP header 'Accept' (if needed)
|
|
96
|
-
header_params['Accept'] = select_header_accept(['application/json'])
|
|
97
|
-
# HTTP header 'Content-Type'
|
|
98
|
-
header_params['Content-Type'] = form_params.any? ? 'multipart/form-data' : select_header_content_type(['application/json'])
|
|
99
|
-
|
|
100
|
-
AsposeEmailCloud::HttpRequest.new(local_var_path,
|
|
101
|
-
header_params,
|
|
102
|
-
query_params,
|
|
103
|
-
form_params,
|
|
104
|
-
post_body,
|
|
105
|
-
auth_names)
|
|
106
|
-
end
|
|
107
|
-
end
|
|
108
|
-
end
|
|
1
|
+
|
|
2
|
+
# ----------------------------------------------------------------------------
|
|
3
|
+
# <copyright company="Aspose" file="move_file_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 move_file operation.
|
|
33
|
+
class MoveFileRequestData < EmailRequest
|
|
34
|
+
|
|
35
|
+
# Source file path e.g. '/src.ext'
|
|
36
|
+
# @return [String]
|
|
37
|
+
attr_accessor :src_path
|
|
38
|
+
# Destination file path e.g. '/dest.ext'
|
|
39
|
+
# @return [String]
|
|
40
|
+
attr_accessor :dest_path
|
|
41
|
+
# Source storage name
|
|
42
|
+
# @return [String]
|
|
43
|
+
attr_accessor :src_storage_name
|
|
44
|
+
# Destination storage name
|
|
45
|
+
# @return [String]
|
|
46
|
+
attr_accessor :dest_storage_name
|
|
47
|
+
# File version ID to move
|
|
48
|
+
# @return [String]
|
|
49
|
+
attr_accessor :version_id
|
|
50
|
+
|
|
51
|
+
# Move file
|
|
52
|
+
# @param [String] src_path Source file path e.g. '/src.ext'
|
|
53
|
+
# @param [String] dest_path Destination file path e.g. '/dest.ext'
|
|
54
|
+
# @param [String] src_storage_name Source storage name
|
|
55
|
+
# @param [String] dest_storage_name Destination storage name
|
|
56
|
+
# @param [String] version_id File version ID to move
|
|
57
|
+
def initialize(src_path, dest_path, src_storage_name = nil, dest_storage_name = nil, version_id = nil)
|
|
58
|
+
self.src_path = src_path if src_path
|
|
59
|
+
self.dest_path = dest_path if dest_path
|
|
60
|
+
self.src_storage_name = src_storage_name if src_storage_name
|
|
61
|
+
self.dest_storage_name = dest_storage_name if dest_storage_name
|
|
62
|
+
self.version_id = version_id if version_id
|
|
63
|
+
end
|
|
64
|
+
|
|
65
|
+
def to_http_info(api_client)
|
|
66
|
+
# verify the required parameter 'src_path' is set
|
|
67
|
+
if api_client.config.client_side_validation && self.src_path.nil?
|
|
68
|
+
raise ArgumentError, "Missing the required parameter 'src_path' when calling EmailApi.move_file"
|
|
69
|
+
end
|
|
70
|
+
|
|
71
|
+
# verify the required parameter 'dest_path' is set
|
|
72
|
+
if api_client.config.client_side_validation && self.dest_path.nil?
|
|
73
|
+
raise ArgumentError, "Missing the required parameter 'dest_path' when calling EmailApi.move_file"
|
|
74
|
+
end
|
|
75
|
+
|
|
76
|
+
# resource path
|
|
77
|
+
local_var_path = '/email/storage/file/move/{srcPath}'.sub('{' + 'srcPath' + '}', self.src_path.to_s)
|
|
78
|
+
|
|
79
|
+
# query parameters
|
|
80
|
+
query_params = {}
|
|
81
|
+
query_params[:destPath] = self.dest_path
|
|
82
|
+
query_params[:srcStorageName] = self.src_storage_name unless self.src_storage_name.nil?
|
|
83
|
+
query_params[:destStorageName] = self.dest_storage_name unless self.dest_storage_name.nil?
|
|
84
|
+
query_params[:versionId] = self.version_id unless self.version_id.nil?
|
|
85
|
+
|
|
86
|
+
# form parameters
|
|
87
|
+
form_params = {}
|
|
88
|
+
|
|
89
|
+
# http body (model)
|
|
90
|
+
post_body = nil
|
|
91
|
+
auth_names = ['JWT']
|
|
92
|
+
|
|
93
|
+
# header parameters
|
|
94
|
+
header_params = {}
|
|
95
|
+
# HTTP header 'Accept' (if needed)
|
|
96
|
+
header_params['Accept'] = select_header_accept(['application/json'])
|
|
97
|
+
# HTTP header 'Content-Type'
|
|
98
|
+
header_params['Content-Type'] = form_params.any? ? 'multipart/form-data' : select_header_content_type(['application/json'])
|
|
99
|
+
|
|
100
|
+
AsposeEmailCloud::HttpRequest.new(local_var_path,
|
|
101
|
+
header_params,
|
|
102
|
+
query_params,
|
|
103
|
+
form_params,
|
|
104
|
+
post_body,
|
|
105
|
+
auth_names)
|
|
106
|
+
end
|
|
107
|
+
end
|
|
108
|
+
end
|