UpdateApplicationRequest

public final class UpdateApplicationRequest

Class representation of a Nylas update application request.

Constructors

Link copied to clipboard
public UpdateApplicationRequest UpdateApplicationRequest(@Json(name = "branding") UpdateApplicationRequest.Branding branding, @Json(name = "hosted_authentication") ApplicationDetails.HostedAuthentication hostedAuthentication, @Json(name = "callback_uris") List<UpdateApplicationRedirectUriRequest> callbackUris)

Types

Link copied to clipboard
public final class Branding

Branding fields accepted by application updates. All fields are optional because PATCH /v3/applications accepts sparse branding changes.

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard

Branding details for the application.

Link copied to clipboard

List of callback URIs for the application.

Link copied to clipboard

Hosted authentication branding details.

Functions

Link copied to clipboard

Branding details for the application.

Link copied to clipboard

List of callback URIs for the application.

Link copied to clipboard

Hosted authentication branding details.