def describe(self):
     return util.get_sobject_list('InsightsExternalData/')
 def get_detail(self, id):
     return util.get_sobject_list('InsightsExternalData/' + id)
 def get_list(self):
     return util.get_sobject_list('Students')
示例#4
0
 def get_list(self):
     return util.get_sobject_list('Account')
     
示例#5
0
 def get_list(self):
     return util.get_sobject_list('Account')
示例#6
0
 def get_detail(self, id):
     return util.get_sobject_list('InsightsExternalData/' + id)
示例#7
0
 def describe(self):
     return util.get_sobject_list('InsightsExternalData/')