Package com.stripe.param.terminal
Class ConfigurationCreateParams.Wifi.EnterpriseEapPeap.Builder
java.lang.Object
com.stripe.param.terminal.ConfigurationCreateParams.Wifi.EnterpriseEapPeap.Builder
- Enclosing class:
- ConfigurationCreateParams.Wifi.EnterpriseEapPeap
-
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.setCaCertificateFile
(String caCertificateFile) A File ID representing a PEM file containing the server certificate.setPassword
(String password) Required. Password for connecting to the WiFi networkRequired. Name of the WiFi networksetUsername
(String username) Required. Username for connecting to the WiFi network
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setCaCertificateFile
public ConfigurationCreateParams.Wifi.EnterpriseEapPeap.Builder setCaCertificateFile(String caCertificateFile) A File ID representing a PEM file containing the server certificate. -
putExtraParam
public ConfigurationCreateParams.Wifi.EnterpriseEapPeap.Builder putExtraParam(String key, Object value) 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.EnterpriseEapPeap.extraParams
for the field documentation. -
putAllExtraParam
public ConfigurationCreateParams.Wifi.EnterpriseEapPeap.Builder putAllExtraParam(Map<String, Object> map) 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.EnterpriseEapPeap.extraParams
for the field documentation. -
setPassword
Required. Password for connecting to the WiFi network -
setSsid
Required. Name of the WiFi network -
setUsername
Required. Username for connecting to the WiFi network
-