Package | Description |
---|---|
com.google.api.services.gmail | |
com.google.api.services.gmail.model |
Modifier and Type | Method and Description |
---|---|
Gmail.Users.Settings.UpdateVacation |
Gmail.Users.Settings.updateVacation(String userId,
VacationSettings content)
Updates vacation responder settings.
|
Constructor and Description |
---|
UpdateVacation(String userId,
VacationSettings content)
Updates vacation responder settings.
|
Modifier and Type | Method and Description |
---|---|
VacationSettings |
VacationSettings.clone() |
VacationSettings |
VacationSettings.set(String fieldName,
Object value) |
VacationSettings |
VacationSettings.setEnableAutoReply(Boolean enableAutoReply)
Flag that controls whether Gmail automatically replies to messages.
|
VacationSettings |
VacationSettings.setEndTime(Long endTime)
An optional end time for sending auto-replies (epoch ms).
|
VacationSettings |
VacationSettings.setResponseBodyHtml(String responseBodyHtml)
Response body in HTML format.
|
VacationSettings |
VacationSettings.setResponseBodyPlainText(String responseBodyPlainText)
Response body in plain text format.
|
VacationSettings |
VacationSettings.setResponseSubject(String responseSubject)
Optional text to prepend to the subject line in vacation responses.
|
VacationSettings |
VacationSettings.setRestrictToContacts(Boolean restrictToContacts)
Flag that determines whether responses are sent to recipients who are not in the user's list of
contacts.
|
VacationSettings |
VacationSettings.setRestrictToDomain(Boolean restrictToDomain)
Flag that determines whether responses are sent to recipients who are outside of the user's
domain.
|
VacationSettings |
VacationSettings.setStartTime(Long startTime)
An optional start time for sending auto-replies (epoch ms).
|
Copyright © 2011–2024 Google. All rights reserved.