classroom
v1
|
#include <classroom_service.h>
Public Member Functions | |
AliasesResource (ClassroomService *service) | |
~AliasesResource () | |
CoursesResource_AliasesResource_CreateMethod * | NewCreateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &course_id, const CourseAlias &_content_) const |
CoursesResource_AliasesResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &course_id, const absl::string_view &alias) const |
CoursesResource_AliasesResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &course_id) const |
CoursesResource_AliasesResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &course_id) 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.
CoursesResource_AliasesResource_CreateMethod * google_classroom_api::ClassroomService::CoursesResource::AliasesResource::NewCreateMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | course_id, | ||
const CourseAlias & | _content_ | ||
) | const |
Creates a new CoursesResource_AliasesResource_CreateMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | course_id | Identifier of the course to alias. This identifier can be either the Classroom-assigned identifier or an alias. |
[in] | <em>content</em> | The data object to create. |
Execute
the method instance, then destroy it when they are finished. CoursesResource_AliasesResource_DeleteMethod * google_classroom_api::ClassroomService::CoursesResource::AliasesResource::NewDeleteMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | course_id, | ||
const absl::string_view & | alias | ||
) | const |
Creates a new CoursesResource_AliasesResource_DeleteMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | course_id | Identifier of the course whose alias should be deleted. This identifier can be either the Classroom-assigned identifier or an alias. |
[in] | alias | Alias to delete. This may not be the Classroom-assigned identifier. |
Execute
the method instance, then destroy it when they are finished. CoursesResource_AliasesResource_ListMethod * google_classroom_api::ClassroomService::CoursesResource::AliasesResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | course_id | ||
) | const |
Creates a new CoursesResource_AliasesResource_ListMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | course_id | The identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. |
Execute
the method instance, then destroy it when they are finished. CoursesResource_AliasesResource_ListMethodPager * google_classroom_api::ClassroomService::CoursesResource::AliasesResource::NewListMethodPager | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | course_id | ||
) | const |
Creates a pager for iterating over incremental result pages.
[in] | <em>credential</em> | NULL credentials will not authorize the request. |
[in] | course_id | The identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. |