Class WidgetBackground.Builder
- java.lang.Object
-
- com.courier.api.resources.send.types.WidgetBackground.Builder
-
- Enclosing class:
- WidgetBackground
public static final class WidgetBackground.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WidgetBackground.BuilderbottomColor(java.lang.String bottomColor)WidgetBackground.BuilderbottomColor(java.util.Optional<java.lang.String> bottomColor)WidgetBackgroundbuild()WidgetBackground.Builderfrom(WidgetBackground other)WidgetBackground.BuildertopColor(java.lang.String topColor)WidgetBackground.BuildertopColor(java.util.Optional<java.lang.String> topColor)
-
-
-
Method Detail
-
from
public WidgetBackground.Builder from(WidgetBackground other)
-
topColor
public WidgetBackground.Builder topColor(java.util.Optional<java.lang.String> topColor)
-
topColor
public WidgetBackground.Builder topColor(java.lang.String topColor)
-
bottomColor
public WidgetBackground.Builder bottomColor(java.util.Optional<java.lang.String> bottomColor)
-
bottomColor
public WidgetBackground.Builder bottomColor(java.lang.String bottomColor)
-
build
public WidgetBackground build()
-
-