Package | Description |
---|---|
com.google.api.services.androidenterprise | |
com.google.api.services.androidenterprise.model |
Modifier and Type | Method and Description |
---|---|
AndroidEnterprise.Users.Insert |
AndroidEnterprise.Users.insert(String enterpriseId,
User content)
Creates a new EMM-managed user.
|
AndroidEnterprise.Users.Patch |
AndroidEnterprise.Users.patch(String enterpriseId,
String userId,
User content)
Updates the details of an EMM-managed user.
|
AndroidEnterprise.Users.Update |
AndroidEnterprise.Users.update(String enterpriseId,
String userId,
User content)
Updates the details of an EMM-managed user.
|
Constructor and Description |
---|
Insert(String enterpriseId,
User content)
Creates a new EMM-managed user.
|
Patch(String enterpriseId,
String userId,
User content)
Updates the details of an EMM-managed user.
|
Update(String enterpriseId,
String userId,
User content)
Updates the details of an EMM-managed user.
|
Modifier and Type | Method and Description |
---|---|
User |
User.clone() |
User |
User.set(String fieldName,
Object value) |
User |
User.setAccountIdentifier(String accountIdentifier)
A unique identifier you create for this user, such as "user342" or "asset#44418".
|
User |
User.setAccountType(String accountType)
The type of account that this user represents.
|
User |
User.setDisplayName(String displayName)
The name that will appear in user interfaces.
|
User |
User.setId(String id)
The unique ID for the user.
|
User |
User.setKind(String kind)
Identifies what kind of resource this is.
|
User |
User.setManagementType(String managementType)
The entity that manages the user.
|
User |
User.setPrimaryEmail(String primaryEmail)
The user's primary email address, for example, "jsmith@example.com".
|
Modifier and Type | Method and Description |
---|---|
List<User> |
GroupLicenseUsersListResponse.getUser()
A user of an enterprise.
|
List<User> |
UsersListResponse.getUser()
A user of an enterprise.
|
Modifier and Type | Method and Description |
---|---|
GroupLicenseUsersListResponse |
GroupLicenseUsersListResponse.setUser(List<User> user)
A user of an enterprise.
|
UsersListResponse |
UsersListResponse.setUser(List<User> user)
A user of an enterprise.
|
Copyright © 2011–2019 Google. All rights reserved.