androidenterprise  v1
Public Member Functions | List of all members
google_androidenterprise_api::AndroidEnterpriseService::UsersResource Class Reference

#include <android_enterprise_service.h>

Public Member Functions

 UsersResource (AndroidEnterpriseService *service)
 
 ~UsersResource ()
 
UsersResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &user_id) const
 
UsersResource_GenerateAuthenticationTokenMethodNewGenerateAuthenticationTokenMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &user_id) const
 
UsersResource_GenerateTokenMethodNewGenerateTokenMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &user_id) const
 
UsersResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &user_id) const
 
UsersResource_GetAvailableProductSetMethodNewGetAvailableProductSetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &user_id) const
 
UsersResource_InsertMethodNewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const User &_content_) const
 
UsersResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &email) const
 
UsersResource_RevokeDeviceAccessMethodNewRevokeDeviceAccessMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &user_id) const
 
UsersResource_RevokeTokenMethodNewRevokeTokenMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &user_id) const
 
UsersResource_SetAvailableProductSetMethodNewSetAvailableProductSetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &user_id, const ProductSet &_content_) const
 
UsersResource_UpdateMethodNewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &user_id, const User &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ UsersResource()

google_androidenterprise_api::AndroidEnterpriseService::UsersResource::UsersResource ( AndroidEnterpriseService 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.

◆ ~UsersResource()

google_androidenterprise_api::AndroidEnterpriseService::UsersResource::~UsersResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewDeleteMethod()

UsersResource_DeleteMethod * google_androidenterprise_api::AndroidEnterpriseService::UsersResource::NewDeleteMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  enterprise_id,
const absl::string_view &  user_id 
) const

Creates a new UsersResource_DeleteMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]enterprise_idThe ID of the enterprise.
[in]user_idThe ID of the user.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewGenerateAuthenticationTokenMethod()

UsersResource_GenerateAuthenticationTokenMethod * google_androidenterprise_api::AndroidEnterpriseService::UsersResource::NewGenerateAuthenticationTokenMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  enterprise_id,
const absl::string_view &  user_id 
) const

Creates a new UsersResource_GenerateAuthenticationTokenMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]enterprise_idThe ID of the enterprise.
[in]user_idThe ID of the user.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewGenerateTokenMethod()

UsersResource_GenerateTokenMethod * google_androidenterprise_api::AndroidEnterpriseService::UsersResource::NewGenerateTokenMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  enterprise_id,
const absl::string_view &  user_id 
) const

Creates a new UsersResource_GenerateTokenMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]enterprise_idThe ID of the enterprise.
[in]user_idThe ID of the user.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewGetAvailableProductSetMethod()

UsersResource_GetAvailableProductSetMethod * google_androidenterprise_api::AndroidEnterpriseService::UsersResource::NewGetAvailableProductSetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  enterprise_id,
const absl::string_view &  user_id 
) const

Creates a new UsersResource_GetAvailableProductSetMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]enterprise_idThe ID of the enterprise.
[in]user_idThe ID of the user.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewGetMethod()

UsersResource_GetMethod * google_androidenterprise_api::AndroidEnterpriseService::UsersResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  enterprise_id,
const absl::string_view &  user_id 
) const

Creates a new UsersResource_GetMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]enterprise_idThe ID of the enterprise.
[in]user_idThe ID of the user.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewInsertMethod()

UsersResource_InsertMethod * google_androidenterprise_api::AndroidEnterpriseService::UsersResource::NewInsertMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  enterprise_id,
const User _content_ 
) const

Creates a new UsersResource_InsertMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]enterprise_idThe ID of the enterprise.
[in]<em>content</em>The data object to insert.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethod()

UsersResource_ListMethod * google_androidenterprise_api::AndroidEnterpriseService::UsersResource::NewListMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  enterprise_id,
const absl::string_view &  email 
) const

Creates a new UsersResource_ListMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]enterprise_idThe ID of the enterprise.
[in]emailThe exact primary email address of the user to look up.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewRevokeDeviceAccessMethod()

UsersResource_RevokeDeviceAccessMethod * google_androidenterprise_api::AndroidEnterpriseService::UsersResource::NewRevokeDeviceAccessMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  enterprise_id,
const absl::string_view &  user_id 
) const

Creates a new UsersResource_RevokeDeviceAccessMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]enterprise_idThe ID of the enterprise.
[in]user_idThe ID of the user.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewRevokeTokenMethod()

UsersResource_RevokeTokenMethod * google_androidenterprise_api::AndroidEnterpriseService::UsersResource::NewRevokeTokenMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  enterprise_id,
const absl::string_view &  user_id 
) const

Creates a new UsersResource_RevokeTokenMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]enterprise_idThe ID of the enterprise.
[in]user_idThe ID of the user.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewSetAvailableProductSetMethod()

UsersResource_SetAvailableProductSetMethod * google_androidenterprise_api::AndroidEnterpriseService::UsersResource::NewSetAvailableProductSetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  enterprise_id,
const absl::string_view &  user_id,
const ProductSet _content_ 
) const

Creates a new UsersResource_SetAvailableProductSetMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]enterprise_idThe ID of the enterprise.
[in]user_idThe ID of the user.
[in]<em>content</em>The data object to setAvailableProductSet.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewUpdateMethod()

UsersResource_UpdateMethod * google_androidenterprise_api::AndroidEnterpriseService::UsersResource::NewUpdateMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  enterprise_id,
const absl::string_view &  user_id,
const User _content_ 
) const

Creates a new UsersResource_UpdateMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]enterprise_idThe ID of the enterprise.
[in]user_idThe ID of the user.
[in]<em>content</em>The data object to update.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

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