public class DisplayVideo.Users extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayVideo.Users.BulkEditAssignedUserRoles |
class |
DisplayVideo.Users.Create |
class |
DisplayVideo.Users.Delete |
class |
DisplayVideo.Users.Get |
class |
DisplayVideo.Users.List |
class |
DisplayVideo.Users.Patch |
| Constructor and Description |
|---|
Users() |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.Users.BulkEditAssignedUserRoles |
bulkEditAssignedUserRoles(Long userId,
BulkEditAssignedUserRolesRequest content)
Bulk edits user roles for a user.
|
DisplayVideo.Users.Create |
create(User content)
Creates a new user.
|
DisplayVideo.Users.Delete |
delete(Long userId)
Deletes a user.
|
DisplayVideo.Users.Get |
get(Long userId)
Gets a user.
|
DisplayVideo.Users.List |
list()
Lists users that are accessible to the current user.
|
DisplayVideo.Users.Patch |
patch(Long userId,
User content)
Updates an existing user.
|
public DisplayVideo.Users.BulkEditAssignedUserRoles bulkEditAssignedUserRoles(Long userId, BulkEditAssignedUserRolesRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.userId - Required. The ID of the user to which the assigned user roles belong.content - the BulkEditAssignedUserRolesRequestIOExceptionpublic DisplayVideo.Users.Create create(User content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the UserIOExceptionpublic DisplayVideo.Users.Delete delete(Long userId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.userId - Required. The ID of the user to delete.IOExceptionpublic DisplayVideo.Users.Get get(Long userId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.userId - Required. The ID of the user to fetch.IOExceptionpublic DisplayVideo.Users.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic DisplayVideo.Users.Patch patch(Long userId, User content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.userId - Output only. The unique ID of the user. Assigned by the system.content - the UserIOExceptionCopyright © 2011–2026 Google. All rights reserved.