aspose_email_cloud 19.11.0 → 19.12.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (154) hide show
  1. checksums.yaml +4 -4
  2. data/lib/aspose-email-cloud.rb +43 -1
  3. data/lib/aspose-email-cloud/api/email_api.rb +221 -100
  4. data/lib/aspose-email-cloud/api_client.rb +4 -3
  5. data/lib/aspose-email-cloud/configuration.rb +4 -0
  6. data/lib/aspose-email-cloud/models/account_base_request.rb +123 -113
  7. data/lib/aspose-email-cloud/models/add_attachment_request.rb +86 -82
  8. data/lib/aspose-email-cloud/models/ai_bcr_base64_image.rb +228 -0
  9. data/lib/aspose-email-cloud/models/ai_bcr_base64_rq.rb +225 -0
  10. data/lib/aspose-email-cloud/models/ai_bcr_image.rb +215 -0
  11. data/lib/aspose-email-cloud/models/ai_bcr_image_storage_file.rb +228 -0
  12. data/lib/aspose-email-cloud/models/ai_bcr_ocr_data.rb +253 -0
  13. data/lib/aspose-email-cloud/models/ai_bcr_ocr_data_part.rb +297 -0
  14. data/lib/aspose-email-cloud/models/ai_bcr_options.rb +223 -0
  15. data/lib/aspose-email-cloud/models/ai_bcr_parse_storage_rq.rb +248 -0
  16. data/lib/aspose-email-cloud/models/ai_bcr_rq.rb +210 -0
  17. data/lib/aspose-email-cloud/models/ai_bcr_storage_image_rq.rb +230 -0
  18. data/lib/aspose-email-cloud/models/ai_name_component.rb +264 -0
  19. data/lib/aspose-email-cloud/models/ai_name_cultural_context.rb +267 -0
  20. data/lib/aspose-email-cloud/models/ai_name_extracted.rb +230 -0
  21. data/lib/aspose-email-cloud/models/ai_name_extracted_component.rb +228 -0
  22. data/lib/aspose-email-cloud/models/ai_name_formatted.rb +223 -0
  23. data/lib/aspose-email-cloud/models/ai_name_gender_hypothesis.rb +233 -0
  24. data/lib/aspose-email-cloud/models/ai_name_match_result.rb +230 -0
  25. data/lib/aspose-email-cloud/models/ai_name_mismatch.rb +246 -0
  26. data/lib/aspose-email-cloud/models/ai_name_parsed_match_rq.rb +263 -0
  27. data/lib/aspose-email-cloud/models/ai_name_parsed_rq.rb +243 -0
  28. data/lib/aspose-email-cloud/models/ai_name_weighted.rb +228 -0
  29. data/lib/aspose-email-cloud/models/ai_name_weighted_variants.rb +225 -0
  30. data/lib/aspose-email-cloud/models/append_email_account_base_request.rb +178 -163
  31. data/lib/aspose-email-cloud/models/append_email_base_request.rb +196 -179
  32. data/lib/aspose-email-cloud/models/append_email_mime_base_request.rb +215 -198
  33. data/lib/aspose-email-cloud/models/base_object.rb +9 -5
  34. data/lib/aspose-email-cloud/models/create_email_request.rb +91 -87
  35. data/lib/aspose-email-cloud/models/create_folder_base_request.rb +173 -160
  36. data/lib/aspose-email-cloud/models/delete_folder_base_request.rb +178 -165
  37. data/lib/aspose-email-cloud/models/delete_message_base_request.rb +178 -165
  38. data/lib/aspose-email-cloud/models/disc_usage.rb +96 -92
  39. data/lib/aspose-email-cloud/models/email_account_request.rb +257 -205
  40. data/lib/aspose-email-cloud/models/email_document.rb +93 -89
  41. data/lib/aspose-email-cloud/models/email_document_response.rb +73 -71
  42. data/lib/aspose-email-cloud/models/email_properties.rb +93 -88
  43. data/lib/aspose-email-cloud/models/email_property.rb +128 -119
  44. data/lib/aspose-email-cloud/models/email_property_response.rb +73 -71
  45. data/lib/aspose-email-cloud/models/error.rb +112 -104
  46. data/lib/aspose-email-cloud/models/error_details.rb +91 -87
  47. data/lib/aspose-email-cloud/models/file_version.rb +166 -152
  48. data/lib/aspose-email-cloud/models/file_versions.rb +75 -73
  49. data/lib/aspose-email-cloud/models/files_list.rb +75 -73
  50. data/lib/aspose-email-cloud/models/files_upload_result.rb +90 -86
  51. data/lib/aspose-email-cloud/models/hierarchical_object.rb +13 -7
  52. data/lib/aspose-email-cloud/models/hierarchical_object_request.rb +91 -87
  53. data/lib/aspose-email-cloud/models/hierarchical_object_response.rb +86 -82
  54. data/lib/aspose-email-cloud/models/indexed_hierarchical_object.rb +17 -9
  55. data/lib/aspose-email-cloud/models/indexed_primitive_object.rb +17 -9
  56. data/lib/aspose-email-cloud/models/link.rb +112 -104
  57. data/lib/aspose-email-cloud/models/list_response_of_ai_bcr_ocr_data.rb +211 -0
  58. data/lib/aspose-email-cloud/models/list_response_of_ai_name_component.rb +211 -0
  59. data/lib/aspose-email-cloud/models/list_response_of_ai_name_extracted.rb +211 -0
  60. data/lib/aspose-email-cloud/models/list_response_of_ai_name_gender_hypothesis.rb +211 -0
  61. data/lib/aspose-email-cloud/models/list_response_of_hierarchical_object.rb +211 -0
  62. data/lib/aspose-email-cloud/models/list_response_of_hierarchical_object_response.rb +74 -71
  63. data/lib/aspose-email-cloud/models/list_response_of_mail_server_folder.rb +74 -71
  64. data/lib/aspose-email-cloud/models/list_response_of_storage_file_location.rb +211 -0
  65. data/lib/aspose-email-cloud/models/list_response_of_string.rb +74 -71
  66. data/lib/aspose-email-cloud/models/mail_server_folder.rb +86 -82
  67. data/lib/aspose-email-cloud/models/mime_response.rb +73 -71
  68. data/lib/aspose-email-cloud/models/object_exist.rb +96 -92
  69. data/lib/aspose-email-cloud/models/primitive_object.rb +13 -7
  70. data/lib/aspose-email-cloud/models/requests/add_calendar_attachment_request_data.rb +4 -4
  71. data/lib/aspose-email-cloud/models/requests/add_contact_attachment_request_data.rb +6 -11
  72. data/lib/aspose-email-cloud/models/requests/add_email_attachment_request_data.rb +4 -4
  73. data/lib/aspose-email-cloud/models/requests/add_mapi_attachment_request_data.rb +4 -4
  74. data/lib/aspose-email-cloud/models/requests/ai_bcr_ocr_request_data.rb +75 -0
  75. data/lib/aspose-email-cloud/models/requests/ai_bcr_ocr_storage_request_data.rb +75 -0
  76. data/lib/aspose-email-cloud/models/requests/ai_bcr_parse_request_data.rb +75 -0
  77. data/lib/aspose-email-cloud/models/requests/ai_bcr_parse_storage_request_data.rb +75 -0
  78. data/lib/aspose-email-cloud/models/requests/ai_name_complete_request_data.rb +91 -0
  79. data/lib/aspose-email-cloud/models/requests/ai_name_expand_parsed_request_data.rb +75 -0
  80. data/lib/aspose-email-cloud/models/requests/ai_name_expand_request_data.rb +91 -0
  81. data/lib/aspose-email-cloud/models/requests/ai_name_format_parsed_request_data.rb +75 -0
  82. data/lib/aspose-email-cloud/models/requests/ai_name_format_request_data.rb +94 -0
  83. data/lib/aspose-email-cloud/models/requests/ai_name_genderize_parsed_request_data.rb +75 -0
  84. data/lib/aspose-email-cloud/models/requests/ai_name_genderize_request_data.rb +91 -0
  85. data/lib/aspose-email-cloud/models/requests/ai_name_match_parsed_request_data.rb +75 -0
  86. data/lib/aspose-email-cloud/models/requests/ai_name_match_request_data.rb +99 -0
  87. data/lib/aspose-email-cloud/models/requests/ai_name_parse_email_address_request_data.rb +91 -0
  88. data/lib/aspose-email-cloud/models/requests/ai_name_parse_request_data.rb +91 -0
  89. data/lib/aspose-email-cloud/models/requests/append_email_message_request_data.rb +2 -2
  90. data/lib/aspose-email-cloud/models/requests/append_mime_message_request_data.rb +2 -2
  91. data/lib/aspose-email-cloud/models/requests/copy_file_request_data.rb +5 -5
  92. data/lib/aspose-email-cloud/models/requests/copy_folder_request_data.rb +4 -4
  93. data/lib/aspose-email-cloud/models/requests/create_calendar_request_data.rb +3 -3
  94. data/lib/aspose-email-cloud/models/requests/create_contact_request_data.rb +5 -10
  95. data/lib/aspose-email-cloud/models/requests/create_email_folder_request_data.rb +2 -2
  96. data/lib/aspose-email-cloud/models/requests/create_email_request_data.rb +3 -3
  97. data/lib/aspose-email-cloud/models/requests/create_folder_request_data.rb +2 -2
  98. data/lib/aspose-email-cloud/models/requests/create_mapi_request_data.rb +3 -3
  99. data/lib/aspose-email-cloud/models/requests/delete_calendar_property_request_data.rb +5 -5
  100. data/lib/aspose-email-cloud/models/requests/delete_contact_property_request_data.rb +7 -12
  101. data/lib/aspose-email-cloud/models/requests/delete_email_folder_request_data.rb +2 -2
  102. data/lib/aspose-email-cloud/models/requests/delete_email_message_request_data.rb +2 -2
  103. data/lib/aspose-email-cloud/models/requests/delete_file_request_data.rb +3 -3
  104. data/lib/aspose-email-cloud/models/requests/delete_folder_request_data.rb +3 -3
  105. data/lib/aspose-email-cloud/models/requests/delete_mapi_attachment_request_data.rb +4 -4
  106. data/lib/aspose-email-cloud/models/requests/delete_mapi_properties_request_data.rb +3 -3
  107. data/lib/aspose-email-cloud/models/requests/download_file_request_data.rb +3 -3
  108. data/lib/aspose-email-cloud/models/requests/fetch_email_message_request_data.rb +7 -7
  109. data/lib/aspose-email-cloud/models/requests/get_calendar_attachment_request_data.rb +5 -5
  110. data/lib/aspose-email-cloud/models/requests/get_calendar_list_request_data.rb +5 -5
  111. data/lib/aspose-email-cloud/models/requests/get_calendar_request_data.rb +4 -4
  112. data/lib/aspose-email-cloud/models/requests/get_contact_attachment_request_data.rb +7 -12
  113. data/lib/aspose-email-cloud/models/requests/get_contact_list_request_data.rb +7 -12
  114. data/lib/aspose-email-cloud/models/requests/get_contact_properties_request_data.rb +6 -11
  115. data/lib/aspose-email-cloud/models/requests/get_disc_usage_request_data.rb +1 -1
  116. data/lib/aspose-email-cloud/models/requests/get_email_attachment_request_data.rb +5 -5
  117. data/lib/aspose-email-cloud/models/requests/get_email_property_request_data.rb +5 -5
  118. data/lib/aspose-email-cloud/models/requests/get_email_request_data.rb +4 -4
  119. data/lib/aspose-email-cloud/models/requests/get_file_versions_request_data.rb +2 -2
  120. data/lib/aspose-email-cloud/models/requests/get_files_list_request_data.rb +2 -2
  121. data/lib/aspose-email-cloud/models/requests/get_mapi_attachment_request_data.rb +5 -5
  122. data/lib/aspose-email-cloud/models/requests/get_mapi_attachments_request_data.rb +4 -4
  123. data/lib/aspose-email-cloud/models/requests/get_mapi_list_request_data.rb +5 -5
  124. data/lib/aspose-email-cloud/models/requests/get_mapi_properties_request_data.rb +4 -4
  125. data/lib/aspose-email-cloud/models/requests/list_email_folders_request_data.rb +7 -7
  126. data/lib/aspose-email-cloud/models/requests/list_email_messages_request_data.rb +10 -10
  127. data/lib/aspose-email-cloud/models/requests/move_file_request_data.rb +5 -5
  128. data/lib/aspose-email-cloud/models/requests/move_folder_request_data.rb +4 -4
  129. data/lib/aspose-email-cloud/models/requests/object_exists_request_data.rb +3 -3
  130. data/lib/aspose-email-cloud/models/requests/save_mail_account_request_data.rb +2 -2
  131. data/lib/aspose-email-cloud/models/requests/save_mail_o_auth_account_request_data.rb +2 -2
  132. data/lib/aspose-email-cloud/models/requests/send_email_mime_request_data.rb +2 -2
  133. data/lib/aspose-email-cloud/models/requests/send_email_request_data.rb +2 -2
  134. data/lib/aspose-email-cloud/models/requests/set_email_property_request_data.rb +5 -5
  135. data/lib/aspose-email-cloud/models/requests/set_email_read_flag_request_data.rb +2 -2
  136. data/lib/aspose-email-cloud/models/requests/storage_exists_request_data.rb +1 -1
  137. data/lib/aspose-email-cloud/models/requests/update_calendar_properties_request_data.rb +3 -3
  138. data/lib/aspose-email-cloud/models/requests/update_contact_properties_request_data.rb +5 -10
  139. data/lib/aspose-email-cloud/models/requests/update_mapi_properties_request_data.rb +3 -3
  140. data/lib/aspose-email-cloud/models/requests/upload_file_request_data.rb +3 -3
  141. data/lib/aspose-email-cloud/models/save_email_account_request.rb +294 -240
  142. data/lib/aspose-email-cloud/models/save_o_auth_email_account_request.rb +368 -310
  143. data/lib/aspose-email-cloud/models/send_email_base_request.rb +141 -130
  144. data/lib/aspose-email-cloud/models/send_email_mime_base_request.rb +160 -149
  145. data/lib/aspose-email-cloud/models/set_email_property_request.rb +91 -87
  146. data/lib/aspose-email-cloud/models/set_message_read_flag_account_base_request.rb +178 -165
  147. data/lib/aspose-email-cloud/models/storage_exist.rb +78 -76
  148. data/lib/aspose-email-cloud/models/storage_file.rb +135 -125
  149. data/lib/aspose-email-cloud/models/storage_file_location.rb +123 -117
  150. data/lib/aspose-email-cloud/models/storage_folder_location.rb +86 -82
  151. data/lib/aspose-email-cloud/models/value_response.rb +73 -71
  152. data/lib/aspose-email-cloud/version.rb +1 -1
  153. metadata +45 -3
  154. data/lib/aspose-email-cloud/models/contact_format.rb +0 -45
