class DocuSign_eSign::UserAccountManagementGranularInformation

Attributes

can_manage_account_security_settings[RW]
can_manage_account_security_settings_metadata[RW]
can_manage_account_settings[RW]
can_manage_account_settings_metadata[RW]
can_manage_admins[RW]
can_manage_admins_metadata[RW]
can_manage_connect[RW]
can_manage_connect_metadata[RW]
can_manage_document_retention[RW]
can_manage_document_retention_metadata[RW]
can_manage_envelope_transfer[RW]
can_manage_envelope_transfer_metadata[RW]
can_manage_groups_but_not_users[RW]
can_manage_groups_but_not_users_metadata[RW]
can_manage_reporting[RW]
can_manage_reporting_metadata[RW]
can_manage_sharing[RW]
can_manage_sharing_metadata[RW]
can_manage_signing_groups[RW]
can_manage_signing_groups_metadata[RW]
can_manage_stamps[RW]
can_manage_stamps_metadata[RW]
can_manage_users[RW]
can_manage_users_metadata[RW]
can_view_users[RW]

Public Class Methods

attribute_map() click to toggle source

Attribute mapping from ruby-style variable name to JSON key.

# File lib/docusign_esign/models/user_account_management_granular_information.rb, line 80
def self.attribute_map
  {
    :'can_manage_account_security_settings' => :'canManageAccountSecuritySettings',
    :'can_manage_account_security_settings_metadata' => :'canManageAccountSecuritySettingsMetadata',
    :'can_manage_account_settings' => :'canManageAccountSettings',
    :'can_manage_account_settings_metadata' => :'canManageAccountSettingsMetadata',
    :'can_manage_admins' => :'canManageAdmins',
    :'can_manage_admins_metadata' => :'canManageAdminsMetadata',
    :'can_manage_connect' => :'canManageConnect',
    :'can_manage_connect_metadata' => :'canManageConnectMetadata',
    :'can_manage_document_retention' => :'canManageDocumentRetention',
    :'can_manage_document_retention_metadata' => :'canManageDocumentRetentionMetadata',
    :'can_manage_envelope_transfer' => :'canManageEnvelopeTransfer',
    :'can_manage_envelope_transfer_metadata' => :'canManageEnvelopeTransferMetadata',
    :'can_manage_groups_but_not_users' => :'canManageGroupsButNotUsers',
    :'can_manage_groups_but_not_users_metadata' => :'canManageGroupsButNotUsersMetadata',
    :'can_manage_reporting' => :'canManageReporting',
    :'can_manage_reporting_metadata' => :'canManageReportingMetadata',
    :'can_manage_sharing' => :'canManageSharing',
    :'can_manage_sharing_metadata' => :'canManageSharingMetadata',
    :'can_manage_signing_groups' => :'canManageSigningGroups',
    :'can_manage_signing_groups_metadata' => :'canManageSigningGroupsMetadata',
    :'can_manage_stamps' => :'canManageStamps',
    :'can_manage_stamps_metadata' => :'canManageStampsMetadata',
    :'can_manage_users' => :'canManageUsers',
    :'can_manage_users_metadata' => :'canManageUsersMetadata',
    :'can_view_users' => :'canViewUsers'
  }
end
new(attributes = {}) click to toggle source

Initializes the object @param [Hash] attributes Model attributes in the form of hash

