Class FreightAgrmtCalculationSheet.FreightAgrmtCalculationSheetBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightagreement.FreightAgrmtCalculationSheet.FreightAgrmtCalculationSheetBuilder
- Enclosing class:
- FreightAgrmtCalculationSheet
public static final class FreightAgrmtCalculationSheet.FreightAgrmtCalculationSheetBuilder
extends Object
Helper class to allow for fluent creation of FreightAgrmtCalculationSheet instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()freightAgreement(FreightAgreement value) Navigation property _FreightAgreement for FreightAgrmtCalculationSheet to single FreightAgreement.Navigation property _FreightAgreementItem for FreightAgrmtCalculationSheet to single FreightAgreementItem.frtAgrmtCalcSheetItem(FrtAgrmtCalcSheetItem... value) Navigation property _FrtAgrmtCalcSheetItem for FreightAgrmtCalculationSheet to multiple FrtAgrmtCalcSheetItem.toString()transpAgreementItemUUID(UUID transpAgreementItemUUID) Constraints: Not nullabletranspCalculationSheetUUID(UUID transpCalculationSheetUUID) (Key Field) Constraints: Not nullabletransportationAgreementUUID(UUID transportationAgreementUUID) Constraints: Not nullabletransportationCalculationSheet(String transportationCalculationSheet) Constraints: Not nullable, Maximum length: 20
-
Method Details
-
freightAgreement
@Nonnull public FreightAgrmtCalculationSheet.FreightAgrmtCalculationSheetBuilder freightAgreement(FreightAgreement value) Navigation property _FreightAgreement for FreightAgrmtCalculationSheet to single FreightAgreement.- Parameters:
value- The FreightAgreement to build this FreightAgrmtCalculationSheet with.- Returns:
- This Builder to allow for a fluent interface.
-
freightAgreementItem
@Nonnull public FreightAgrmtCalculationSheet.FreightAgrmtCalculationSheetBuilder freightAgreementItem(FreightAgreementItem value) Navigation property _FreightAgreementItem for FreightAgrmtCalculationSheet to single FreightAgreementItem.- Parameters:
value- The FreightAgreementItem to build this FreightAgrmtCalculationSheet with.- Returns:
- This Builder to allow for a fluent interface.
-
frtAgrmtCalcSheetItem
@Nonnull public FreightAgrmtCalculationSheet.FreightAgrmtCalculationSheetBuilder frtAgrmtCalcSheetItem(FrtAgrmtCalcSheetItem... value) Navigation property _FrtAgrmtCalcSheetItem for FreightAgrmtCalculationSheet to multiple FrtAgrmtCalcSheetItem.- Parameters:
value- The FrtAgrmtCalcSheetItems to build this FreightAgrmtCalculationSheet with.- Returns:
- This Builder to allow for a fluent interface.
-
transpCalculationSheetUUID
@Nonnull public FreightAgrmtCalculationSheet.FreightAgrmtCalculationSheetBuilder transpCalculationSheetUUID(@Nullable UUID transpCalculationSheetUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: TranspCalculationSheetUUID
- Returns:
this.
-
transportationCalculationSheet
@Nonnull public FreightAgrmtCalculationSheet.FreightAgrmtCalculationSheetBuilder transportationCalculationSheet(@Nullable String transportationCalculationSheet) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: TransportationCalculationSheet
- Returns:
this.
-
transportationAgreementUUID
@Nonnull public FreightAgrmtCalculationSheet.FreightAgrmtCalculationSheetBuilder transportationAgreementUUID(@Nullable UUID transportationAgreementUUID) Constraints: Not nullableOriginal property name from the Odata EDM: TransportationAgreementUUID
- Returns:
this.
-
transpAgreementItemUUID
@Nonnull public FreightAgrmtCalculationSheet.FreightAgrmtCalculationSheetBuilder transpAgreementItemUUID(@Nullable UUID transpAgreementItemUUID) Constraints: Not nullableOriginal property name from the Odata EDM: TranspAgreementItemUUID
- Returns:
this.
-
build
-
toString
-