public static class BodyTemplate1.Builder extends Object
Modifier and Type | Method and Description |
---|---|
BodyTemplate1 |
build() |
BodyTemplate1.Builder |
withBackButton(BackButtonBehavior backButton) |
BodyTemplate1.Builder |
withBackButton(String backButton) |
BodyTemplate1.Builder |
withBackgroundImage(Image backgroundImage) |
BodyTemplate1.Builder |
withTextContent(TextContent textContent) |
BodyTemplate1.Builder |
withTitle(String title) |
BodyTemplate1.Builder |
withToken(String token) |
public BodyTemplate1.Builder withToken(String token)
public BodyTemplate1.Builder withBackButton(String backButton)
public BodyTemplate1.Builder withBackButton(BackButtonBehavior backButton)
public BodyTemplate1.Builder withBackgroundImage(Image backgroundImage)
public BodyTemplate1.Builder withTitle(String title)
public BodyTemplate1.Builder withTextContent(TextContent textContent)
public BodyTemplate1 build()
Copyright © 2023. All rights reserved.