Package com.stripe.param.terminal
Class ConfigurationCreateParams.Wifi.Builder
java.lang.Object
com.stripe.param.terminal.ConfigurationCreateParams.Wifi.Builder
- Enclosing class:
- ConfigurationCreateParams.Wifi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.setEnterpriseEapPeap
(ConfigurationCreateParams.Wifi.EnterpriseEapPeap enterpriseEapPeap) Credentials for a WPA-Enterprise WiFi network using the EAP-PEAP authentication method.setEnterpriseEapTls
(ConfigurationCreateParams.Wifi.EnterpriseEapTls enterpriseEapTls) Credentials for a WPA-Enterprise WiFi network using the EAP-TLS authentication method.setPersonalPsk
(ConfigurationCreateParams.Wifi.PersonalPsk personalPsk) Credentials for a WPA-Personal WiFi network.Required. Security type of the WiFi network.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setEnterpriseEapPeap
public ConfigurationCreateParams.Wifi.Builder setEnterpriseEapPeap(ConfigurationCreateParams.Wifi.EnterpriseEapPeap enterpriseEapPeap) Credentials for a WPA-Enterprise WiFi network using the EAP-PEAP authentication method. -
setEnterpriseEapTls
public ConfigurationCreateParams.Wifi.Builder setEnterpriseEapTls(ConfigurationCreateParams.Wifi.EnterpriseEapTls enterpriseEapTls) Credentials for a WPA-Enterprise WiFi network using the EAP-TLS authentication method. -
putExtraParam
Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeConfigurationCreateParams.Wifi.extraParams
for the field documentation. -
putAllExtraParam
Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeConfigurationCreateParams.Wifi.extraParams
for the field documentation. -
setPersonalPsk
public ConfigurationCreateParams.Wifi.Builder setPersonalPsk(ConfigurationCreateParams.Wifi.PersonalPsk personalPsk) Credentials for a WPA-Personal WiFi network. -
setType
Required. Security type of the WiFi network. Fill out the hash with the corresponding name to provide the set of credentials for this security type.
-