UpdateApplicationRedirectUriRequest

Callback URI shape accepted by application updates.

Constructors

Link copied to clipboard
public UpdateApplicationRedirectUriRequest UpdateApplicationRedirectUriRequest(@Json(name = "id") String id, @Json(name = "url") String url, @Json(name = "platform") Platform platform, @Json(name = "settings") RedirectUriSettings settings)

Properties

Link copied to clipboard
private final String id

Existing callback URI ID. Include this when preserving or updating an existing URI.

Link copied to clipboard
private final Platform platform

Platform identifier.

Link copied to clipboard

Optional settings for the redirect URI.

Link copied to clipboard
private final String url

Redirect URL.

Functions

Link copied to clipboard
public final String getId()

Existing callback URI ID. Include this when preserving or updating an existing URI.

Link copied to clipboard
public final Platform getPlatform()

Platform identifier.

Link copied to clipboard

Optional settings for the redirect URI.

Link copied to clipboard
public final String getUrl()

Redirect URL.