Class: DocuSign_eSign::ListOptions

Inherits:
Object
  • Object
show all
Defined in:
lib/docusign_esign/api/users_api.rb,
lib/docusign_esign/api/folders_api.rb,
lib/docusign_esign/api/custom_tabs_api.rb,
lib/docusign_esign/api/cloud_storage_api.rb,
lib/docusign_esign/api/bulk_envelopes_api.rb,
lib/docusign_esign/api/signing_groups_api.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#additional_infoObject

When set to true, the full list of user information is returned for each user in the account.



48
49
50
# File 'lib/docusign_esign/api/users_api.rb', line 48

def additional_info
  @additional_info
end

#cloud_storage_folder_pathObject

Returns the value of attribute cloud_storage_folder_path.



27
28
29
# File 'lib/docusign_esign/api/cloud_storage_api.rb', line 27

def cloud_storage_folder_path
  @cloud_storage_folder_path
end

#countObject

The number of results to return. This can be 1 to 20.



51
52
53
# File 'lib/docusign_esign/api/users_api.rb', line 51

def count
  @count
end

#custom_tab_onlyObject

When set to true, only custom tabs are returned in the response.



18
19
20
# File 'lib/docusign_esign/api/custom_tabs_api.rb', line 18

def custom_tab_only
  @custom_tab_only
end

#emailObject

Returns the value of attribute email.



54
55
56
# File 'lib/docusign_esign/api/users_api.rb', line 54

def email
  @email
end

#email_substringObject

Filters the returned user records by the email address or a sub-string of email address.



57
58
59
# File 'lib/docusign_esign/api/users_api.rb', line 57

def email_substring
  @email_substring
end

#group_idObject

Filters user records returned by one or more group Id’s.



60
61
62
# File 'lib/docusign_esign/api/users_api.rb', line 60

def group_id
  @group_id
end

#group_typeObject

Returns the value of attribute group_type.



18
19
20
# File 'lib/docusign_esign/api/signing_groups_api.rb', line 18

def group_type
  @group_type
end

#includeObject

Returns the value of attribute include.



18
19
20
# File 'lib/docusign_esign/api/folders_api.rb', line 18

def include
  @include
end

#include_itemsObject

Returns the value of attribute include_items.



21
22
23
# File 'lib/docusign_esign/api/folders_api.rb', line 21

def include_items
  @include_items
end

#include_usersObject

When set to true, the response includes the signing group members.



21
22
23
# File 'lib/docusign_esign/api/signing_groups_api.rb', line 21

def include_users
  @include_users
end

#include_usersettings_for_csvObject

Returns the value of attribute include_usersettings_for_csv.



63
64
65
# File 'lib/docusign_esign/api/users_api.rb', line 63

def include_usersettings_for_csv
  @include_usersettings_for_csv
end

#login_statusObject

Returns the value of attribute login_status.



66
67
68
# File 'lib/docusign_esign/api/users_api.rb', line 66

def 
  @login_status
end

#not_group_idObject

Returns the value of attribute not_group_id.



69
70
71
# File 'lib/docusign_esign/api/users_api.rb', line 69

def not_group_id
  @not_group_id
end

#orderObject

An optional value that sets the direction order used to sort the item list. Valid values are: * asc = ascending sort order * desc = descending sort order



33
34
35
# File 'lib/docusign_esign/api/cloud_storage_api.rb', line 33

def order
  @order
end

#order_byObject

An optional value that sets the file attribute used to sort the item list. Valid values are: * modified * name



36
37
38
# File 'lib/docusign_esign/api/cloud_storage_api.rb', line 36

def order_by
  @order_by
end

#search_textObject

Returns the value of attribute search_text.



39
40
41
# File 'lib/docusign_esign/api/cloud_storage_api.rb', line 39

def search_text
  @search_text
end

#start_positionObject

The position of the bulk envelope items in the response. This is used for repeated calls, when the number of bulk envelopes returned is too large for one return. The default value is 0.



72
73
74
# File 'lib/docusign_esign/api/users_api.rb', line 72

def start_position
  @start_position
end

#statusObject

Returns the value of attribute status.



75
76
77
# File 'lib/docusign_esign/api/users_api.rb', line 75

def status
  @status
end

#templateObject

Specifies the items that are returned. Valid values are: * include - The folder list will return normal folders plus template folders. * only - Only the list of template folders are returned.



27
28
29
# File 'lib/docusign_esign/api/folders_api.rb', line 27

def template
  @template
end

#user_filterObject

Returns the value of attribute user_filter.



30
31
32
# File 'lib/docusign_esign/api/folders_api.rb', line 30

def user_filter
  @user_filter
end

#user_name_substringObject

Filters the user records returned by the user name or a sub-string of user name.



78
79
80
# File 'lib/docusign_esign/api/users_api.rb', line 78

def user_name_substring
  @user_name_substring
end

Class Method Details

.defaultObject



80
81
82
# File 'lib/docusign_esign/api/users_api.rb', line 80

def self.default
  @@default ||= ListOptions.new
end