Class EmbeddedSIMActivationCode.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.EmbeddedSIMActivationCode.Builder
-
- Enclosing class:
- EmbeddedSIMActivationCode
public static final class EmbeddedSIMActivationCode.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmbeddedSIMActivationCodebuild()EmbeddedSIMActivationCode.BuilderintegratedCircuitCardIdentifier(String integratedCircuitCardIdentifier)“The input must match the following regular expression: '^[0-9]{19}[0-9]?$'.”EmbeddedSIMActivationCode.BuildermatchingIdentifier(String matchingIdentifier)“The input must match the following regular expression: '^[a-zA-Z0-9\-]*$'.”EmbeddedSIMActivationCode.BuildersmdpPlusServerAddress(String smdpPlusServerAddress)“The input must match the following regular expression: '^([a-zA-Z0-9]+(-[a-zA-Z0 -9]+)*\.)+[a-zA-Z]{2,}$'.”
-
-
-
Method Detail
-
integratedCircuitCardIdentifier
public EmbeddedSIMActivationCode.Builder integratedCircuitCardIdentifier(String integratedCircuitCardIdentifier)
“The input must match the following regular expression: '^[0-9]{19}[0-9]?$'.”- Parameters:
integratedCircuitCardIdentifier- value ofintegratedCircuitCardIdentifierproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
matchingIdentifier
public EmbeddedSIMActivationCode.Builder matchingIdentifier(String matchingIdentifier)
“The input must match the following regular expression: '^[a-zA-Z0-9\-]*$'.”- Parameters:
matchingIdentifier- value ofmatchingIdentifierproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
smdpPlusServerAddress
public 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,}$'.”- Parameters:
smdpPlusServerAddress- value ofsmdpPlusServerAddressproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public EmbeddedSIMActivationCode build()
-
-