classroom  v1
Public Member Functions | List of all members
google_classroom_api::ClassroomService::CoursesResource::AliasesResource Class Reference

#include <classroom_service.h>

Public Member Functions

 AliasesResource (ClassroomService *service)
 
 ~AliasesResource ()
 
CoursesResource_AliasesResource_CreateMethodNewCreateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &course_id, const CourseAlias &_content_) const
 
CoursesResource_AliasesResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &course_id, const absl::string_view &alias) const
 
CoursesResource_AliasesResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &course_id) const
 
CoursesResource_AliasesResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &course_id) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ AliasesResource()

google_classroom_api::ClassroomService::CoursesResource::AliasesResource::AliasesResource ( ClassroomService service)
explicit

Standard constructor.

Parameters
[in]serviceThe service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on.

◆ ~AliasesResource()

google_classroom_api::ClassroomService::CoursesResource::AliasesResource::~AliasesResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewCreateMethod()

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.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]course_idIdentifier 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.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewDeleteMethod()

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.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]course_idIdentifier of the course whose alias should be deleted. This identifier can be either the Classroom-assigned identifier or an alias.
[in]aliasAlias to delete. This may not be the Classroom-assigned identifier.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethod()

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.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]course_idThe identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethodPager()

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.

Parameters
[in]<em>credential</em>NULL credentials will not authorize the request.
[in]course_idThe identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias.
See also
googleapis::googleapis::ServiceRequestPager

The documentation for this class was generated from the following files: