コード例 #1
0
 def set_AddressLine2(self, value):
     InputSet._set_input(self, 'AddressLine2', value)
コード例 #2
0
 def set_Category2(self, value):
     """
     Set the value of the Category2 input for this Choreo. ((optional, string) Comma delimited list of Category IDs. Restricts the categories of Relationships that the given Entity and all second degree Entities returned should be connected through.)
     """
     InputSet._set_input(self, 'Category2', value)
コード例 #3
0
 def set_Page(self, value):
     """
     Set the value of the Page input for this Choreo. ((optional, integer) Specifies what page of results to show. Used in conjunction with Number parameter. A number of 20 and a Page of 6 will show results 100-120.)
     """
     InputSet._set_input(self, 'Page', value)
コード例 #4
0
 def set_GeoExtentLevel(self, value):
     """
     Set the value of the GeoExtentLevel input for this Choreo. ((required, string) The geographical unit for the results (i.e. borough, neighborhood, or zip))
     """
     InputSet._set_input(self, 'GeoExtentLevel', value)
コード例 #5
0
 def set_ResponseFormat(self, value):
     """
     Set the value of the ResponseFormat input for this Choreo. ((optional, string) The format that the response should be in. Valid values are: json (the default) and xml.)
     """
     InputSet._set_input(self, 'ResponseFormat', value)
コード例 #6
0
 def set_Email(self, value):
     InputSet._set_input(self, 'Email', value)
コード例 #7
0
 def set_SynServiceID(self, value):
     InputSet._set_input(self, 'SynServiceID', value)
コード例 #8
0
ファイル: GetForks.py プロジェクト: samkohn/HackNYf2012
 def set_AccessToken(self, value):
     InputSet._set_input(self, 'AccessToken', value)
コード例 #9
0
ファイル: GetForks.py プロジェクト: samkohn/HackNYf2012
 def set_Repo(self, value):
     InputSet._set_input(self, 'Repo', value)
コード例 #10
0
 def set_Country(self, value):
     InputSet._set_input(self, 'Country', value)
コード例 #11
0
 def set_Coupon(self, value):
     InputSet._set_input(self, 'Coupon', value)
コード例 #12
0
 def set_CardholderName(self, value):
     InputSet._set_input(self, 'CardholderName', value)
コード例 #13
0
 def set_CardNumber(self, value):
     InputSet._set_input(self, 'CardNumber', value)
コード例 #14
0
 def set_CVC(self, value):
     InputSet._set_input(self, 'CVC', value)
コード例 #15
0
 def set_AccessToken(self, value):
     """
     Set the value of the AccessToken input for this Choreo. ((conditional, string) The Access Token retrieved during the OAuth process. Required when accessing a protected resource.)
     """
     InputSet._set_input(self, 'AccessToken', value)
コード例 #16
0
ファイル: GetForks.py プロジェクト: samkohn/HackNYf2012
 def set_Sort(self, value):
     InputSet._set_input(self, 'Sort', value)
コード例 #17
0
 def set_User(self, value):
     """
     Set the value of the User input for this Choreo. ((required, string) The GitHub username.)
     """
     InputSet._set_input(self, 'User', value)
コード例 #18
0
ファイル: GetForks.py プロジェクト: samkohn/HackNYf2012
 def set_User(self, value):
     InputSet._set_input(self, 'User', value)
コード例 #19
0
 def set_Password(self, value):
     InputSet._set_input(self, 'Password', value)
コード例 #20
0
 def set_AccountNumber(self, value):
     InputSet._set_input(self, 'AccountNumber', value)
コード例 #21
0
 def set_Bedrooms(self, value):
     """
     Set the value of the Bedrooms input for this Choreo. ((optional, integer) Limits the results by number of bedrooms to search for. Defaults to 1.)
     """
     InputSet._set_input(self, 'Bedrooms', value)
コード例 #22
0
 def set_AuthenticationKey(self, value):
     InputSet._set_input(self, 'AuthenticationKey', value)
コード例 #23
0
 def set_GeoSummaryLevel(self, value):
     """
     Set the value of the GeoSummaryLevel input for this Choreo. ((required, string) The geographic unit for grouping the results (borough, neighborhood, or zip))
     """
     InputSet._set_input(self, 'GeoSummaryLevel', value)
