UpdateFolderRequest
Class representation of the Nylas folder update request.
Constructors
Link copied to clipboard
public UpdateFolderRequest UpdateFolderRequest( @Json(name = "name") String name, @Json(name = "parent_id") String parentId, @Json(name = "background_color") String backgroundColor, @Json(name = "text_color") String textColor)
Types
Link copied to clipboard
Builder for UpdateFolderRequest.