# File lib/docusign_esign/models/user_account_management_granular_information.rb, line 143
def initialize(attributes = {})
  return unless attributes.is_a?(Hash)

  # convert string to symbol for hash key
  attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }

  if attributes.has_key?(:'canManageAccountSecuritySettings')
    self.can_manage_account_security_settings = attributes[:'canManageAccountSecuritySettings']
  end

  if attributes.has_key?(:'canManageAccountSecuritySettingsMetadata')
    self.can_manage_account_security_settings_metadata = attributes[:'canManageAccountSecuritySettingsMetadata']
  end

  if attributes.has_key?(:'canManageAccountSettings')
    self.can_manage_account_settings = attributes[:'canManageAccountSettings']
  end

  if attributes.has_key?(:'canManageAccountSettingsMetadata')
    self.can_manage_account_settings_metadata = attributes[:'canManageAccountSettingsMetadata']
  end

  if attributes.has_key?(:'canManageAdmins')
    self.can_manage_admins = attributes[:'canManageAdmins']
  end

  if attributes.has_key?(:'canManageAdminsMetadata')
    self.can_manage_admins_metadata = attributes[:'canManageAdminsMetadata']
  end

  if attributes.has_key?(:'canManageConnect')
    self.can_manage_connect = attributes[:'canManageConnect']
  end

  if attributes.has_key?(:'canManageConnectMetadata')
    self.can_manage_connect_metadata = attributes[:'canManageConnectMetadata']
  end

  if attributes.has_key?(:'canManageDocumentRetention')
    self.can_manage_document_retention = attributes[:'canManageDocumentRetention']
  end

  if attributes.has_key?(:'canManageDocumentRetentionMetadata')
    self.can_manage_document_retention_metadata = attributes[:'canManageDocumentRetentionMetadata']
  end

  if attributes.has_key?(:'canManageEnvelopeTransfer')
    self.can_manage_envelope_transfer = attributes[:'canManageEnvelopeTransfer']
  end

  if attributes.has_key?(:'canManageEnvelopeTransferMetadata')
    self.can_manage_envelope_transfer_metadata = attributes[:'canManageEnvelopeTransferMetadata']
  end

  if attributes.has_key?(:'canManageGroupsButNotUsers')
    self.can_manage_groups_but_not_users = attributes[:'canManageGroupsButNotUsers']
  end

  if attributes.has_key?(:'canManageGroupsButNotUsersMetadata')
    self.can_manage_groups_but_not_users_metadata = attributes[:'canManageGroupsButNotUsersMetadata']
  end

  if attributes.has_key?(:'canManageReporting')
    self.can_manage_reporting = attributes[:'canManageReporting']
  end

  if attributes.has_key?(:'canManageReportingMetadata')
    self.can_manage_reporting_metadata = attributes[:'canManageReportingMetadata']
  end

  if attributes.has_key?(:'canManageSharing')
    self.can_manage_sharing = attributes[:'canManageSharing']
  end

  if attributes.has_key?(:'canManageSharingMetadata')
    self.can_manage_sharing_metadata = attributes[:'canManageSharingMetadata']
  end

  if attributes.has_key?(:'canManageSigningGroups')
    self.can_manage_signing_groups = attributes[:'canManageSigningGroups']
  end

  if attributes.has_key?(:'canManageSigningGroupsMetadata')
    self.can_manage_signing_groups_metadata = attributes[:'canManageSigningGroupsMetadata']
  end

  if attributes.has_key?(:'canManageStamps')
    self.can_manage_stamps = attributes[:'canManageStamps']
  end

  if attributes.has_key?(:'canManageStampsMetadata')
    self.can_manage_stamps_metadata = attributes[:'canManageStampsMetadata']
  end

  if attributes.has_key?(:'canManageUsers')
    self.can_manage_users = attributes[:'canManageUsers']
  end

  if attributes.has_key?(:'canManageUsersMetadata')
    self.can_manage_users_metadata = attributes[:'canManageUsersMetadata']
  end

  if attributes.has_key?(:'canViewUsers')
    self.can_view_users = attributes[:'canViewUsers']
  end
end
swagger_types() click to toggle source

Attribute type mapping.

