-
public final class UpdateInboxOptionsOptions for updating inbox properties
-
-
Constructor Summary
Constructors Constructor Description UpdateInboxOptions(String description, OffsetDateTime expiresAt, Boolean favourite, String name, List<String> tags)
-
Method Summary
Modifier and Type Method Description final StringgetDescription()final OffsetDateTimegetExpiresAt()final BooleangetFavourite()final StringgetName()final List<String>getTags()-
-
Constructor Detail
-
UpdateInboxOptions
UpdateInboxOptions(String description, OffsetDateTime expiresAt, Boolean favourite, String name, List<String> tags)
- Parameters:
description- Description of an inbox for labelling and searching purposesexpiresAt- Inbox expiration time.favourite- Is the inbox a favorite inbox.name- Name of the inbox and used as the sender name when sending emails .tags- Tags that inbox has been tagged with.
-
-
Method Detail
-
getDescription
final String getDescription()
-
getExpiresAt
final OffsetDateTime getExpiresAt()
-
getFavourite
final Boolean getFavourite()
-
-
-
-