Show / Hide Table of Contents

Class ManagedconfigurationsforuserResource.ListRequest

Lists all the per-user managed configurations for the specified user. Only the ID is set.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ManagedConfigurationsForUserListResponse>
AndroidEnterpriseBaseServiceRequest<ManagedConfigurationsForUserListResponse>
ManagedconfigurationsforuserResource.ListRequest
Implements
IClientServiceRequest<ManagedConfigurationsForUserListResponse>
IClientServiceRequest
Inherited Members
AndroidEnterpriseBaseServiceRequest<ManagedConfigurationsForUserListResponse>.Xgafv
AndroidEnterpriseBaseServiceRequest<ManagedConfigurationsForUserListResponse>.AccessToken
AndroidEnterpriseBaseServiceRequest<ManagedConfigurationsForUserListResponse>.Alt
AndroidEnterpriseBaseServiceRequest<ManagedConfigurationsForUserListResponse>.Callback
AndroidEnterpriseBaseServiceRequest<ManagedConfigurationsForUserListResponse>.Fields
AndroidEnterpriseBaseServiceRequest<ManagedConfigurationsForUserListResponse>.Key
AndroidEnterpriseBaseServiceRequest<ManagedConfigurationsForUserListResponse>.OauthToken
AndroidEnterpriseBaseServiceRequest<ManagedConfigurationsForUserListResponse>.PrettyPrint
AndroidEnterpriseBaseServiceRequest<ManagedConfigurationsForUserListResponse>.QuotaUser
AndroidEnterpriseBaseServiceRequest<ManagedConfigurationsForUserListResponse>.UploadType
AndroidEnterpriseBaseServiceRequest<ManagedConfigurationsForUserListResponse>.UploadProtocol
ClientServiceRequest<ManagedConfigurationsForUserListResponse>.Execute()
ClientServiceRequest<ManagedConfigurationsForUserListResponse>.ExecuteAsStream()
ClientServiceRequest<ManagedConfigurationsForUserListResponse>.ExecuteAsync()
ClientServiceRequest<ManagedConfigurationsForUserListResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ManagedConfigurationsForUserListResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ManagedConfigurationsForUserListResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ManagedConfigurationsForUserListResponse>.CreateRequest(bool?)
ClientServiceRequest<ManagedConfigurationsForUserListResponse>.GenerateRequestUri()
ClientServiceRequest<ManagedConfigurationsForUserListResponse>.GetBody()
ClientServiceRequest<ManagedConfigurationsForUserListResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ManagedConfigurationsForUserListResponse>.ETagAction
ClientServiceRequest<ManagedConfigurationsForUserListResponse>.ModifyRequest
ClientServiceRequest<ManagedConfigurationsForUserListResponse>.ValidateParameters
ClientServiceRequest<ManagedConfigurationsForUserListResponse>.ApiVersion
ClientServiceRequest<ManagedConfigurationsForUserListResponse>.RequestParameters
ClientServiceRequest<ManagedConfigurationsForUserListResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AndroidEnterprise.v1
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class ManagedconfigurationsforuserResource.ListRequest : AndroidEnterpriseBaseServiceRequest<ManagedConfigurationsForUserListResponse>, IClientServiceRequest<ManagedConfigurationsForUserListResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string enterpriseId, string userId)
Parameters
Type Name Description
IClientService service
string enterpriseId
string userId

Properties

EnterpriseId

The ID of the enterprise.

Declaration
[RequestParameter("enterpriseId", RequestParameterType.Path)]
public virtual string EnterpriseId { get; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ManagedConfigurationsForUserListResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ManagedConfigurationsForUserListResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ManagedConfigurationsForUserListResponse>.RestPath

UserId

The ID of the user.

Declaration
[RequestParameter("userId", RequestParameterType.Path)]
public virtual string UserId { get; }
Property Value
Type Description
string

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
AndroidEnterpriseBaseServiceRequest<ManagedConfigurationsForUserListResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX