Class AnswerShippingQuery.Builder
java.lang.Object
org.teleight.teleightbots.api.methods.AnswerShippingQuery.Builder
- Enclosing class:
AnswerShippingQuery
-
Method Summary
Modifier and TypeMethodDescriptionbuild()errorMessage(@Nullable String errorMessage) ok(boolean ok) shippingOptions(@Nullable ShippingOption[] shippingOptions) shippingQueryId(@NotNull String shippingQueryId) toString()
-
Method Details
-
shippingQueryId
- Returns:
this.
-
ok
- Returns:
this.
-
shippingOptions
public AnswerShippingQuery.Builder shippingOptions(@Nullable @Nullable ShippingOption[] shippingOptions) - Returns:
this.
-
errorMessage
- Returns:
this.
-
build
-
toString
-