Package com.chrt.api.types
Interface LineItem1._FinalStage
-
- All Known Implementing Classes:
LineItem1.Builder
- Enclosing class:
- LineItem1
public static interface LineItem1._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LineItem1._FinalStageadjustment(Nullable<java.lang.Double> adjustment)LineItem1._FinalStageadjustment(java.lang.Double adjustment)LineItem1._FinalStageadjustment(java.util.Optional<java.lang.Double> adjustment)LineItem1._FinalStageadjustmentComments(Nullable<java.lang.String> adjustmentComments)LineItem1._FinalStageadjustmentComments(java.lang.String adjustmentComments)LineItem1._FinalStageadjustmentComments(java.util.Optional<java.lang.String> adjustmentComments)LineItem1build()LineItem1._FinalStagecomments(Nullable<java.lang.String> comments)LineItem1._FinalStagecomments(java.lang.String comments)LineItem1._FinalStagecomments(java.util.Optional<java.lang.String> comments)LineItem1._FinalStagecreatedAtTimestamp(java.time.OffsetDateTime createdAtTimestamp)LineItem1._FinalStagecreatedAtTimestamp(java.util.Optional<java.time.OffsetDateTime> createdAtTimestamp)LineItem1._FinalStageschemaVersion(java.lang.Integer schemaVersion)LineItem1._FinalStageschemaVersion(java.util.Optional<java.lang.Integer> schemaVersion)LineItem1._FinalStageunits(UnitsEnum units)LineItem1._FinalStageunits(java.util.Optional<UnitsEnum> units)LineItem1._FinalStageuuidStr(java.lang.String uuidStr)LineItem1._FinalStageuuidStr(java.util.Optional<java.lang.String> uuidStr)
-
-
-
Method Detail
-
build
LineItem1 build()
-
schemaVersion
LineItem1._FinalStage schemaVersion(java.util.Optional<java.lang.Integer> schemaVersion)
-
schemaVersion
LineItem1._FinalStage schemaVersion(java.lang.Integer schemaVersion)
-
units
LineItem1._FinalStage units(java.util.Optional<UnitsEnum> units)
-
units
LineItem1._FinalStage units(UnitsEnum units)
-
comments
LineItem1._FinalStage comments(java.util.Optional<java.lang.String> comments)
-
comments
LineItem1._FinalStage comments(java.lang.String comments)
-
comments
LineItem1._FinalStage comments(Nullable<java.lang.String> comments)
-
adjustment
LineItem1._FinalStage adjustment(java.util.Optional<java.lang.Double> adjustment)
-
adjustment
LineItem1._FinalStage adjustment(java.lang.Double adjustment)
-
adjustment
LineItem1._FinalStage adjustment(Nullable<java.lang.Double> adjustment)
-
adjustmentComments
LineItem1._FinalStage adjustmentComments(java.util.Optional<java.lang.String> adjustmentComments)
-
adjustmentComments
LineItem1._FinalStage adjustmentComments(java.lang.String adjustmentComments)
-
adjustmentComments
LineItem1._FinalStage adjustmentComments(Nullable<java.lang.String> adjustmentComments)
-
createdAtTimestamp
LineItem1._FinalStage createdAtTimestamp(java.util.Optional<java.time.OffsetDateTime> createdAtTimestamp)
-
createdAtTimestamp
LineItem1._FinalStage createdAtTimestamp(java.time.OffsetDateTime createdAtTimestamp)
-
uuidStr
LineItem1._FinalStage uuidStr(java.util.Optional<java.lang.String> uuidStr)
-
uuidStr
LineItem1._FinalStage uuidStr(java.lang.String uuidStr)
-
-