Package com.botbye.model
Class BotbyePhishingConfig.Builder
- java.lang.Object
-
- com.botbye.model.BotbyePhishingConfig.Builder
-
- Enclosing class:
- BotbyePhishingConfig
public static class BotbyePhishingConfig.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BotbyePhishingConfigbuild()BotbyePhishingConfig.BuilderclientKey(java.lang.String clientKey)BotbyePhishingConfig.Builderendpoint(java.lang.String endpoint)
-
-
-
Method Detail
-
endpoint
public BotbyePhishingConfig.Builder endpoint(java.lang.String endpoint)
-
clientKey
public BotbyePhishingConfig.Builder clientKey(java.lang.String clientKey)
-
build
public BotbyePhishingConfig build()
-
-