# File lib/docusign_esign/models/user_account_management_granular_information.rb, line 111
def self.swagger_types
  {
    :'can_manage_account_security_settings' => :'String',
    :'can_manage_account_security_settings_metadata' => :'SettingsMetadata',
    :'can_manage_account_settings' => :'String',
    :'can_manage_account_settings_metadata' => :'SettingsMetadata',
    :'can_manage_admins' => :'String',
    :'can_manage_admins_metadata' => :'SettingsMetadata',
    :'can_manage_connect' => :'String',
    :'can_manage_connect_metadata' => :'SettingsMetadata',
    :'can_manage_document_retention' => :'String',
    :'can_manage_document_retention_metadata' => :'SettingsMetadata',
    :'can_manage_envelope_transfer' => :'String',
    :'can_manage_envelope_transfer_metadata' => :'SettingsMetadata',
    :'can_manage_groups_but_not_users' => :'String',
    :'can_manage_groups_but_not_users_metadata' => :'SettingsMetadata',
    :'can_manage_reporting' => :'String',
    :'can_manage_reporting_metadata' => :'SettingsMetadata',
    :'can_manage_sharing' => :'String',
    :'can_manage_sharing_metadata' => :'SettingsMetadata',
    :'can_manage_signing_groups' => :'String',
    :'can_manage_signing_groups_metadata' => :'SettingsMetadata',
    :'can_manage_stamps' => :'String',
    :'can_manage_stamps_metadata' => :'SettingsMetadata',
    :'can_manage_users' => :'String',
    :'can_manage_users_metadata' => :'SettingsMetadata',
    :'can_view_users' => :'String'
  }
end

Public Instance Methods

==(o) click to toggle source

Checks equality by comparing each attribute. @param [Object] Object to be compared

# File lib/docusign_esign/models/user_account_management_granular_information.rb, line 265
def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      can_manage_account_security_settings == o.can_manage_account_security_settings &&
      can_manage_account_security_settings_metadata == o.can_manage_account_security_settings_metadata &&
      can_manage_account_settings == o.can_manage_account_settings &&
      can_manage_account_settings_metadata == o.can_manage_account_settings_metadata &&
      can_manage_admins == o.can_manage_admins &&
      can_manage_admins_metadata == o.can_manage_admins_metadata &&
      can_manage_connect == o.can_manage_connect &&
      can_manage_connect_metadata == o.can_manage_connect_metadata &&
      can_manage_document_retention == o.can_manage_document_retention &&
      can_manage_document_retention_metadata == o.can_manage_document_retention_metadata &&
      can_manage_envelope_transfer == o.can_manage_envelope_transfer &&
      can_manage_envelope_transfer_metadata == o.can_manage_envelope_transfer_metadata &&
      can_manage_groups_but_not_users == o.can_manage_groups_but_not_users &&
      can_manage_groups_but_not_users_metadata == o.can_manage_groups_but_not_users_metadata &&
      can_manage_reporting == o.can_manage_reporting &&
      can_manage_reporting_metadata == o.can_manage_reporting_metadata &&
      can_manage_sharing == o.can_manage_sharing &&
      can_manage_sharing_metadata == o.can_manage_sharing_metadata &&
      can_manage_signing_groups == o.can_manage_signing_groups &&
      can_manage_signing_groups_metadata == o.can_manage_signing_groups_metadata &&
      can_manage_stamps == o.can_manage_stamps &&
      can_manage_stamps_metadata == o.can_manage_stamps_metadata &&
      can_manage_users == o.can_manage_users &&
      can_manage_users_metadata == o.can_manage_users_metadata &&
      can_view_users == o.can_view_users
end
_deserialize(type, value) click to toggle source

Deserializes the data based on type @param string type Data type @param string value Value to be deserialized @return [Object] Deserialized data

# File lib/docusign_esign/models/user_account_management_granular_information.rb, line 331
def _deserialize(type, value)
  case type.to_sym
  when :DateTime
    DateTime.parse(value)
  when :Date
    Date.parse(value)
  when :String
    value.to_s
  when :Integer
    value.to_i
  when :Float
    value.to_f
  when :BOOLEAN
    if value.to_s =~ /\A(true|t|yes|y|1)\z/i
      true
    else
      false
    end
  when :Object
    # generic object (usually a Hash), return directly
    value
  when /\AArray<(?<inner_type>.+)>\z/
    inner_type = Regexp.last_match[:inner_type]
    value.map { |v| _deserialize(inner_type, v) }
  when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
    k_type = Regexp.last_match[:k_type]
    v_type = Regexp.last_match[:v_type]
    {}.tap do |hash|
      value.each do |k, v|
        hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
      end
    end
  else # model
    temp_model = DocuSign_eSign.const_get(type).new
    temp_model.build_from_hash(value)
  end
