List Drafts Query Params
Class representing the query parameters for listing drafts.
Constructors
Link copied to clipboard
public ListDraftsQueryParams ListDraftsQueryParams(@Json(name = "limit" ) Integer limit, @Json(name = "page_token" ) String pageToken, @Json(name = "subject" ) String subject, @Json(name = "any_email" ) List<String> anyEmail, @Json(name = "to" ) List<String> to, @Json(name = "cc" ) List<String> cc, @Json(name = "bcc" ) List<String> bcc, @Json(name = "unread" ) Boolean unread, @Json(name = "starred" ) Boolean starred, @Json(name = "thread_id" ) String threadId, @Json(name = "has_attachment" ) Boolean hasAttachment)
Types
Link copied to clipboard
Builder for ListDraftsQueryParams.
Properties
Link copied to clipboard
Return drafts that contain attachments.
Link copied to clipboard
An identifier that specifies which page of data to return. This value should be taken from the ListResponse.nextCursor response field.
Functions
Link copied to clipboard
Convert the query parameters to a json-formatted map.
Link copied to clipboard
Return emails that have been sent or received from this list of email addresses.
Link copied to clipboard
Return drafts that contain attachments.
Link copied to clipboard
An identifier that specifies which page of data to return. This value should be taken from the ListResponse.nextCursor response field.
Link copied to clipboard
Return drafts that are starred.
Link copied to clipboard
Return items with a matching literal subject.
Link copied to clipboard
Return drafts that belong to this thread.