ApplicationDetails.HostedAuthentication

public ApplicationDetails.HostedAuthentication ApplicationDetails.HostedAuthentication(    @Json(name = "background_image_url") String backgroundImageUrl,     @Json(name = "alignment") String alignment,     @Json(name = "color_primary") String colorPrimary,     @Json(name = "color_secondary") String colorSecondary,     @Json(name = "title") String title,     @Json(name = "subtitle") String subtitle,     @Json(name = "background_color") String backgroundColor,     @Json(name = "spacing") Integer spacing)