Class: Evernote::EDAM::Type::SavedSearchScope

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/Evernote/EDAM/types_types.rb

Overview

includeAccount
The search should include notes from the account that contains the SavedSearch.
includePersonalLinkedNotebooks
The search should include notes within those shared notebooks that the user has joined that are NOT business notebooks.
includeBusinessLinkedNotebooks
The search should include notes within those shared notebooks that the user has joined that are business notebooks in the business that the user is currently a member of.

Constant Summary collapse

INCLUDEACCOUNT =
1
INCLUDEPERSONALLINKEDNOTEBOOKS =
2
INCLUDEBUSINESSLINKEDNOTEBOOKS =
3
FIELDS =
{
  INCLUDEACCOUNT => {:type => ::Thrift::Types::BOOL, :name => 'includeAccount', :optional => true},
  INCLUDEPERSONALLINKEDNOTEBOOKS => {:type => ::Thrift::Types::BOOL, :name => 'includePersonalLinkedNotebooks', :optional => true},
  INCLUDEBUSINESSLINKEDNOTEBOOKS => {:type => ::Thrift::Types::BOOL, :name => 'includeBusinessLinkedNotebooks', :optional => true}
}

Constants included from Thrift::Struct_Union

Thrift::Struct_Union::CONTAINER_TYPES

Instance Method Summary collapse

Methods included from Thrift::Struct

#<=>, #==, #differences, #eql?, field_accessor, #fields_with_default_values, generate_accessors, #hash, #initialize, #inspect, qmark_isset_method, #read, #write

Methods included from Thrift::Struct_Union

#each_field, #field_info, #inspect_collection, #inspect_field, #is_container?, #name_to_id, #read_field, #sorted_field_ids, #write_container, #write_data

Instance Method Details

#struct_fieldsObject



1713
# File 'lib/Evernote/EDAM/types_types.rb', line 1713

def struct_fields; FIELDS; end

#validateObject



1715
1716
# File 'lib/Evernote/EDAM/types_types.rb', line 1715

def validate
end