end
_to_hash(value) click to toggle source

Outputs non-array value in the form of hash For object, use to_hash. Otherwise, just return the value @param [Object] value Any valid value @return [Hash] Returns the value in the form of hash

# File lib/docusign_esign/models/user_account_management_granular_information.rb, line 397
def _to_hash(value)
  if value.is_a?(Array)
    value.compact.map { |v| _to_hash(v) }
  elsif value.is_a?(Hash)
    {}.tap do |hash|
      value.each { |k, v| hash[k] = _to_hash(v) }
    end
  elsif value.respond_to? :to_hash
    value.to_hash
  else
    value
  end
end
build_from_hash(attributes) click to toggle source

Builds the object from hash @param [Hash] attributes Model attributes in the form of hash @return [Object] Returns the model itself

# File lib/docusign_esign/models/user_account_management_granular_information.rb, line 310
def build_from_hash(attributes)
  return nil unless attributes.is_a?(Hash)
  self.class.swagger_types.each_pair do |key, type|
    if type =~ /\AArray<(.*)>/i
      # check to ensure the input is an array given that the attribute
      # is documented as an array but the input is not
      if attributes[self.class.attribute_map[key]].is_a?(Array)
        self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
      end
    elsif !attributes[self.class.attribute_map[key]].nil?
      self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
    end # or else data not found in attributes(hash), not an issue as the data can be optional
  end

  self
end
eql?(o) click to toggle source

@see the ‘==` method @param [Object] Object to be compared

# File lib/docusign_esign/models/user_account_management_granular_information.rb, line 297
def eql?(o)
  self == o
end
hash() click to toggle source

Calculates hash code according to all attributes. @return [Fixnum] Hash code

# File lib/docusign_esign/models/user_account_management_granular_information.rb, line 303
def hash
  [can_manage_account_security_settings, can_manage_account_security_settings_metadata, can_manage_account_settings, can_manage_account_settings_metadata, can_manage_admins, can_manage_admins_metadata, can_manage_connect, can_manage_connect_metadata, can_manage_document_retention, can_manage_document_retention_metadata, can_manage_envelope_transfer, can_manage_envelope_transfer_metadata, can_manage_groups_but_not_users, can_manage_groups_but_not_users_metadata, can_manage_reporting, can_manage_reporting_metadata, can_manage_sharing, can_manage_sharing_metadata, can_manage_signing_groups, can_manage_signing_groups_metadata, can_manage_stamps, can_manage_stamps_metadata, can_manage_users, can_manage_users_metadata, can_view_users].hash
end
list_invalid_properties() click to toggle source

Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons

# File lib/docusign_esign/models/user_account_management_granular_information.rb, line 252
def list_invalid_properties
  invalid_properties = Array.new
  invalid_properties
end
to_body() click to toggle source

to_body is an alias to to_hash (backward compatibility) @return [Hash] Returns the object in the form of hash

# File lib/docusign_esign/models/user_account_management_granular_information.rb, line 377
def to_body
  to_hash
end
to_hash() click to toggle source

Returns the object in the form of hash @return [Hash] Returns the object in the form of hash

# File lib/docusign_esign/models/user_account_management_granular_information.rb, line 383
def to_hash
  hash = {}
  self.class.attribute_map.each_pair do |attr, param|
    value = self.send(attr)
    next if value.nil?
    hash[param] = _to_hash(value)
  end
  hash
end
to_s() click to toggle source

Returns the string representation of the object @return [String] String presentation of the object

# File lib/docusign_esign/models/user_account_management_granular_information.rb, line 371
def to_s
  to_hash.to_s
end
valid?() click to toggle source

Check to see if the all the properties in the model are valid @return true if the model is valid

# File lib/docusign_esign/models/user_account_management_granular_information.rb, line 259
def valid?
  true
end