Package | Description |
---|---|
com.addicticks.avenuemq.dto.testing |
Builders.
|
Modifier and Type | Method and Description |
---|---|
static FieldDataBuilder |
FieldDataBuilder.builder()
Creates a new builder.
|
FieldDataBuilder |
FieldDataBuilder.withFieldId(Integer fieldId)
Sets the field's Id.
|
FieldDataBuilder |
FieldDataBuilder.withFieldLength(Integer fieldLength)
Sets the field's maximum allowed bytes length.
|
FieldDataBuilder |
FieldDataBuilder.withFieldName(String fieldName)
Sets the Field Name.
|
FieldDataBuilder |
FieldDataBuilder.withValueBinary(byte[] valueBinary)
Sets a field of type
BINARY . |
FieldDataBuilder |
FieldDataBuilder.withValueBool(Boolean valueBoolean)
Sets a field of type
BOOLEAN . |
FieldDataBuilder |
FieldDataBuilder.withValueDate(OffsetDateTime valueDate)
Sets a field of type
DATE . |
FieldDataBuilder |
FieldDataBuilder.withValueDateTime(OffsetDateTime valueDateTime)
Sets a field of type
DATETIME . |
FieldDataBuilder |
FieldDataBuilder.withValueDecimal(BigDecimal valueDecimal)
Sets a field of type
DECIMAL . |
FieldDataBuilder |
FieldDataBuilder.withValueDecimalStr(String valueDecimalStr)
Sets a field of type
DECIMAL . |
FieldDataBuilder |
FieldDataBuilder.withValueInt(Integer valueInt)
Sets a field of type
STRING . |
FieldDataBuilder |
FieldDataBuilder.withValueLong(Long valueLong)
Sets a field of type
LONG . |
FieldDataBuilder |
FieldDataBuilder.withValueString(String valueString)
Sets a field of type
STRING . |
FieldDataBuilder |
FieldDataBuilder.withValueTime(OffsetTime valueTime)
Sets a field of type
TIME . |
Copyright © 2019 Addicticks. All rights reserved.