| Package | Description |
|---|---|
| com.google.api.services.displayvideo.v3 | |
| com.google.api.services.displayvideo.v3.model |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.Users.Create |
DisplayVideo.Users.create(User content)
Creates a new user.
|
DisplayVideo.Users.Patch |
DisplayVideo.Users.patch(Long userId,
User content)
Updates an existing user.
|
| Constructor and Description |
|---|
Create(User content)
Creates a new user.
|
Patch(Long userId,
User content)
Updates an existing user.
|
| Modifier and Type | Method and Description |
|---|---|
User |
User.clone() |
User |
User.set(String fieldName,
Object value) |
User |
User.setAssignedUserRoles(List<AssignedUserRole> assignedUserRoles)
The assigned user roles.
|
User |
User.setDisplayName(String displayName)
Required.
|
User |
User.setEmail(String email)
Required.
|
User |
User.setLastLoginTime(String lastLoginTime)
Output only.
|
User |
User.setName(String name)
Output only.
|
User |
User.setUserId(Long userId)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<User> |
ListUsersResponse.getUsers()
The list of users.
|
| Modifier and Type | Method and Description |
|---|---|
ListUsersResponse |
ListUsersResponse.setUsers(List<User> users)
The list of users.
|
Copyright © 2011–2026 Google. All rights reserved.