コード例 #24
0
 def set_City(self, value):
     InputSet._set_input(self, 'City', value)
コード例 #25
0
 def set_ActivityID(self, value):
     InputSet._set_input(self, 'ActivityID', value)
コード例 #26
0
 def set_CountryCode(self, value):
     InputSet._set_input(self, 'CountryCode', value)
コード例 #27
0
 def set_Number(self, value):
     """
     Set the value of the Number input for this Choreo. ((optional, integer) Specifies what number of results to show. Used in conjunction with Page parameter, a Number of 20 and a Page of 6 will show results 100-120. Defaults to 20.)
     """
     InputSet._set_input(self, 'Number', value)
コード例 #28
0
 def set_MeterNumber(self, value):
     InputSet._set_input(self, 'MeterNumber', value)
コード例 #29
0
 def set_AccessToken(self, value):
     """
     Set the value of the AccessToken input for this Choreo. ((required, string) The Access Token retrieved after the final step in the OAuth2 process.)
     """
     InputSet._set_input(self, 'AccessToken', value)
コード例 #30
0
 def set_Password(self, value):
     InputSet._set_input(self, 'Password', value)
コード例 #31
0
 def set_ShowSynopsis(self, value):
     """
     Set the value of the ShowSynopsis input for this Choreo. ((optional, boolean) Set to 1 to show the synopsis for each project listing)
     """
     InputSet._set_input(self, 'ShowSynopsis', value)
コード例 #32
0
 def set_PostalCode(self, value):
     InputSet._set_input(self, 'PostalCode', value)
コード例 #33
0
 def set_Repo(self, value):
     """
     Set the value of the Repo input for this Choreo. ((required, string) The name of the repo associated with the references to retrieve.)
     """
     InputSet._set_input(self, 'Repo', value)
コード例 #34
0
 def set_State(self, value):
     InputSet._set_input(self, 'State', value)
コード例 #35
0
 def set_ClientID(self, value):
     InputSet._set_input(self, 'ClientID', value)
コード例 #36
0
 def set_Street(self, value):
     InputSet._set_input(self, 'Street', value)
コード例 #37
0
 def set_Endpoint(self, value):
     InputSet._set_input(self, 'Endpoint', value)
コード例 #38
0
 def set_AccessToken(self, value):
     """
     Set the value of the AccessToken input for this Choreo. ((required, string) The Access Token retrieved during the OAuth process.)
     """
     InputSet._set_input(self, 'AccessToken', value)
コード例 #39
0
 def set_SearchResultStyleName(self, value):
     InputSet._set_input(self, 'SearchResultStyleName', value)
コード例 #40
0
 def set_Limit(self, value):
     """
     Set the value of the Limit input for this Choreo. ((optional, integer) The number of results to return: 1 - 20. Defaults to 20.)
     """
     InputSet._set_input(self, 'Limit', value)
コード例 #41
0
 def set_APIKey(self, value):
     """
     Set the value of the APIKey input for this Choreo. ((required, string) The API Key provided by NY Times)
     """
     InputSet._set_input(self, 'APIKey', value)
コード例 #42
0
 def set_Offset(self, value):
     """
     Set the value of the Offset input for this Choreo. ((optional, integer) The result to start at. Defaults to 0.)
     """
     InputSet._set_input(self, 'Offset', value)
コード例 #43
0
 def set_DateRange(self, value):
     """
     Set the value of the DateRange input for this Choreo. ((required, string) Sets the quarter, month, week or day for the results (i.e. 2008-Q1, 2008-W52, 2007-07, etc))
     """
     InputSet._set_input(self, 'DateRange', value)
コード例 #44
0
 def set_ResponseFormat(self, value):
     """
     Set the value of the ResponseFormat input for this Choreo. ((optional, string) The format that the response should be in. Can be set to xml or json. Defaults to json.)
     """
     InputSet._set_input(self, 'ResponseFormat', value)
