public class EmbeddedSIMActivationCode extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
EmbeddedSIMActivationCode.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
integratedCircuitCardIdentifier |
protected String |
matchingIdentifier |
protected String |
odataType |
protected String |
smdpPlusServerAddress |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
EmbeddedSIMActivationCode() |
| Modifier and Type | Method and Description |
|---|---|
static EmbeddedSIMActivationCode.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getIntegratedCircuitCardIdentifier()
“The input must match the following regular expression: '^[0-9]{19}[0-9]?$'.”
|
Optional<String> |
getMatchingIdentifier()
“The input must match the following regular expression: '^[a-zA-Z0-9\-]*$'.”
|
Optional<String> |
getSmdpPlusServerAddress()
“The input must match the following regular expression: '^([a-zA-Z0-9]+(-[a-zA-Z0
-9]+)*\.)+[a-zA-Z]{2,}$'.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
EmbeddedSIMActivationCode |
withIntegratedCircuitCardIdentifier(String integratedCircuitCardIdentifier)
Returns an immutable copy of
this with just the integratedCircuitCardIdentifier field changed. |
EmbeddedSIMActivationCode |
withMatchingIdentifier(String matchingIdentifier)
Returns an immutable copy of
this with just the matchingIdentifier field changed. |
EmbeddedSIMActivationCode |
withSmdpPlusServerAddress(String smdpPlusServerAddress)
Returns an immutable copy of
this with just the smdpPlusServerAddress field changed. |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String integratedCircuitCardIdentifier
protected String matchingIdentifier
protected String smdpPlusServerAddress
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<String> getIntegratedCircuitCardIdentifier()
public EmbeddedSIMActivationCode withIntegratedCircuitCardIdentifier(String integratedCircuitCardIdentifier)
this with just the integratedCircuitCardIdentifier field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“The input must match the following regular expression: '^[0-9]{19}[0-9]?$'.”
integratedCircuitCardIdentifier - new value of integratedCircuitCardIdentifier field (as defined in service metadata)this with just the integratedCircuitCardIdentifier field changedpublic Optional<String> getMatchingIdentifier()
public EmbeddedSIMActivationCode withMatchingIdentifier(String matchingIdentifier)
this with just the matchingIdentifier field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“The input must match the following regular expression: '^[a-zA-Z0-9\-]*$'.”
matchingIdentifier - new value of matchingIdentifier field (as defined in service metadata)this with just the matchingIdentifier field changedpublic Optional<String> getSmdpPlusServerAddress()
public EmbeddedSIMActivationCode withSmdpPlusServerAddress(String smdpPlusServerAddress)
this with just the smdpPlusServerAddress field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“The input must match the following regular expression: '^([a-zA-Z0-9]+(-[a-zA-Z0 -9]+)*\.)+[a-zA-Z]{2,}$'.”
smdpPlusServerAddress - new value of smdpPlusServerAddress field (as defined in service metadata)this with just the smdpPlusServerAddress field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static EmbeddedSIMActivationCode.Builder builder()
Copyright © 2018–2020. All rights reserved.