public static final class EmbeddedSIMActivationCode.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
EmbeddedSIMActivationCode |
build() |
EmbeddedSIMActivationCode.Builder |
integratedCircuitCardIdentifier(String integratedCircuitCardIdentifier)
“The input must match the following regular expression: '^[0-9]{19}[0-9]?$'.”
|
EmbeddedSIMActivationCode.Builder |
matchingIdentifier(String matchingIdentifier)
“The input must match the following regular expression: '^[a-zA-Z0-9\-]*$'.”
|
EmbeddedSIMActivationCode.Builder |
smdpPlusServerAddress(String smdpPlusServerAddress)
“The input must match the following regular expression: '^([a-zA-Z0-9]+(-[a-zA-Z0
-9]+)*\.)+[a-zA-Z]{2,}$'.”
|
public EmbeddedSIMActivationCode.Builder integratedCircuitCardIdentifier(String integratedCircuitCardIdentifier)
integratedCircuitCardIdentifier - value of integratedCircuitCardIdentifier property (as defined in service metadata)this (for method chaining)public EmbeddedSIMActivationCode.Builder matchingIdentifier(String matchingIdentifier)
matchingIdentifier - value of matchingIdentifier property (as defined in service metadata)this (for method chaining)public EmbeddedSIMActivationCode.Builder smdpPlusServerAddress(String smdpPlusServerAddress)
smdpPlusServerAddress - value of smdpPlusServerAddress property (as defined in service metadata)this (for method chaining)public EmbeddedSIMActivationCode build()
Copyright © 2018–2020. All rights reserved.