コード例 #45
0
 def set_GeoExtentValue(self, value):
     """
     Set the value of the GeoExtentValue input for this Choreo. ((required, string) Limits the search to a specific area.  For example, if GeoExtendLevel is borough, the value for GeoExtendValue could be Brooklyn.)
     """
     InputSet._set_input(self, 'GeoExtentValue', value)
コード例 #46
0
 def set_SecretKey(self, value):
     """
     Set the value of the SecretKey input for this Choreo. ((required, string) The Secret Key provided by Tumblr (AKA the OAuth Consumer Secret).)
     """
     InputSet._set_input(self, 'SecretKey', value)
コード例 #47
0
 def set_Percentile(self, value):
     """
     Set the value of the Percentile input for this Choreo. ((required, integer) Specify the percentile for sales prices you want to retrieve (i.e 50))
     """
     InputSet._set_input(self, 'Percentile', value)
コード例 #48
0
ファイル: USPostalCodes.py プロジェクト: samkohn/HackNYf2012
 def set_ZipCode(self, value):
     InputSet._set_input(self, 'ZipCode', value)
コード例 #49
0
 def set_AccessToken(self, value):
     InputSet._set_input(self, 'AccessToken', value)
コード例 #50
0
 def set_AccessToken(self, value):
     """
     Set the value of the AccessToken input for this Choreo. ((optional, string) A valid access token retrieved during the OAuth process. This is required unless you provide the ClientID, ClientSecret, and RefreshToken to generate a new access token.)
     """
     InputSet._set_input(self, 'AccessToken', value)
コード例 #51
0
 def set_APIKey(self, value):
     """
     Set the value of the APIKey input for this Choreo. ((required, string) The API Key obtained from LittleSis.org.)
     """
     InputSet._set_input(self, 'APIKey', value)
コード例 #52
0
 def set_CalendarID(self, value):
     """
     Set the value of the CalendarID input for this Choreo. ((required, string) The ID for the calendar to retrieve.)
     """
     InputSet._set_input(self, 'CalendarID', value)
コード例 #53
0
 def set_EntityID(self, value):
     """
     Set the value of the EntityID input for this Choreo. ((required, integer) The ID of the person or organization for which records are to be returned.)
     """
     InputSet._set_input(self, 'EntityID', value)
コード例 #54
0
 def set_ClientSecret(self, value):
     """
     Set the value of the ClientSecret input for this Choreo. ((conditional, string) The Client Secret provided by Google. Required unless providing a valid AccessToken.)
     """
     InputSet._set_input(self, 'ClientSecret', value)
コード例 #55
0
 def set_Order2(self, value):
     """
     Set the value of the Order2 input for this Choreo. ((optional, integer) Specifies the order of the first degree Entity in the second degree Relationship. Acceptable values: 1 or 2. See documentation for more on Relationship order.)
     """
     InputSet._set_input(self, 'Order2', value)
コード例 #56
0
 def set_RefreshToken(self, value):
     """
     Set the value of the RefreshToken input for this Choreo. ((conditional, string) An OAuth Refresh Token used to generate a new access token when the original token is expired. Required unless providing a valid AccessToken.)
     """
     InputSet._set_input(self, 'RefreshToken', value)
コード例 #57
0
 def set_ResponseFormat(self, value):
     """
     Set the value of the ResponseFormat input for this Choreo. ((optional, string) Format of the response returned by LittleSis.org. Acceptable inputs: xml or json. Defaults to xml)
     """
     InputSet._set_input(self, 'ResponseFormat', value)
コード例 #58
0
 def set_ResponseFormat(self, value):
     """
     Set the value of the ResponseFormat input for this Choreo. ((optional, string) The format that the response should be in. Can be set to xml or json. Defaults to xml.)
     """
     InputSet._set_input(self, 'ResponseFormat', value)
コード例 #59
0
 def set_EntryID(self, value):
     """
     Set the value of the EntryID input for this Choreo. ((required, string) This can be the individual id of the nutrition entry, or you can pass the full uri for the entry as returned from the RetrieveEntries Choreo (i.e. /nutrition/-12985593-1350864000000).)
     """
     InputSet._set_input(self, 'EntryID', value)
コード例 #60
0
 def set_APISecretKey(self, value):
     InputSet._set_input(self, 'APISecretKey', value)