Beispiel #1
0
 def set_DestinationAirport(self, value):
     InputSet._set_input(self, 'DestinationAirport', value)
 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)
 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)
 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)
 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)
 def set_Email(self, value):
     InputSet._set_input(self, 'Email', value)
 def set_SynServiceID(self, value):
     InputSet._set_input(self, 'SynServiceID', value)
Beispiel #8
0
 def set_Password(self, value):
     InputSet._set_input(self, 'Password', value)
Beispiel #9
0
 def set_Title(self, value):
     InputSet._set_input(self, 'Title', value)
Beispiel #10
0
 def set_OauthToken(self, value):
     InputSet._set_input(self, 'OauthToken', value)
Beispiel #11
0
 def set_ResponseFormat(self, value):
     InputSet._set_input(self, 'ResponseFormat', value)
Beispiel #12
0
 def set_Neighbors(self, value):
     InputSet._set_input(self, 'Neighbors', value)
Beispiel #13
0
 def set_DistanceEstimate(self, value):
     InputSet._set_input(self, 'DistanceEstimate', value)
Beispiel #14
0
 def set_DistanceClass(self, value):
     InputSet._set_input(self, 'DistanceClass', value)
 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)
Beispiel #16
0
 def set_Username(self, value):
     InputSet._set_input(self, 'Username', value)
 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)
Beispiel #18
0
 def set_ConsumerKey(self, value):
     """
     Set the value of the ConsumerKey input for this Choreo. ((required, string) The Consumer Key provided by Khan Academy.)
     """
     InputSet._set_input(self, 'ConsumerKey', value)
 def set_Password(self, value):
     InputSet._set_input(self, 'Password', value)
Beispiel #20
0
 def set_Email(self, value):
     """
     Set the value of the Email input for this Choreo. ((optional, string) The email address (coach or student ID) of user. If not provided, defaults to currently logged in user.)
     """
     InputSet._set_input(self, 'Email', value)
 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)
Beispiel #22
0
 def set_ExerciseName(self, value):
     """
     Set the value of the ExerciseName input for this Choreo. ((required, string) The name of the exercise for which you want to retrieve information (e.g. scientific_notation).)
     """
     InputSet._set_input(self, 'ExerciseName', value)
 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)
Beispiel #24
0
 def set_OAuthTokenSecret(self, value):
     """
     Set the value of the OAuthTokenSecret input for this Choreo. ((required, string) The OAuth Token Secret retrieved during the OAuth process.)
     """
     InputSet._set_input(self, 'OAuthTokenSecret', value)
Beispiel #25
0
 def set_ActivityID(self, value):
     InputSet._set_input(self, 'ActivityID', value)
Beispiel #26
0
 def set_StartTime(self, value):
     """
     Set the value of the StartTime input for this Choreo. ((optional, string) The date/time to start searching for logs in UTC format: YYYY-mm-ddTHH:MM:SS (e.g., 2011-10-18T02:41:53).)
     """
     InputSet._set_input(self, 'StartTime', value)
 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)
Beispiel #28
0
 def set_Page(self, value):
     InputSet._set_input(self, 'Page', value)
Beispiel #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)
Beispiel #30
0
 def set_ListZipCodeList(self, value):
     InputSet._set_input(self, 'ListZipCodeList', value)
 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)
 def set_DataVersion(self, value):
     InputSet._set_input(self, 'DataVersion', value)
 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)
Beispiel #34
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)
 def set_ClientID(self, value):
     InputSet._set_input(self, 'ClientID', value)
Beispiel #36
0
 def set_ConsumerSecret(self, value):
     """
     Set the value of the ConsumerSecret input for this Choreo. ((required, string) The Consumer Secret provided by Fitbit.)
     """
     InputSet._set_input(self, 'ConsumerSecret', value)
 def set_Endpoint(self, value):
     InputSet._set_input(self, 'Endpoint', value)
Beispiel #38
0
 def set_Date(self, value):
     """
     Set the value of the Date input for this Choreo. ((required, date) The date that corresponds with the log entry you want to retrieve (in the format yyyy-MM-dd).)
     """
     InputSet._set_input(self, 'Date', value)
 def set_SearchResultStyleName(self, value):
     InputSet._set_input(self, 'SearchResultStyleName', value)
Beispiel #40
0
 def set_ResponseFormat(self, value):
     """
     Set the value of the ResponseFormat input for this Choreo. ((optional, string) The format that you want the response to be in: xml or json. Defaults to json.)
     """
     InputSet._set_input(self, 'ResponseFormat', value)
 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)
Beispiel #42
0
 def set_UserID(self, value):
     """
     Set the value of the UserID input for this Choreo. ((optional, string) The user's encoded id. Defaults to "-" (dash) which will return data for the user associated with the token credentials provided.)
     """
     InputSet._set_input(self, 'UserID', value)
 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)
Beispiel #44
0
 def set_AccessTokenSecret(self, value):
     InputSet._set_input(self, 'AccessTokenSecret', value)
 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)
Beispiel #46
0
 def set_AccessToken(self, value):
     InputSet._set_input(self, 'AccessToken', value)
 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)
Beispiel #48
0
 def set_AppSecret(self, value):
     InputSet._set_input(self, 'AppSecret', value)
Beispiel #49
0
 def set_AccessToken(self, value):
     InputSet._set_input(self, 'AccessToken', value)
Beispiel #50
0
 def set_Path(self, value):
     InputSet._set_input(self, 'Path', value)
 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)
Beispiel #52
0
 def set_Root(self, value):
     InputSet._set_input(self, 'Root', value)
 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)
 def set_APIKey(self, value):
     InputSet._set_input(self, 'APIKey', value)
 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)
 def set_Details(self, value):
     InputSet._set_input(self, 'Details', value)
 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)
 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)
Beispiel #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)
Beispiel #60
0
 def set_Date(self, value):
     InputSet._set_input(self, 'Date', value)