Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method and Description |
---|---|
Email |
UserApi.addEmail(Object userIdOrUsername,
String email,
Boolean skipConfirmation)
Add an email to the user's emails.
|
Email |
UserApi.addEmail(String email)
Add an email to the current user's emails.
|
Email |
UserApi.getEmail(Long emailId)
Get a single Email instance specified by he email ID
|
Modifier and Type | Method and Description |
---|---|
List<Email> |
UserApi.getEmails()
Get a list of emails for the current user.
|
List<Email> |
UserApi.getEmails(Object userIdOrUsername)
Get a list of a specified user’s emails.
|
Copyright © 2020. All rights reserved.