Class: Etapper::API::PagedDynamicQueryResultsRequest
- Inherits:
-
Object
- Object
- Etapper::API::PagedDynamicQueryResultsRequest
- Defined in:
- lib/etapper/api/service.rb
Overview
etapestryAPI/servicePagedDynamicQueryResultsRequest
clearCache - SOAP::SOAPBoolean
count - SOAP::SOAPInt
start - SOAP::SOAPInt
accountType - SOAP::SOAPInt
applicationGroup - SOAP::SOAPString
baseQuery - SOAP::SOAPString
involvePrivacySettings - SOAP::SOAPBoolean
matchAny - SOAP::SOAPBoolean
personaOption - SOAP::SOAPString
returnType - SOAP::SOAPInt
searchCriteria - Etapper::API::ArrayOfSearchCriteria
sortOptions - Etapper::API::ArrayOfSortOption
Instance Attribute Summary collapse
-
#accountType ⇒ Object
Returns the value of attribute accountType.
-
#applicationGroup ⇒ Object
Returns the value of attribute applicationGroup.
-
#baseQuery ⇒ Object
Returns the value of attribute baseQuery.
-
#clearCache ⇒ Object
Returns the value of attribute clearCache.
-
#count ⇒ Object
Returns the value of attribute count.
-
#involvePrivacySettings ⇒ Object
Returns the value of attribute involvePrivacySettings.
-
#matchAny ⇒ Object
Returns the value of attribute matchAny.
-
#personaOption ⇒ Object
Returns the value of attribute personaOption.
-
#returnType ⇒ Object
Returns the value of attribute returnType.
-
#searchCriteria ⇒ Object
Returns the value of attribute searchCriteria.
-
#sortOptions ⇒ Object
Returns the value of attribute sortOptions.
-
#start ⇒ Object
Returns the value of attribute start.
Instance Method Summary collapse
-
#initialize(clearCache = nil, count = nil, start = nil, accountType = nil, applicationGroup = nil, baseQuery = nil, involvePrivacySettings = nil, matchAny = nil, personaOption = nil, returnType = nil, searchCriteria = nil, sortOptions = nil) ⇒ PagedDynamicQueryResultsRequest
constructor
A new instance of PagedDynamicQueryResultsRequest.
Constructor Details
#initialize(clearCache = nil, count = nil, start = nil, accountType = nil, applicationGroup = nil, baseQuery = nil, involvePrivacySettings = nil, matchAny = nil, personaOption = nil, returnType = nil, searchCriteria = nil, sortOptions = nil) ⇒ PagedDynamicQueryResultsRequest
Returns a new instance of PagedDynamicQueryResultsRequest.
2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 |
# File 'lib/etapper/api/service.rb', line 2183 def initialize(clearCache = nil, count = nil, start = nil, accountType = nil, applicationGroup = nil, baseQuery = nil, involvePrivacySettings = nil, matchAny = nil, personaOption = nil, returnType = nil, searchCriteria = nil, sortOptions = nil) @clearCache = clearCache @count = count @start = start @accountType = accountType @applicationGroup = applicationGroup @baseQuery = baseQuery @involvePrivacySettings = involvePrivacySettings @matchAny = matchAny @personaOption = personaOption @returnType = returnType @searchCriteria = searchCriteria @sortOptions = sortOptions end |
Instance Attribute Details
#accountType ⇒ Object
Returns the value of attribute accountType.
2173 2174 2175 |
# File 'lib/etapper/api/service.rb', line 2173 def accountType @accountType end |
#applicationGroup ⇒ Object
Returns the value of attribute applicationGroup.
2174 2175 2176 |
# File 'lib/etapper/api/service.rb', line 2174 def applicationGroup @applicationGroup end |
#baseQuery ⇒ Object
Returns the value of attribute baseQuery.
2175 2176 2177 |
# File 'lib/etapper/api/service.rb', line 2175 def baseQuery @baseQuery end |
#clearCache ⇒ Object
Returns the value of attribute clearCache.
2170 2171 2172 |
# File 'lib/etapper/api/service.rb', line 2170 def clearCache @clearCache end |
#count ⇒ Object
Returns the value of attribute count.
2171 2172 2173 |
# File 'lib/etapper/api/service.rb', line 2171 def count @count end |
#involvePrivacySettings ⇒ Object
Returns the value of attribute involvePrivacySettings.
2176 2177 2178 |
# File 'lib/etapper/api/service.rb', line 2176 def involvePrivacySettings @involvePrivacySettings end |
#matchAny ⇒ Object
Returns the value of attribute matchAny.
2177 2178 2179 |
# File 'lib/etapper/api/service.rb', line 2177 def matchAny @matchAny end |
#personaOption ⇒ Object
Returns the value of attribute personaOption.
2178 2179 2180 |
# File 'lib/etapper/api/service.rb', line 2178 def personaOption @personaOption end |
#returnType ⇒ Object
Returns the value of attribute returnType.
2179 2180 2181 |
# File 'lib/etapper/api/service.rb', line 2179 def returnType @returnType end |
#searchCriteria ⇒ Object
Returns the value of attribute searchCriteria.
2180 2181 2182 |
# File 'lib/etapper/api/service.rb', line 2180 def searchCriteria @searchCriteria end |
#sortOptions ⇒ Object
Returns the value of attribute sortOptions.
2181 2182 2183 |
# File 'lib/etapper/api/service.rb', line 2181 def sortOptions @sortOptions end |
#start ⇒ Object
Returns the value of attribute start.
2172 2173 2174 |
# File 'lib/etapper/api/service.rb', line 2172 def start @start end |