public static final class EmbeddedSIMActivationCodePool.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
EmbeddedSIMActivationCodePool.Builder |
activationCodeCount(Integer activationCodeCount)
“The total count of activation codes which belong to this pool.”
|
EmbeddedSIMActivationCodePool.Builder |
activationCodes(List<EmbeddedSIMActivationCode> activationCodes)
“The activation codes which belong to this pool.
|
EmbeddedSIMActivationCodePool.Builder |
activationCodesNextLink(String activationCodesNextLink)
“The activation codes which belong to this pool.
|
EmbeddedSIMActivationCodePool |
build() |
EmbeddedSIMActivationCodePool.Builder |
createdDateTime(OffsetDateTime createdDateTime)
“The time the embedded SIM activation code pool was created.
|
EmbeddedSIMActivationCodePool.Builder |
displayName(String displayName)
“The admin defined name of the embedded SIM activation code pool.”
|
EmbeddedSIMActivationCodePool.Builder |
id(String id) |
EmbeddedSIMActivationCodePool.Builder |
modifiedDateTime(OffsetDateTime modifiedDateTime)
“The time the embedded SIM activation code pool was last modified.
|
public EmbeddedSIMActivationCodePool.Builder id(String id)
public EmbeddedSIMActivationCodePool.Builder displayName(String displayName)
displayName - value of displayName property (as defined in service metadata)this (for method chaining)public EmbeddedSIMActivationCodePool.Builder createdDateTime(OffsetDateTime createdDateTime)
createdDateTime - value of createdDateTime property (as defined in service metadata)this (for method chaining)public EmbeddedSIMActivationCodePool.Builder modifiedDateTime(OffsetDateTime modifiedDateTime)
modifiedDateTime - value of modifiedDateTime property (as defined in service metadata)this (for method chaining)public EmbeddedSIMActivationCodePool.Builder activationCodes(List<EmbeddedSIMActivationCode> activationCodes)
activationCodes - value of activationCodes property (as defined in service metadata)this (for method chaining)public EmbeddedSIMActivationCodePool.Builder activationCodesNextLink(String activationCodesNextLink)
activationCodesNextLink - value of activationCodes@nextLink property (as defined in service metadata)this (for method chaining)public EmbeddedSIMActivationCodePool.Builder activationCodeCount(Integer activationCodeCount)
activationCodeCount - value of activationCodeCount property (as defined in service metadata)this (for method chaining)public EmbeddedSIMActivationCodePool build()
Copyright © 2018–2020. All rights reserved.