Package | Description |
---|---|
io.sphere.sdk.sequencegenerators |
Modifier and Type | Method and Description |
---|---|
CustomObjectBigIntegerNumberGeneratorConfigBuilder |
CustomObjectBigIntegerNumberGeneratorConfigBuilder.container(String container)
Sets the container for the
CustomObject storing the last used sequence number. |
CustomObjectBigIntegerNumberGeneratorConfigBuilder |
CustomObjectBigIntegerNumberGeneratorConfigBuilder.initialValue(BigInteger initialValue)
Sets the first number generated if the underlying
CustomObject does not exist. |
CustomObjectBigIntegerNumberGeneratorConfigBuilder |
CustomObjectBigIntegerNumberGeneratorConfigBuilder.maxRetryAttempts(int maxRetryAttempts)
Sets the maximum amount of retries.
|
static CustomObjectBigIntegerNumberGeneratorConfigBuilder |
CustomObjectBigIntegerNumberGeneratorConfigBuilder.of(SphereClient sphereClient,
String key)
Creates a new builder instance.
|