classroom
v1
|
#include <classroom_service.h>
Classes | |
class | GuardianInvitationsResource |
class | GuardiansResource |
Public Member Functions | |
UserProfilesResource (ClassroomService *service) | |
~UserProfilesResource () | |
const GuardianInvitationsResource & | get_guardian_invitations () const |
const GuardiansResource & | get_guardians () const |
UserProfilesResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &user_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.
|
inline |
Gets the guardianInvitations resource method factory.
|
inline |
Gets the guardians resource method factory.
UserProfilesResource_GetMethod * google_classroom_api::ClassroomService::UserProfilesResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | user_id | ||
) | const |
Creates a new UserProfilesResource_GetMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | user_id | Identifier of the profile to return. The identifier can be one of the following: |
"me"
, indicating the requesting user. Execute
the method instance, then destroy it when they are finished.