Package io.moov.sdk.models.components
Class BrandColors.Builder
- java.lang.Object
-
- io.moov.sdk.models.components.BrandColors.Builder
-
- Enclosing class:
- BrandColors
public static final class BrandColors.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BrandColorsbuild()BrandColors.Builderdark(BrandColor dark)BrandColors.Builderlight(BrandColor light)
-
-
-
Method Detail
-
dark
public BrandColors.Builder dark(BrandColor dark)
-
light
public BrandColors.Builder light(BrandColor light)
-
build
public BrandColors build()
-
-