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