@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-04-02T22:56:45.878Z[GMT]") public class UpdateInboxOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_EXPIRES_AT |
static String |
SERIALIZED_NAME_FAVOURITE |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_TAGS |
| Constructor and Description |
|---|
UpdateInboxOptions() |
| Modifier and Type | Method and Description |
|---|---|
UpdateInboxOptions |
addTagsItem(String tagsItem) |
UpdateInboxOptions |
description(String description) |
boolean |
equals(Object o) |
UpdateInboxOptions |
expiresAt(OffsetDateTime expiresAt) |
UpdateInboxOptions |
favourite(Boolean favourite) |
String |
getDescription()
Description of an inbox for labelling and searching purposes
|
OffsetDateTime |
getExpiresAt()
Inbox expiration time.
|
Boolean |
getFavourite()
Is the inbox favorited.
|
String |
getName()
Name of the inbox.
|
List<String> |
getTags()
Tags that inbox has been tagged with.
|
int |
hashCode() |
UpdateInboxOptions |
name(String name) |
void |
setDescription(String description) |
void |
setExpiresAt(OffsetDateTime expiresAt) |
void |
setFavourite(Boolean favourite) |
void |
setName(String name) |
void |
setTags(List<String> tags) |
UpdateInboxOptions |
tags(List<String> tags) |
String |
toString() |
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_EXPIRES_AT
public static final String SERIALIZED_NAME_FAVOURITE
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_TAGS
public UpdateInboxOptions description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public UpdateInboxOptions expiresAt(OffsetDateTime expiresAt)
@Nullable public OffsetDateTime getExpiresAt()
public void setExpiresAt(OffsetDateTime expiresAt)
public UpdateInboxOptions favourite(Boolean favourite)
@Nullable public Boolean getFavourite()
public void setFavourite(Boolean favourite)
public UpdateInboxOptions name(String name)
@Nullable public String getName()
public void setName(String name)
public UpdateInboxOptions tags(List<String> tags)
public UpdateInboxOptions addTagsItem(String tagsItem)
@Nullable public List<String> getTags()
Copyright © 2021. All rights reserved.