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 BotbyePhishingConfig.BuilderaccountId(java.lang.String accountId)BotbyePhishingConfig.BuilderapiKey(java.lang.String apiKey)BotbyePhishingConfigbuild()BotbyePhishingConfig.Builderendpoint(java.lang.String endpoint)BotbyePhishingConfig.BuilderprojectId(java.lang.String projectId)
-
-
-
Method Detail
-
endpoint
public BotbyePhishingConfig.Builder endpoint(java.lang.String endpoint)
-
accountId
public BotbyePhishingConfig.Builder accountId(java.lang.String accountId)
-
projectId
public BotbyePhishingConfig.Builder projectId(java.lang.String projectId)
-
apiKey
public BotbyePhishingConfig.Builder apiKey(java.lang.String apiKey)
-
build
public BotbyePhishingConfig build()
-
-