Package io.moov.sdk.models.components
Class BrandColors
- java.lang.Object
-
- io.moov.sdk.models.components.BrandColors
-
public class BrandColors extends java.lang.ObjectBrandColorsBrand colors for light and dark modes.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBrandColors.Builder
-
Constructor Summary
Constructors Constructor Description BrandColors(BrandColor dark, BrandColor light)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BrandColors.Builderbuilder()BrandColordark()booleanequals(java.lang.Object o)inthashCode()BrandColorlight()java.lang.StringtoString()BrandColorswithDark(BrandColor dark)BrandColorswithLight(BrandColor light)
-
-
-
Constructor Detail
-
BrandColors
public BrandColors(BrandColor dark, BrandColor light)
-
-
Method Detail
-
dark
public BrandColor dark()
-
light
public BrandColor light()
-
builder
public static BrandColors.Builder builder()
-
withDark
public BrandColors withDark(BrandColor dark)
-
withLight
public BrandColors withLight(BrandColor light)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-