docusign_admin 1.0.0.beta
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Gemfile +7 -0
- data/LICENSE +21 -0
- data/README.md +51 -0
- data/Rakefile +8 -0
- data/docusign_admin.gemspec +45 -0
- data/git_push.sh +55 -0
- data/lib/docusign_admin/.DS_Store +0 -0
- data/lib/docusign_admin/api/accounts_api.rb +213 -0
- data/lib/docusign_admin/api/bulk_exports_api.rb +456 -0
- data/lib/docusign_admin/api/bulk_imports_api.rb +785 -0
- data/lib/docusign_admin/api/ds_groups_api.rb +472 -0
- data/lib/docusign_admin/api/identity_providers_api.rb +75 -0
- data/lib/docusign_admin/api/product_permission_profiles_api.rb +201 -0
- data/lib/docusign_admin/api/reserved_domains_api.rb +75 -0
- data/lib/docusign_admin/api/users_api.rb +650 -0
- data/lib/docusign_admin/client/.DS_Store +0 -0
- data/lib/docusign_admin/client/api_client.rb +597 -0
- data/lib/docusign_admin/client/api_error.rb +37 -0
- data/lib/docusign_admin/client/auth/oauth.rb +1061 -0
- data/lib/docusign_admin/configuration.rb +202 -0
- data/lib/docusign_admin/models/add_ds_group_and_users_response.rb +192 -0
- data/lib/docusign_admin/models/add_ds_group_users_response.rb +203 -0
- data/lib/docusign_admin/models/add_user_response.rb +257 -0
- data/lib/docusign_admin/models/add_user_response_account_properties.rb +232 -0
- data/lib/docusign_admin/models/certificate_response.rb +230 -0
- data/lib/docusign_admin/models/delete_membership_request.rb +188 -0
- data/lib/docusign_admin/models/delete_membership_response.rb +192 -0
- data/lib/docusign_admin/models/delete_memberships_request.rb +190 -0
- data/lib/docusign_admin/models/delete_memberships_response.rb +194 -0
- data/lib/docusign_admin/models/delete_response.rb +194 -0
- data/lib/docusign_admin/models/delete_user_identity_request.rb +190 -0
- data/lib/docusign_admin/models/domain_response.rb +241 -0
- data/lib/docusign_admin/models/domains_response.rb +185 -0
- data/lib/docusign_admin/models/ds_group_add_request.rb +197 -0
- data/lib/docusign_admin/models/ds_group_and_users_response.rb +192 -0
- data/lib/docusign_admin/models/ds_group_list_response.rb +221 -0
- data/lib/docusign_admin/models/ds_group_request.rb +188 -0
- data/lib/docusign_admin/models/ds_group_response.rb +273 -0
- data/lib/docusign_admin/models/ds_group_user_response.rb +246 -0
- data/lib/docusign_admin/models/ds_group_users_add_request.rb +190 -0
- data/lib/docusign_admin/models/ds_group_users_remove_request.rb +190 -0
- data/lib/docusign_admin/models/ds_group_users_response.rb +212 -0
- data/lib/docusign_admin/models/error_details.rb +192 -0
- data/lib/docusign_admin/models/force_activate_membership_request.rb +188 -0
- data/lib/docusign_admin/models/group_request.rb +206 -0
- data/lib/docusign_admin/models/identity_provider_response.rb +230 -0
- data/lib/docusign_admin/models/identity_providers_response.rb +185 -0
- data/lib/docusign_admin/models/link_response.rb +192 -0
- data/lib/docusign_admin/models/member_group_response.rb +201 -0
- data/lib/docusign_admin/models/member_groups_response.rb +194 -0
- data/lib/docusign_admin/models/membership_response.rb +266 -0
- data/lib/docusign_admin/models/new_account_user_request.rb +289 -0
- data/lib/docusign_admin/models/new_multi_product_user_add_request.rb +287 -0
- data/lib/docusign_admin/models/new_user_request.rb +285 -0
- data/lib/docusign_admin/models/new_user_request_account_properties.rb +226 -0
- data/lib/docusign_admin/models/new_user_response.rb +257 -0
- data/lib/docusign_admin/models/new_user_response_account_properties.rb +230 -0
- data/lib/docusign_admin/models/oasirr_error_details.rb +192 -0
- data/lib/docusign_admin/models/oasirr_organization_account_settings_error_data_response.rb +219 -0
- data/lib/docusign_admin/models/oetr_error_details.rb +192 -0
- data/lib/docusign_admin/models/org_export_selected_account.rb +183 -0
- data/lib/docusign_admin/models/org_export_selected_domain.rb +183 -0
- data/lib/docusign_admin/models/org_report_configuration_response.rb +203 -0
- data/lib/docusign_admin/models/org_report_create_response.rb +183 -0
- data/lib/docusign_admin/models/org_report_list_response.rb +185 -0
- data/lib/docusign_admin/models/org_report_list_response_org_report.rb +282 -0
- data/lib/docusign_admin/models/org_report_list_response_requestor.rb +192 -0
- data/lib/docusign_admin/models/org_report_request.rb +221 -0
- data/lib/docusign_admin/models/organization_account_request.rb +188 -0
- data/lib/docusign_admin/models/organization_account_response.rb +210 -0
- data/lib/docusign_admin/models/organization_account_settings_import_requestor_response.rb +210 -0
- data/lib/docusign_admin/models/organization_account_settings_import_response.rb +313 -0
- data/lib/docusign_admin/models/organization_account_settings_import_result_response.rb +239 -0
- data/lib/docusign_admin/models/organization_accounts_request.rb +185 -0
- data/lib/docusign_admin/models/organization_export_account.rb +183 -0
- data/lib/docusign_admin/models/organization_export_domain.rb +183 -0
- data/lib/docusign_admin/models/organization_export_request.rb +205 -0
- data/lib/docusign_admin/models/organization_export_requestor_response.rb +210 -0
- data/lib/docusign_admin/models/organization_export_response.rb +324 -0
- data/lib/docusign_admin/models/organization_export_task_response.rb +228 -0
- data/lib/docusign_admin/models/organization_exports_response.rb +185 -0
- data/lib/docusign_admin/models/organization_import_response.rb +414 -0
- data/lib/docusign_admin/models/organization_import_response_error_rollup.rb +192 -0
- data/lib/docusign_admin/models/organization_import_response_requestor.rb +210 -0
- data/lib/docusign_admin/models/organization_import_response_warning_rollup.rb +192 -0
- data/lib/docusign_admin/models/organization_imports_response.rb +185 -0
- data/lib/docusign_admin/models/organization_response.rb +310 -0
- data/lib/docusign_admin/models/organization_salesforce_account_managers_response.rb +228 -0
- data/lib/docusign_admin/models/organization_simple_id_object.rb +183 -0
- data/lib/docusign_admin/models/organization_user_response.rb +275 -0
- data/lib/docusign_admin/models/organization_users_response.rb +194 -0
- data/lib/docusign_admin/models/organizations_response.rb +185 -0
- data/lib/docusign_admin/models/osamr_contact.rb +201 -0
- data/lib/docusign_admin/models/paging_response_properties.rb +228 -0
- data/lib/docusign_admin/models/permission_profile_request.rb +197 -0
- data/lib/docusign_admin/models/permission_profile_response.rb +192 -0
- data/lib/docusign_admin/models/permission_profile_response2_1.rb +192 -0
- data/lib/docusign_admin/models/permissions_response.rb +185 -0
- data/lib/docusign_admin/models/product_permission_profile_request.rb +202 -0
- data/lib/docusign_admin/models/product_permission_profile_response.rb +212 -0
- data/lib/docusign_admin/models/product_permission_profiles_request.rb +190 -0
- data/lib/docusign_admin/models/product_permission_profiles_response.rb +185 -0
- data/lib/docusign_admin/models/remove_ds_group_users_response.rb +194 -0
- data/lib/docusign_admin/models/required_attribute_mapping_response.rb +210 -0
- data/lib/docusign_admin/models/saml2_identity_provider_response.rb +216 -0
- data/lib/docusign_admin/models/setting_response.rb +201 -0
- data/lib/docusign_admin/models/update_membership_request.rb +244 -0
- data/lib/docusign_admin/models/update_response.rb +183 -0
- data/lib/docusign_admin/models/update_user_email_request.rb +216 -0
- data/lib/docusign_admin/models/update_user_request.rb +303 -0
- data/lib/docusign_admin/models/update_users_email_request.rb +185 -0
- data/lib/docusign_admin/models/update_users_request.rb +185 -0
- data/lib/docusign_admin/models/user_drilldown_response.rb +340 -0
- data/lib/docusign_admin/models/user_identity_request.rb +183 -0
- data/lib/docusign_admin/models/user_identity_response.rb +219 -0
- data/lib/docusign_admin/models/user_product_permission_profiles_response.rb +203 -0
- data/lib/docusign_admin/models/user_update_response.rb +210 -0
- data/lib/docusign_admin/models/users_drilldown_response.rb +185 -0
- data/lib/docusign_admin/models/users_update_response.rb +194 -0
- data/lib/docusign_admin/version.rb +14 -0
- data/lib/docusign_admin.rb +148 -0
- data/tests/.DS_Store +0 -0
- data/tests/Gemfile +5 -0
- data/tests/docs/Test.pdf +0 -0
- data/tests/docs/organization_user_import.csv +2 -0
- data/tests/spec/unit_tests_using_jwt_spec.rb +231 -0
- metadata +370 -0
@@ -0,0 +1,216 @@
|
|
1
|
+
=begin
|
2
|
+
#DocuSign Admin API
|
3
|
+
|
4
|
+
#An API for an organization administrator to manage organizations, accounts and users
|
5
|
+
|
6
|
+
OpenAPI spec version: v2
|
7
|
+
Contact: devcenter@docusign.com
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
|
10
|
+
=end
|
11
|
+
|
12
|
+
require 'date'
|
13
|
+
|
14
|
+
module DocuSign_Admin
|
15
|
+
class UpdateUserEmailRequest
|
16
|
+
attr_accessor :id
|
17
|
+
|
18
|
+
attr_accessor :site_id
|
19
|
+
|
20
|
+
attr_accessor :email
|
21
|
+
|
22
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
23
|
+
def self.attribute_map
|
24
|
+
{
|
25
|
+
:'id' => :'id',
|
26
|
+
:'site_id' => :'site_id',
|
27
|
+
:'email' => :'email'
|
28
|
+
}
|
29
|
+
end
|
30
|
+
|
31
|
+
# Attribute type mapping.
|
32
|
+
def self.swagger_types
|
33
|
+
{
|
34
|
+
:'id' => :'String',
|
35
|
+
:'site_id' => :'Integer',
|
36
|
+
:'email' => :'String'
|
37
|
+
}
|
38
|
+
end
|
39
|
+
|
40
|
+
# Initializes the object
|
41
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
42
|
+
def initialize(attributes = {})
|
43
|
+
return unless attributes.is_a?(Hash)
|
44
|
+
|
45
|
+
# convert string to symbol for hash key
|
46
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
47
|
+
|
48
|
+
if attributes.has_key?(:'id')
|
49
|
+
self.id = attributes[:'id']
|
50
|
+
end
|
51
|
+
|
52
|
+
if attributes.has_key?(:'site_id')
|
53
|
+
self.site_id = attributes[:'site_id']
|
54
|
+
end
|
55
|
+
|
56
|
+
if attributes.has_key?(:'email')
|
57
|
+
self.email = attributes[:'email']
|
58
|
+
end
|
59
|
+
end
|
60
|
+
|
61
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
62
|
+
# @return Array for valid properties with the reasons
|
63
|
+
def list_invalid_properties
|
64
|
+
invalid_properties = Array.new
|
65
|
+
if @id.nil?
|
66
|
+
invalid_properties.push('invalid value for "id", id cannot be nil.')
|
67
|
+
end
|
68
|
+
|
69
|
+
if @site_id.nil?
|
70
|
+
invalid_properties.push('invalid value for "site_id", site_id cannot be nil.')
|
71
|
+
end
|
72
|
+
|
73
|
+
if @email.nil?
|
74
|
+
invalid_properties.push('invalid value for "email", email cannot be nil.')
|
75
|
+
end
|
76
|
+
|
77
|
+
invalid_properties
|
78
|
+
end
|
79
|
+
|
80
|
+
# Check to see if the all the properties in the model are valid
|
81
|
+
# @return true if the model is valid
|
82
|
+
def valid?
|
83
|
+
return false if @id.nil?
|
84
|
+
return false if @site_id.nil?
|
85
|
+
return false if @email.nil?
|
86
|
+
true
|
87
|
+
end
|
88
|
+
|
89
|
+
# Checks equality by comparing each attribute.
|
90
|
+
# @param [Object] Object to be compared
|
91
|
+
def ==(o)
|
92
|
+
return true if self.equal?(o)
|
93
|
+
self.class == o.class &&
|
94
|
+
id == o.id &&
|
95
|
+
site_id == o.site_id &&
|
96
|
+
email == o.email
|
97
|
+
end
|
98
|
+
|
99
|
+
# @see the `==` method
|
100
|
+
# @param [Object] Object to be compared
|
101
|
+
def eql?(o)
|
102
|
+
self == o
|
103
|
+
end
|
104
|
+
|
105
|
+
# Calculates hash code according to all attributes.
|
106
|
+
# @return [Fixnum] Hash code
|
107
|
+
def hash
|
108
|
+
[id, site_id, email].hash
|
109
|
+
end
|
110
|
+
|
111
|
+
# Builds the object from hash
|
112
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
113
|
+
# @return [Object] Returns the model itself
|
114
|
+
def build_from_hash(attributes)
|
115
|
+
return nil unless attributes.is_a?(Hash)
|
116
|
+
self.class.swagger_types.each_pair do |key, type|
|
117
|
+
if type =~ /\AArray<(.*)>/i
|
118
|
+
# check to ensure the input is an array given that the attribute
|
119
|
+
# is documented as an array but the input is not
|
120
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
121
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
122
|
+
end
|
123
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
124
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
125
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
126
|
+
end
|
127
|
+
|
128
|
+
self
|
129
|
+
end
|
130
|
+
|
131
|
+
# Deserializes the data based on type
|
132
|
+
# @param string type Data type
|
133
|
+
# @param string value Value to be deserialized
|
134
|
+
# @return [Object] Deserialized data
|
135
|
+
def _deserialize(type, value)
|
136
|
+
case type.to_sym
|
137
|
+
when :DateTime
|
138
|
+
DateTime.parse(value)
|
139
|
+
when :Date
|
140
|
+
Date.parse(value)
|
141
|
+
when :String
|
142
|
+
value.to_s
|
143
|
+
when :Integer
|
144
|
+
value.to_i
|
145
|
+
when :Float
|
146
|
+
value.to_f
|
147
|
+
when :BOOLEAN
|
148
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
149
|
+
true
|
150
|
+
else
|
151
|
+
false
|
152
|
+
end
|
153
|
+
when :Object
|
154
|
+
# generic object (usually a Hash), return directly
|
155
|
+
value
|
156
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
157
|
+
inner_type = Regexp.last_match[:inner_type]
|
158
|
+
value.map { |v| _deserialize(inner_type, v) }
|
159
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
160
|
+
k_type = Regexp.last_match[:k_type]
|
161
|
+
v_type = Regexp.last_match[:v_type]
|
162
|
+
{}.tap do |hash|
|
163
|
+
value.each do |k, v|
|
164
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
165
|
+
end
|
166
|
+
end
|
167
|
+
else # model
|
168
|
+
temp_model = DocuSign_Admin.const_get(type).new
|
169
|
+
temp_model.build_from_hash(value)
|
170
|
+
end
|
171
|
+
end
|
172
|
+
|
173
|
+
# Returns the string representation of the object
|
174
|
+
# @return [String] String presentation of the object
|
175
|
+
def to_s
|
176
|
+
to_hash.to_s
|
177
|
+
end
|
178
|
+
|
179
|
+
# to_body is an alias to to_hash (backward compatibility)
|
180
|
+
# @return [Hash] Returns the object in the form of hash
|
181
|
+
def to_body
|
182
|
+
to_hash
|
183
|
+
end
|
184
|
+
|
185
|
+
# Returns the object in the form of hash
|
186
|
+
# @return [Hash] Returns the object in the form of hash
|
187
|
+
def to_hash
|
188
|
+
hash = {}
|
189
|
+
self.class.attribute_map.each_pair do |attr, param|
|
190
|
+
value = self.send(attr)
|
191
|
+
next if value.nil?
|
192
|
+
hash[param] = _to_hash(value)
|
193
|
+
end
|
194
|
+
hash
|
195
|
+
end
|
196
|
+
|
197
|
+
# Outputs non-array value in the form of hash
|
198
|
+
# For object, use to_hash. Otherwise, just return the value
|
199
|
+
# @param [Object] value Any valid value
|
200
|
+
# @return [Hash] Returns the value in the form of hash
|
201
|
+
def _to_hash(value)
|
202
|
+
if value.is_a?(Array)
|
203
|
+
value.compact.map { |v| _to_hash(v) }
|
204
|
+
elsif value.is_a?(Hash)
|
205
|
+
{}.tap do |hash|
|
206
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
207
|
+
end
|
208
|
+
elsif value.respond_to? :to_hash
|
209
|
+
value.to_hash
|
210
|
+
else
|
211
|
+
value
|
212
|
+
end
|
213
|
+
end
|
214
|
+
|
215
|
+
end
|
216
|
+
end
|
@@ -0,0 +1,303 @@
|
|
1
|
+
=begin
|
2
|
+
#DocuSign Admin API
|
3
|
+
|
4
|
+
#An API for an organization administrator to manage organizations, accounts and users
|
5
|
+
|
6
|
+
OpenAPI spec version: v2
|
7
|
+
Contact: devcenter@docusign.com
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
|
10
|
+
=end
|
11
|
+
|
12
|
+
require 'date'
|
13
|
+
|
14
|
+
module DocuSign_Admin
|
15
|
+
class UpdateUserRequest
|
16
|
+
attr_accessor :id
|
17
|
+
|
18
|
+
attr_accessor :site_id
|
19
|
+
|
20
|
+
attr_accessor :user_name
|
21
|
+
|
22
|
+
attr_accessor :first_name
|
23
|
+
|
24
|
+
attr_accessor :last_name
|
25
|
+
|
26
|
+
attr_accessor :email
|
27
|
+
|
28
|
+
attr_accessor :default_account_id
|
29
|
+
|
30
|
+
attr_accessor :language_culture
|
31
|
+
|
32
|
+
attr_accessor :selected_languages
|
33
|
+
|
34
|
+
attr_accessor :federated_status
|
35
|
+
|
36
|
+
attr_accessor :force_password_change
|
37
|
+
|
38
|
+
attr_accessor :memberships
|
39
|
+
|
40
|
+
attr_accessor :device_verification_enabled
|
41
|
+
|
42
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
43
|
+
def self.attribute_map
|
44
|
+
{
|
45
|
+
:'id' => :'id',
|
46
|
+
:'site_id' => :'site_id',
|
47
|
+
:'user_name' => :'user_name',
|
48
|
+
:'first_name' => :'first_name',
|
49
|
+
:'last_name' => :'last_name',
|
50
|
+
:'email' => :'email',
|
51
|
+
:'default_account_id' => :'default_account_id',
|
52
|
+
:'language_culture' => :'language_culture',
|
53
|
+
:'selected_languages' => :'selected_languages',
|
54
|
+
:'federated_status' => :'federated_status',
|
55
|
+
:'force_password_change' => :'force_password_change',
|
56
|
+
:'memberships' => :'memberships',
|
57
|
+
:'device_verification_enabled' => :'device_verification_enabled'
|
58
|
+
}
|
59
|
+
end
|
60
|
+
|
61
|
+
# Attribute type mapping.
|
62
|
+
def self.swagger_types
|
63
|
+
{
|
64
|
+
:'id' => :'String',
|
65
|
+
:'site_id' => :'Integer',
|
66
|
+
:'user_name' => :'String',
|
67
|
+
:'first_name' => :'String',
|
68
|
+
:'last_name' => :'String',
|
69
|
+
:'email' => :'String',
|
70
|
+
:'default_account_id' => :'String',
|
71
|
+
:'language_culture' => :'String',
|
72
|
+
:'selected_languages' => :'String',
|
73
|
+
:'federated_status' => :'String',
|
74
|
+
:'force_password_change' => :'BOOLEAN',
|
75
|
+
:'memberships' => :'Array<UpdateMembershipRequest>',
|
76
|
+
:'device_verification_enabled' => :'BOOLEAN'
|
77
|
+
}
|
78
|
+
end
|
79
|
+
|
80
|
+
# Initializes the object
|
81
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
82
|
+
def initialize(attributes = {})
|
83
|
+
return unless attributes.is_a?(Hash)
|
84
|
+
|
85
|
+
# convert string to symbol for hash key
|
86
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
87
|
+
|
88
|
+
if attributes.has_key?(:'id')
|
89
|
+
self.id = attributes[:'id']
|
90
|
+
end
|
91
|
+
|
92
|
+
if attributes.has_key?(:'site_id')
|
93
|
+
self.site_id = attributes[:'site_id']
|
94
|
+
end
|
95
|
+
|
96
|
+
if attributes.has_key?(:'user_name')
|
97
|
+
self.user_name = attributes[:'user_name']
|
98
|
+
end
|
99
|
+
|
100
|
+
if attributes.has_key?(:'first_name')
|
101
|
+
self.first_name = attributes[:'first_name']
|
102
|
+
end
|
103
|
+
|
104
|
+
if attributes.has_key?(:'last_name')
|
105
|
+
self.last_name = attributes[:'last_name']
|
106
|
+
end
|
107
|
+
|
108
|
+
if attributes.has_key?(:'email')
|
109
|
+
self.email = attributes[:'email']
|
110
|
+
end
|
111
|
+
|
112
|
+
if attributes.has_key?(:'default_account_id')
|
113
|
+
self.default_account_id = attributes[:'default_account_id']
|
114
|
+
end
|
115
|
+
|
116
|
+
if attributes.has_key?(:'language_culture')
|
117
|
+
self.language_culture = attributes[:'language_culture']
|
118
|
+
end
|
119
|
+
|
120
|
+
if attributes.has_key?(:'selected_languages')
|
121
|
+
self.selected_languages = attributes[:'selected_languages']
|
122
|
+
end
|
123
|
+
|
124
|
+
if attributes.has_key?(:'federated_status')
|
125
|
+
self.federated_status = attributes[:'federated_status']
|
126
|
+
end
|
127
|
+
|
128
|
+
if attributes.has_key?(:'force_password_change')
|
129
|
+
self.force_password_change = attributes[:'force_password_change']
|
130
|
+
end
|
131
|
+
|
132
|
+
if attributes.has_key?(:'memberships')
|
133
|
+
if (value = attributes[:'memberships']).is_a?(Array)
|
134
|
+
self.memberships = value
|
135
|
+
end
|
136
|
+
end
|
137
|
+
|
138
|
+
if attributes.has_key?(:'device_verification_enabled')
|
139
|
+
self.device_verification_enabled = attributes[:'device_verification_enabled']
|
140
|
+
end
|
141
|
+
end
|
142
|
+
|
143
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
144
|
+
# @return Array for valid properties with the reasons
|
145
|
+
def list_invalid_properties
|
146
|
+
invalid_properties = Array.new
|
147
|
+
if @id.nil?
|
148
|
+
invalid_properties.push('invalid value for "id", id cannot be nil.')
|
149
|
+
end
|
150
|
+
|
151
|
+
if @site_id.nil?
|
152
|
+
invalid_properties.push('invalid value for "site_id", site_id cannot be nil.')
|
153
|
+
end
|
154
|
+
|
155
|
+
invalid_properties
|
156
|
+
end
|
157
|
+
|
158
|
+
# Check to see if the all the properties in the model are valid
|
159
|
+
# @return true if the model is valid
|
160
|
+
def valid?
|
161
|
+
return false if @id.nil?
|
162
|
+
return false if @site_id.nil?
|
163
|
+
true
|
164
|
+
end
|
165
|
+
|
166
|
+
# Checks equality by comparing each attribute.
|
167
|
+
# @param [Object] Object to be compared
|
168
|
+
def ==(o)
|
169
|
+
return true if self.equal?(o)
|
170
|
+
self.class == o.class &&
|
171
|
+
id == o.id &&
|
172
|
+
site_id == o.site_id &&
|
173
|
+
user_name == o.user_name &&
|
174
|
+
first_name == o.first_name &&
|
175
|
+
last_name == o.last_name &&
|
176
|
+
email == o.email &&
|
177
|
+
default_account_id == o.default_account_id &&
|
178
|
+
language_culture == o.language_culture &&
|
179
|
+
selected_languages == o.selected_languages &&
|
180
|
+
federated_status == o.federated_status &&
|
181
|
+
force_password_change == o.force_password_change &&
|
182
|
+
memberships == o.memberships &&
|
183
|
+
device_verification_enabled == o.device_verification_enabled
|
184
|
+
end
|
185
|
+
|
186
|
+
# @see the `==` method
|
187
|
+
# @param [Object] Object to be compared
|
188
|
+
def eql?(o)
|
189
|
+
self == o
|
190
|
+
end
|
191
|
+
|
192
|
+
# Calculates hash code according to all attributes.
|
193
|
+
# @return [Fixnum] Hash code
|
194
|
+
def hash
|
195
|
+
[id, site_id, user_name, first_name, last_name, email, default_account_id, language_culture, selected_languages, federated_status, force_password_change, memberships, device_verification_enabled].hash
|
196
|
+
end
|
197
|
+
|
198
|
+
# Builds the object from hash
|
199
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
200
|
+
# @return [Object] Returns the model itself
|
201
|
+
def build_from_hash(attributes)
|
202
|
+
return nil unless attributes.is_a?(Hash)
|
203
|
+
self.class.swagger_types.each_pair do |key, type|
|
204
|
+
if type =~ /\AArray<(.*)>/i
|
205
|
+
# check to ensure the input is an array given that the attribute
|
206
|
+
# is documented as an array but the input is not
|
207
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
208
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
209
|
+
end
|
210
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
211
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
212
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
213
|
+
end
|
214
|
+
|
215
|
+
self
|
216
|
+
end
|
217
|
+
|
218
|
+
# Deserializes the data based on type
|
219
|
+
# @param string type Data type
|
220
|
+
# @param string value Value to be deserialized
|
221
|
+
# @return [Object] Deserialized data
|
222
|
+
def _deserialize(type, value)
|
223
|
+
case type.to_sym
|
224
|
+
when :DateTime
|
225
|
+
DateTime.parse(value)
|
226
|
+
when :Date
|
227
|
+
Date.parse(value)
|
228
|
+
when :String
|
229
|
+
value.to_s
|
230
|
+
when :Integer
|
231
|
+
value.to_i
|
232
|
+
when :Float
|
233
|
+
value.to_f
|
234
|
+
when :BOOLEAN
|
235
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
236
|
+
true
|
237
|
+
else
|
238
|
+
false
|
239
|
+
end
|
240
|
+
when :Object
|
241
|
+
# generic object (usually a Hash), return directly
|
242
|
+
value
|
243
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
244
|
+
inner_type = Regexp.last_match[:inner_type]
|
245
|
+
value.map { |v| _deserialize(inner_type, v) }
|
246
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
247
|
+
k_type = Regexp.last_match[:k_type]
|
248
|
+
v_type = Regexp.last_match[:v_type]
|
249
|
+
{}.tap do |hash|
|
250
|
+
value.each do |k, v|
|
251
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
252
|
+
end
|
253
|
+
end
|
254
|
+
else # model
|
255
|
+
temp_model = DocuSign_Admin.const_get(type).new
|
256
|
+
temp_model.build_from_hash(value)
|
257
|
+
end
|
258
|
+
end
|
259
|
+
|
260
|
+
# Returns the string representation of the object
|
261
|
+
# @return [String] String presentation of the object
|
262
|
+
def to_s
|
263
|
+
to_hash.to_s
|
264
|
+
end
|
265
|
+
|
266
|
+
# to_body is an alias to to_hash (backward compatibility)
|
267
|
+
# @return [Hash] Returns the object in the form of hash
|
268
|
+
def to_body
|
269
|
+
to_hash
|
270
|
+
end
|
271
|
+
|
272
|
+
# Returns the object in the form of hash
|
273
|
+
# @return [Hash] Returns the object in the form of hash
|
274
|
+
def to_hash
|
275
|
+
hash = {}
|
276
|
+
self.class.attribute_map.each_pair do |attr, param|
|
277
|
+
value = self.send(attr)
|
278
|
+
next if value.nil?
|
279
|
+
hash[param] = _to_hash(value)
|
280
|
+
end
|
281
|
+
hash
|
282
|
+
end
|
283
|
+
|
284
|
+
# Outputs non-array value in the form of hash
|
285
|
+
# For object, use to_hash. Otherwise, just return the value
|
286
|
+
# @param [Object] value Any valid value
|
287
|
+
# @return [Hash] Returns the value in the form of hash
|
288
|
+
def _to_hash(value)
|
289
|
+
if value.is_a?(Array)
|
290
|
+
value.compact.map { |v| _to_hash(v) }
|
291
|
+
elsif value.is_a?(Hash)
|
292
|
+
{}.tap do |hash|
|
293
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
294
|
+
end
|
295
|
+
elsif value.respond_to? :to_hash
|
296
|
+
value.to_hash
|
297
|
+
else
|
298
|
+
value
|
299
|
+
end
|
300
|
+
end
|
301
|
+
|
302
|
+
end
|
303
|
+
end
|