Show / Hide Table of Contents

Class GrouplicensesResource

The "grouplicenses" collection of methods.

Inheritance
object
GrouplicensesResource
Inherited Members
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 GrouplicensesResource

Constructors

GrouplicensesResource(IClientService)

Constructs a new resource.

Declaration
public GrouplicensesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string, string)

Retrieves details of an enterprise's group license for a product. Note: This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations.

Declaration
public virtual GrouplicensesResource.GetRequest Get(string enterpriseId, string groupLicenseId)
Parameters
Type Name Description
string enterpriseId

The ID of the enterprise.

string groupLicenseId

The ID of the product the group license is for, e.g. "app:com.google.android.gm".

Returns
Type Description
GrouplicensesResource.GetRequest

List(string)

Retrieves IDs of all products for which the enterprise has a group license. Note: This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations.

Declaration
public virtual GrouplicensesResource.ListRequest List(string enterpriseId)
Parameters
Type Name Description
string enterpriseId

The ID of the enterprise.

Returns
Type Description
GrouplicensesResource.ListRequest
In this article
Back to top Generated by DocFX