@@ -27,12 +27,14 @@
27
27
  require 'date'
28
28
 
29
29
  module AsposeEmailCloud
30
- # Base property object
30
+ # Base property object
31
31
  class BaseObject
32
- # Gets or sets the name of an object.
32
+ # Gets or sets the name of an object.
33
+ # @return [String]
33
34
  attr_accessor :name
34
35
 
35
- # Property type. Used for deserialization purposes
36
+ # Property type. Used for deserialization purposes
37
+ # @return [String]
36
38
  def type #getter method
37
39
  self.class.name.split('::').last
38
40
  end
@@ -75,9 +77,11 @@ module AsposeEmailCloud
75
77
  end
76
78
 
77
79
  # Initializes the object
80
+ # @param [String] name Gets or sets the name of an object.
81
+ # @param [String] type Property type. Used for deserialization purposes
78
82
  def initialize(name=nil, type=nil)
79
- self.name = name
80
- @type = self.class.name.split('::').last
83
+ self.name = name if name
84
+ @type = self.class.name.split('::').last if type
81
85
  end
82
86
 
83
87
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -27,92 +27,96 @@
27
27
  require 'date'
28
28
 
29
29
  module AsposeEmailCloud
30
- # Create email document request
31
- class CreateEmailRequest
32
- # An email document that should be created
33
- attr_accessor :email_document
34
-
35
- # Email document location in storage
36
- attr_accessor :storage_folder
37
-
38
- # Attribute mapping from ruby-style variable name to JSON key.
39
- def self.attribute_map
40
- {
41
- :'email_document' => :'emailDocument',
42
- :'storage_folder' => :'storageFolder'
43
- }
44
- end
45
-
46
- # Attribute type mapping.
47
- def self.swagger_types
48
- {
49
- :'email_document' => :'EmailDocument',
50
- :'storage_folder' => :'StorageFolderLocation'
51
- }
52
- end
53
-
54
- # Initializes the object
55
- # @param [Hash] attributes Model attributes in the form of hash
56
- def initialize(attributes = {})
57
- return unless attributes.is_a?(Hash)
58
-
59
- # convert string to symbol for hash key
60
- attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
61
-
62
- if attributes.has_key?(:'emailDocument')
63
- self.email_document = attributes[:'emailDocument']
64
- end
65
-
66
- if attributes.has_key?(:'storageFolder')
67
- self.storage_folder = attributes[:'storageFolder']
68
- end
69
- end
70
-
71
- # Initializes the object
72
- def initialize(email_document=nil, storage_folder=nil)
73
- self.email_document = email_document
74
- self.storage_folder = storage_folder
75
- end
76
-
77
- # Show invalid properties with the reasons. Usually used together with valid?
78
- # @return Array for valid properties with the reasons
79
- def list_invalid_properties
80
- invalid_properties = Array.new
81
- if @email_document.nil?
82
- invalid_properties.push('invalid value for "email_document", email_document cannot be nil.')
83
- end
84
-
85
- invalid_properties
86
- end
87
-
88
- # Check to see if the all the properties in the model are valid
89
- # @return true if the model is valid
90
- def valid?
91
- return false if @email_document.nil?
92
- true
93
- end
94
-
95
- # Checks equality by comparing each attribute.
96
- # @param [Object] Object to be compared
97
- def ==(o)
98
- return true if self.equal?(o)
99
- self.class == o.class &&
100
- email_document == o.email_document &&
101
- storage_folder == o.storage_folder
102
- end
103
-
104
- # @see the `==` method
105
- # @param [Object] Object to be compared
106
- def eql?(o)
107
- self == o
108
- end
109
-
110
- # Calculates hash code according to all attributes.
111
- # @return [Fixnum] Hash code
112
- def hash
113
- [email_document, storage_folder].hash
114
- end
115
-
30
+ # Create email document request
31
+ class CreateEmailRequest
32
+ # An email document that should be created
33
+ # @return [EmailDocument]
34
+ attr_accessor :email_document
35
+
36
+ # Email document location in storage
37
+ # @return [StorageFolderLocation]
38
+ attr_accessor :storage_folder
39
+
40
+ # Attribute mapping from ruby-style variable name to JSON key.
41
+ def self.attribute_map
42
+ {
43
+ :'email_document' => :'emailDocument',
44
+ :'storage_folder' => :'storageFolder'
45
+ }
46
+ end
47
+
48
+ # Attribute type mapping.
49
+ def self.swagger_types
50
+ {
51
+ :'email_document' => :'EmailDocument',
52
+ :'storage_folder' => :'StorageFolderLocation'
53
+ }
54
+ end
55
+
56
+ # Initializes the object
57
+ # @param [Hash] attributes Model attributes in the form of hash
58
+ def initialize(attributes = {})
59
+ return unless attributes.is_a?(Hash)
60
+
61
+ # convert string to symbol for hash key
62
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
63
+
64
+ if attributes.has_key?(:'emailDocument')
65
+ self.email_document = attributes[:'emailDocument']
66
+ end
67
+
68
+ if attributes.has_key?(:'storageFolder')
69
+ self.storage_folder = attributes[:'storageFolder']
70
+ end
71
+ end
72
+
73
+ # Initializes the object
74
+ # @param [EmailDocument] email_document An email document that should be created
75
+ # @param [StorageFolderLocation] storage_folder Email document location in storage
76
+ def initialize(email_document=nil, storage_folder=nil)
77
+ self.email_document = email_document if email_document
78
+ self.storage_folder = storage_folder if storage_folder
79
+ end
80
+
81
+ # Show invalid properties with the reasons. Usually used together with valid?
82
+ # @return Array for valid properties with the reasons
83
+ def list_invalid_properties
84
+ invalid_properties = Array.new
85
+ if @email_document.nil?
86
+ invalid_properties.push('invalid value for "email_document", email_document cannot be nil.')
87
+ end
88
+
89
+ invalid_properties
90
+ end
91
+
92
+ # Check to see if the all the properties in the model are valid
93
+ # @return true if the model is valid
94
+ def valid?
95
+ return false if @email_document.nil?
96
+ true
97
+ end
98
+
99
+ # Checks equality by comparing each attribute.
100
+ # @param [Object] Object to be compared
101
+ def ==(o)
102
+ return true if self.equal?(o)
103
+ self.class == o.class &&
104
+ email_document == o.email_document &&
105
+ storage_folder == o.storage_folder
106
+ end
107
+
108
+ # @see the `==` method
109
+ # @param [Object] Object to be compared
110
+ def eql?(o)
111
+ self == o
112
+ end
113
+
114
+ # Calculates hash code according to all attributes.
115
+ # @return [Fixnum] Hash code
116
+ def hash
117
+ [email_document, storage_folder].hash
118
+ end
119
+
116
120
  # Builds the object from hash
117
121
  # @param [Hash] attributes Model attributes in the form of hash
118
122
  # @return [Object] Returns the model itself
@@ -219,6 +223,6 @@ module AsposeEmailCloud
219
223
  value
220
224
  end
221
225
  end
222
-
226
+
223
227
  end
224
228
  end
@@ -27,165 +27,178 @@
27
27
  require 'date'
28
28
 
29
29
  module AsposeEmailCloud
30
- # Create folder request
31
- class CreateFolderBaseRequest
32
- attr_accessor :first_account
33
-
34
- attr_accessor :second_account
35
-
36
- attr_accessor :storage_folder
37
-
38
- # Folder name
39
- attr_accessor :folder
40
-
41
- # Parent folder path
42
- attr_accessor :parent_folder
43
-
44
- # Attribute mapping from ruby-style variable name to JSON key.
45
- def self.attribute_map
46
- {
47
- :'first_account' => :'firstAccount',
48
- :'second_account' => :'secondAccount',
49
- :'storage_folder' => :'storageFolder',
50
- :'folder' => :'folder',
51
- :'parent_folder' => :'parentFolder'
52
- }
53
- end
54
-
55
- # Attribute type mapping.
56
- def self.swagger_types
57
- {
58
- :'first_account' => :'String',
59
- :'second_account' => :'String',
60
- :'storage_folder' => :'StorageFolderLocation',
61
- :'folder' => :'String',
62
- :'parent_folder' => :'String'
63
- }
64
- end
65
-
66
- # Initializes the object
67
- # @param [Hash] attributes Model attributes in the form of hash
68
- def initialize(attributes = {})
69
- return unless attributes.is_a?(Hash)
70
-
71
- # convert string to symbol for hash key
72
- attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
73
-
74
- if attributes.has_key?(:'firstAccount')
75
- self.first_account = attributes[:'firstAccount']
76
- end
77
-
78
- if attributes.has_key?(:'secondAccount')
79
- self.second_account = attributes[:'secondAccount']
80
- end
81
-
82
- if attributes.has_key?(:'storageFolder')
83
- self.storage_folder = attributes[:'storageFolder']
84
- end
85
-
86
- if attributes.has_key?(:'folder')
87
- self.folder = attributes[:'folder']
88
- end
89
-
90
- if attributes.has_key?(:'parentFolder')
91
- self.parent_folder = attributes[:'parentFolder']
92
- end
93
- end
94
-
95
- # Initializes the object
96
- def initialize(first_account=nil, second_account=nil, storage_folder=nil, folder=nil, parent_folder=nil)
97
- self.first_account = first_account
98
- self.second_account = second_account
99
- self.storage_folder = storage_folder
100
- self.folder = folder
101
- self.parent_folder = parent_folder
102
- end
103
-
104
- # Show invalid properties with the reasons. Usually used together with valid?
105
- # @return Array for valid properties with the reasons
106
- def list_invalid_properties
107
- invalid_properties = Array.new
108
- if @first_account.nil?
109
- invalid_properties.push('invalid value for "first_account", first_account cannot be nil.')
110
- end
111
-
112
- if @first_account.to_s.length < 1
113
- invalid_properties.push('invalid value for "first_account", the character length must be great than or equal to 1.')
114
- end
115
-
116
- if @folder.nil?
117
- invalid_properties.push('invalid value for "folder", folder cannot be nil.')
118
- end
119
-
120
- if @folder.to_s.length < 1
121
- invalid_properties.push('invalid value for "folder", the character length must be great than or equal to 1.')
122
- end
123
-
124
- invalid_properties
125
- end
126
-
127
- # Check to see if the all the properties in the model are valid
128
- # @return true if the model is valid
129
- def valid?
130
- return false if @first_account.nil?
131
- return false if @first_account.to_s.length < 1
132
- return false if @folder.nil?
133
- return false if @folder.to_s.length < 1
134
- true
135
- end
136
-
137
- # Custom attribute writer method with validation
138
- # @param [Object] first_account Value to be assigned
139
- def first_account=(first_account)
140
- if first_account.nil?
141
- fail ArgumentError, 'first_account cannot be nil'
142
- end
143
-
144
- if first_account.to_s.length < 1
145
- fail ArgumentError, 'invalid value for "first_account", the character length must be great than or equal to 1.'
146
- end
147
-
148
- @first_account = first_account
149
- end
150
-
151
- # Custom attribute writer method with validation
152
- # @param [Object] folder Value to be assigned
153
- def folder=(folder)
154
- if folder.nil?
155
- fail ArgumentError, 'folder cannot be nil'
156
- end
157
-
158
- if folder.to_s.length < 1
159
- fail ArgumentError, 'invalid value for "folder", the character length must be great than or equal to 1.'
160
- end
161
-
162
- @folder = folder
163
- end
164
-
165
- # Checks equality by comparing each attribute.
166
- # @param [Object] Object to be compared
167
- def ==(o)
168
- return true if self.equal?(o)
169
- self.class == o.class &&
170
- first_account == o.first_account &&
171
- second_account == o.second_account &&
172
- storage_folder == o.storage_folder &&
173
- folder == o.folder &&
174
- parent_folder == o.parent_folder
175
- end
176
-
177
- # @see the `==` method
178
- # @param [Object] Object to be compared
179
- def eql?(o)
180
- self == o
181
- end
182
-
183
- # Calculates hash code according to all attributes.
184
- # @return [Fixnum] Hash code
185
- def hash
186
- [first_account, second_account, storage_folder, folder, parent_folder].hash
187
- end
188
-
30
+ # Create folder request
31
+ class CreateFolderBaseRequest
32
+ # First account storage file name for receiving emails (or universal one)
33
+ # @return [String]
34
+ attr_accessor :first_account
35
+
36
+ # Second account storage file name for sending emails (ignored if first is universal)
37
+ # @return [String]
38
+ attr_accessor :second_account
39
+
40
+ # Storage folder location of account files
41
+ # @return [StorageFolderLocation]
42
+ attr_accessor :storage_folder
43
+
44
+ # Folder name
45
+ # @return [String]
46
+ attr_accessor :folder
47
+
48
+ # Parent folder path
49
+ # @return [String]
50
+ attr_accessor :parent_folder
51
+
52
+ # Attribute mapping from ruby-style variable name to JSON key.
53
+ def self.attribute_map
54
+ {
55
+ :'first_account' => :'firstAccount',
56
+ :'second_account' => :'secondAccount',
57
+ :'storage_folder' => :'storageFolder',
58
+ :'folder' => :'folder',
59
+ :'parent_folder' => :'parentFolder'
60
+ }
61
+ end
62
+
63
+ # Attribute type mapping.
64
+ def self.swagger_types
65
+ {
66
+ :'first_account' => :'String',
67
+ :'second_account' => :'String',
68
+ :'storage_folder' => :'StorageFolderLocation',
69
+ :'folder' => :'String',
70
+ :'parent_folder' => :'String'
71
+ }
72
+ end
73
+
74
+ # Initializes the object
75
+ # @param [Hash] attributes Model attributes in the form of hash
76
+ def initialize(attributes = {})
77
+ return unless attributes.is_a?(Hash)
78
+
79
+ # convert string to symbol for hash key
80
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
81
+
82
+ if attributes.has_key?(:'firstAccount')
83
+ self.first_account = attributes[:'firstAccount']
84
+ end
85
+
86
+ if attributes.has_key?(:'secondAccount')
87
+ self.second_account = attributes[:'secondAccount']
88
+ end
89
+
90
+ if attributes.has_key?(:'storageFolder')
91
+ self.storage_folder = attributes[:'storageFolder']
92
+ end
93
+
94
+ if attributes.has_key?(:'folder')
95
+ self.folder = attributes[:'folder']
96
+ end
97
+
98
+ if attributes.has_key?(:'parentFolder')
99
+ self.parent_folder = attributes[:'parentFolder']
100
+ end
101
+ end
102
+
103
+ # Initializes the object
104
+ # @param [String] first_account First account storage file name for receiving emails (or universal one)
105
+ # @param [String] second_account Second account storage file name for sending emails (ignored if first is universal)
106
+ # @param [StorageFolderLocation] storage_folder Storage folder location of account files
107
+ # @param [String] folder Folder name
108
+ # @param [String] parent_folder Parent folder path
109
+ def initialize(first_account=nil, second_account=nil, storage_folder=nil, folder=nil, parent_folder=nil)
110
+ self.first_account = first_account if first_account
111
+ self.second_account = second_account if second_account
112
+ self.storage_folder = storage_folder if storage_folder
113
+ self.folder = folder if folder
114
+ self.parent_folder = parent_folder if parent_folder
115
+ end
116
+
117
+ # Show invalid properties with the reasons. Usually used together with valid?
118
+ # @return Array for valid properties with the reasons
119
+ def list_invalid_properties
120
+ invalid_properties = Array.new
121
+ if @first_account.nil?
122
+ invalid_properties.push('invalid value for "first_account", first_account cannot be nil.')
123
+ end
124
+
125
+ if @first_account.to_s.length < 1
126
+ invalid_properties.push('invalid value for "first_account", the character length must be great than or equal to 1.')
127
+ end
128
+
129
+ if @folder.nil?
130
+ invalid_properties.push('invalid value for "folder", folder cannot be nil.')
131
+ end
132
+
133
+ if @folder.to_s.length < 1
134
+ invalid_properties.push('invalid value for "folder", the character length must be great than or equal to 1.')
135
+ end
136
+
137
+ invalid_properties
138
+ end
139
+
140
+ # Check to see if the all the properties in the model are valid
141
+ # @return true if the model is valid
142
+ def valid?
143
+ return false if @first_account.nil?
144
+ return false if @first_account.to_s.length < 1
145
+ return false if @folder.nil?
146
+ return false if @folder.to_s.length < 1
147
+ true
148
+ end
149
+
150
+ # Custom attribute writer method with validation
151
+ # @param [Object] first_account Value to be assigned
152
+ def first_account=(first_account)
153
+ if first_account.nil?
154
+ fail ArgumentError, 'first_account cannot be nil'
155
+ end
156
+
157
+ if first_account.to_s.length < 1
158
+ fail ArgumentError, 'invalid value for "first_account", the character length must be great than or equal to 1.'
159
+ end
160
+
161
+ @first_account = first_account
162
+ end
163
+
164
+ # Custom attribute writer method with validation
165
+ # @param [Object] folder Value to be assigned
166
+ def folder=(folder)
167
+ if folder.nil?
168
+ fail ArgumentError, 'folder cannot be nil'
169
+ end
170
+
171
+ if folder.to_s.length < 1
172
+ fail ArgumentError, 'invalid value for "folder", the character length must be great than or equal to 1.'
173
+ end
174
+
175
+ @folder = folder
176
+ end
177
+
178
+ # Checks equality by comparing each attribute.
179
+ # @param [Object] Object to be compared
180
+ def ==(o)
181
+ return true if self.equal?(o)
182
+ self.class == o.class &&
183
+ first_account == o.first_account &&
184
+ second_account == o.second_account &&
185
+ storage_folder == o.storage_folder &&
186
+ folder == o.folder &&
187
+ parent_folder == o.parent_folder
188
+ end
189
+
190
+ # @see the `==` method
191
+ # @param [Object] Object to be compared
192
+ def eql?(o)
193
+ self == o
194
+ end
195
+
196
+ # Calculates hash code according to all attributes.
197
+ # @return [Fixnum] Hash code
198
+ def hash
199
+ [first_account, second_account, storage_folder, folder, parent_folder].hash
200
+ end
201
+
189
202
  # Builds the object from hash
190
203
  # @param [Hash] attributes Model attributes in the form of hash
191
204
  # @return [Object] Returns the model itself
@@ -292,6 +305,6 @@ module AsposeEmailCloud
292
305
  value
293
306
  end
294
307
  end
295
-
308
+
296
309
  end
297
310
  end