|
classroom
v1
|
#include <classroom_service.h>
Public Member Functions | |
| InvitationsResource (ClassroomService *service) | |
| ~InvitationsResource () | |
| InvitationsResource_AcceptMethod * | NewAcceptMethod (client::AuthorizationCredential *_credential_, const absl::string_view &id) const |
| InvitationsResource_CreateMethod * | NewCreateMethod (client::AuthorizationCredential *_credential_, const Invitation &_content_) const |
| InvitationsResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &id) const |
| InvitationsResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &id) const |
| InvitationsResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_) const |
| InvitationsResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_) const |
Acts as message factory for accessing data.
|
explicit |
Standard constructor.
| [in] | service | The service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on. |
|
inline |
Standard destructor.
| InvitationsResource_AcceptMethod * google_classroom_api::ClassroomService::InvitationsResource::NewAcceptMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | id | ||
| ) | const |
Creates a new InvitationsResource_AcceptMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | id | Identifier of the invitation to accept. |
Execute the method instance, then destroy it when they are finished. | InvitationsResource_CreateMethod * google_classroom_api::ClassroomService::InvitationsResource::NewCreateMethod | ( | client::AuthorizationCredential * | _credential_, |
| const Invitation & | _content_ | ||
| ) | const |
Creates a new InvitationsResource_CreateMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | <em>content</em> | The data object to create. |
Execute the method instance, then destroy it when they are finished. | InvitationsResource_DeleteMethod * google_classroom_api::ClassroomService::InvitationsResource::NewDeleteMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | id | ||
| ) | const |
Creates a new InvitationsResource_DeleteMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | id | Identifier of the invitation to delete. |
Execute the method instance, then destroy it when they are finished. | InvitationsResource_GetMethod * google_classroom_api::ClassroomService::InvitationsResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | id | ||
| ) | const |
Creates a new InvitationsResource_GetMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | id | Identifier of the invitation to return. |
Execute the method instance, then destroy it when they are finished. | InvitationsResource_ListMethod * google_classroom_api::ClassroomService::InvitationsResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_ | ) | const |
Creates a new InvitationsResource_ListMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
Execute the method instance, then destroy it when they are finished. | InvitationsResource_ListMethodPager * google_classroom_api::ClassroomService::InvitationsResource::NewListMethodPager | ( | client::AuthorizationCredential * | _credential_ | ) | const |
Creates a pager for iterating over incremental result pages.
| [in] | <em>credential</em> | NULL credentials will not authorize the request. |