Create Folder Request
Class representation of the Nylas folder creation request.
Constructors
Link copied to clipboard
public CreateFolderRequest CreateFolderRequest(@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 CreateFolderRequest.