Class Value.ValueBuilder
- Enclosing class:
- Value
-
Method Summary
Modifier and TypeMethodDescriptionbuild()changeNumber(String changeNumber) Constraints: Not nullable, Maximum length: 12characteristic(Characteristic value) Navigation property to_Characteristic for Value to single Characteristic.characteristic(String value) Constraints: Not nullable, Maximum length: 30charcDataType(String charcDataType) Constraints: Not nullable, Maximum length: 4charcFromAmount(BigDecimal charcFromAmount) Constraints: Not nullable, Precision: 23, Scale: 3charcFromDate(LocalDateTime charcFromDate) Constraints: Not nullable, Precision: 0charcFromDecimalValue(BigDecimal charcFromDecimalValue) Constraints: Not nullable, Precision: 31, Scale: 14charcFromNumericValue(Double charcFromNumericValue) Constraints: nonecharcFromNumericValueUnit(String charcFromNumericValueUnit) Constraints: Not nullable, Maximum length: 3charcFromTime(LocalTime charcFromTime) Constraints: Not nullable, Precision: 0charcInternalID(String charcInternalID) (Key Field) Constraints: Not nullable, Maximum length: 10charcToAmount(BigDecimal charcToAmount) Constraints: Not nullable, Precision: 23, Scale: 3charcToDate(LocalDateTime charcToDate) Constraints: Not nullable, Precision: 0charcToDecimalValue(BigDecimal charcToDecimalValue) Constraints: Not nullable, Precision: 31, Scale: 14charcToNumericValue(Double charcToNumericValue) Constraints: nonecharcToNumericValueUnit(String charcToNumericValueUnit) Constraints: Not nullable, Maximum length: 3charcToTime(LocalTime charcToTime) Constraints: Not nullable, Precision: 0charcValue(String charcValue) Constraints: Not nullable, Maximum length: 70charcValueDependency(String charcValueDependency) Constraints: Not nullable, Maximum length: 1charcValuePositionNumber(String charcValuePositionNumber) (Key Field) Constraints: Not nullable, Maximum length: 3classInternalID(String classInternalID) Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 3Constraints: Not nullable, Maximum length: 5Navigation property to_FunctionalLocation for Value to single FunctionalLocation.functionalLocation(String value) (Key Field) Constraints: Not nullable, Maximum length: 90functionalLocationLabelName(String functionalLocationLabelName) Constraints: Not nullable, Maximum length: 40keyDate(LocalDateTime keyDate) Constraints: Not nullable, Precision: 0toString()
-
Method Details
-
functionalLocation
Navigation property to_FunctionalLocation for Value to single FunctionalLocation.- Parameters:
value- The FunctionalLocation to build this Value with.- Returns:
- This Builder to allow for a fluent interface.
-
functionalLocation
(Key Field) Constraints: Not nullable, Maximum length: 90Original property name from the Odata EDM: FunctionalLocation
- Parameters:
value- The functionalLocation to build this Value with.- Returns:
- This Builder to allow for a fluent interface.
-
characteristic
Navigation property to_Characteristic for Value to single Characteristic.- Parameters:
value- The Characteristic to build this Value with.- Returns:
- This Builder to allow for a fluent interface.
-
characteristic
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: Characteristic
- Parameters:
value- The characteristic to build this Value with.- Returns:
- This Builder to allow for a fluent interface.
-
classType
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ClassType
- Returns:
this.
-
charcValuePositionNumber
@Nonnull public Value.ValueBuilder charcValuePositionNumber(@Nullable String charcValuePositionNumber) (Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: CharcValuePositionNumber
- Returns:
this.
-
charcInternalID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: CharcInternalID
- Returns:
this.
-
functionalLocationLabelName
@Nonnull public Value.ValueBuilder functionalLocationLabelName(@Nullable String functionalLocationLabelName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: FunctionalLocationLabelName
- Returns:
this.
-
charcDataType
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CharcDataType
- Returns:
this.
-
classInternalID
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ClassInternalID
- Returns:
this.
-
keyDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: KeyDate
- Returns:
this.
-
changeNumber
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ChangeNumber
- Returns:
this.
-
charcValueDependency
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: CharcValueDependency
- Returns:
this.
-
charcValue
Constraints: Not nullable, Maximum length: 70Original property name from the Odata EDM: CharcValue
- Returns:
this.
-
charcFromNumericValue
Constraints: noneOriginal property name from the Odata EDM: CharcFromNumericValue
- Returns:
this.
-
charcFromNumericValueUnit
@Nonnull public Value.ValueBuilder charcFromNumericValueUnit(@Nullable String charcFromNumericValueUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: CharcFromNumericValueUnit
- Returns:
this.
-
charcToNumericValue
Constraints: noneOriginal property name from the Odata EDM: CharcToNumericValue
- Returns:
this.
-
charcToNumericValueUnit
@Nonnull public Value.ValueBuilder charcToNumericValueUnit(@Nullable String charcToNumericValueUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: CharcToNumericValueUnit
- Returns:
this.
-
charcFromDecimalValue
@Nonnull public Value.ValueBuilder charcFromDecimalValue(@Nullable BigDecimal charcFromDecimalValue) Constraints: Not nullable, Precision: 31, Scale: 14Original property name from the Odata EDM: CharcFromDecimalValue
- Returns:
this.
-
charcToDecimalValue
Constraints: Not nullable, Precision: 31, Scale: 14Original property name from the Odata EDM: CharcToDecimalValue
- Returns:
this.
-
charcFromAmount
Constraints: Not nullable, Precision: 23, Scale: 3Original property name from the Odata EDM: CharcFromAmount
- Returns:
this.
-
charcToAmount
Constraints: Not nullable, Precision: 23, Scale: 3Original property name from the Odata EDM: CharcToAmount
- Returns:
this.
-
currency
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: Currency
- Returns:
this.
-
charcFromDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CharcFromDate
- Returns:
this.
-
charcToDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CharcToDate
- Returns:
this.
-
charcFromTime
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CharcFromTime
- Returns:
this.
-
charcToTime
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CharcToTime
- Returns:
this.
-
build
-
toString
-