|  | Methods defined here: 
 __init__(self)
 get = method(self, **kwargs)Returns the specified topic from the specified series.
 Args:
 seriesId: integer, The decimal ID of the Series. (required)
 topicId: integer, The decimal ID of the Topic within the Series. (required)
 insert = method(self, **kwargs)Inserts a new topic into the specified series.
 Args:
 seriesId: integer, The decimal ID of the Series. (required)
 body: object, The request body. (required)
 list = method(self, **kwargs)Searches the topics within the specified series and returns the search results.
 Args:
 seriesId: integer, The decimal ID of the Series. (required)
 q: string, Search query.
 max_results: integer, Maximum number of results to return.
 mode: string, A parameter
 start_index: integer, Index of the first result to be retrieved.
 submissions = methodResource(self)A collection resource.
 update = method(self, **kwargs)Updates the specified topic within the specified series.
 Args:
 seriesId: integer, The decimal ID of the Series. (required)
 topicId: integer, The decimal ID of the Topic within the Series. (required)
 body: object, The request body. (required)
 Data descriptors defined here:
 
 __dict__dictionary for instance variables (if defined)
 __weakref__list of weak references to the object (if defined)
 |