Package io.moov.sdk.models.components
Class BrandProperties
- java.lang.Object
-
- io.moov.sdk.models.components.BrandProperties
-
public class BrandProperties extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBrandProperties.Builder
-
Constructor Summary
Constructors Constructor Description BrandProperties(BrandColors colors)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BrandProperties.Builderbuilder()BrandColorscolors()Brand colors for light and dark modes.booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()BrandPropertieswithColors(BrandColors colors)Brand colors for light and dark modes.
-
-
-
Constructor Detail
-
BrandProperties
public BrandProperties(BrandColors colors)
-
-
Method Detail
-
colors
public BrandColors colors()
Brand colors for light and dark modes.
-
builder
public static final BrandProperties.Builder builder()
-
withColors
public BrandProperties withColors(BrandColors colors)
Brand colors for light and dark modes.
-
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
-
-