#include <list_topic_response.h>
Response when listing topics. 
◆ ListTopicResponse() [1/2]
  
  | 
        
          | google_classroom_api::ListTopicResponse::ListTopicResponse | ( | const Json::Value & | storage | ) |  |  | explicit | 
 
Standard constructor for an immutable data object instance.
- Parameters
- 
  
    | [in] | storage | The underlying data storage for this instance. |  
 
 
 
◆ ListTopicResponse() [2/2]
  
  | 
        
          | google_classroom_api::ListTopicResponse::ListTopicResponse | ( | Json::Value * | storage | ) |  |  | explicit | 
 
Standard constructor for a mutable data object instance.
- Parameters
- 
  
    | [in] | storage | The underlying data storage for this instance. |  
 
 
 
◆ ~ListTopicResponse()
  
  | 
        
          | google_classroom_api::ListTopicResponse::~ListTopicResponse | ( |  | ) |  |  | virtual | 
 
 
◆ clear_next_page_token()
  
  | 
        
          | void google_classroom_api::ListTopicResponse::clear_next_page_token | ( |  | ) |  |  | inline | 
 
Clears the 'nextPageToken' attribute. 
 
 
◆ clear_topic()
  
  | 
        
          | void google_classroom_api::ListTopicResponse::clear_topic | ( |  | ) |  |  | inline | 
 
Clears the 'topic' attribute. 
 
 
◆ get_next_page_token()
  
  | 
        
          | const StringPiece google_classroom_api::ListTopicResponse::get_next_page_token | ( |  | ) | const |  | inline | 
 
Get the value of the 'nextPageToken' attribute. 
 
 
◆ get_topic()
      
        
          | const client::JsonCppArray<Topic > google_classroom_api::ListTopicResponse::get_topic | ( |  | ) | const | 
      
 
Get a reference to the value of the 'topic' attribute. 
 
 
◆ GetTypeName()
  
  | 
        
          | const StringPiece google_classroom_api::ListTopicResponse::GetTypeName | ( |  | ) | const |  | inline | 
 
 
◆ has_next_page_token()
  
  | 
        
          | bool google_classroom_api::ListTopicResponse::has_next_page_token | ( |  | ) | const |  | inline | 
 
Determine if the 'nextPageToken' attribute was set.
- Returns
- true if the 'nextPageToken' attribute was set.
 
 
◆ has_topic()
  
  | 
        
          | bool google_classroom_api::ListTopicResponse::has_topic | ( |  | ) | const |  | inline | 
 
Determine if the 'topic' attribute was set.
- Returns
- true if the 'topic' attribute was set.
 
 
◆ mutable_topic()
      
        
          | client::JsonCppArray<Topic > google_classroom_api::ListTopicResponse::mutable_topic | ( |  | ) |  | 
      
 
Gets a reference to a mutable value of the 'topic' property.
Topic items that match the request.
- Returns
- The result can be modified to change the attribute value. 
 
 
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller. 
 
 
◆ set_next_page_token()
  
  | 
        
          | void google_classroom_api::ListTopicResponse::set_next_page_token | ( | const StringPiece & | value | ) |  |  | inline | 
 
Change the 'nextPageToken' attribute.
Token identifying the next page of results to return. If empty, no further results are available.
- Parameters
- 
  
  
 
 
The documentation for this class was generated from the following files: