Class TransportationRateTable.TransportationRateTableBuilder
- Enclosing class:
- TransportationRateTable
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablebuild()toString()transpChargeType(String transpChargeType) Constraints: Not nullable, Maximum length: 15transportationRateTableUUID(UUID transportationRateTableUUID) (Key Field) Constraints: Not nullabletranspRateTableChangedBy(String transpRateTableChangedBy) Constraints: Not nullable, Maximum length: 12transpRateTableChangedOnDteTme(OffsetDateTime transpRateTableChangedOnDteTme) Constraints: NullabletranspRateTableCreatedBy(String transpRateTableCreatedBy) Constraints: Not nullable, Maximum length: 12transpRateTableDesc(String transpRateTableDesc) Constraints: Not nullable, Maximum length: 75transpRateTableID(String transpRateTableID) Constraints: Not nullable, Maximum length: 20Navigation property _TranspRateTableOrganization for TransportationRateTable to multiple TranspRateTableOrganization.Navigation property _TranspRateTableScaleRef for TransportationRateTable to multiple TranspRateTableScaleRef.transpRateTableSignType(String transpRateTableSignType) Constraints: Not nullable, Maximum length: 1transpRateTableTimeZone(String transpRateTableTimeZone) Constraints: Not nullable, Maximum length: 6Navigation property _TranspRateTableValidity for TransportationRateTable to multiple TranspRateTableValidity.transpRateTableValueType(String transpRateTableValueType) Constraints: Not nullable, Maximum length: 1transpRateTblCreatedOnDateTime(OffsetDateTime transpRateTblCreatedOnDateTime) Constraints: Nullable
-
Method Details
-
transpRateTableOrganization
@Nonnull public TransportationRateTable.TransportationRateTableBuilder transpRateTableOrganization(TranspRateTableOrganization... value) Navigation property _TranspRateTableOrganization for TransportationRateTable to multiple TranspRateTableOrganization.- Parameters:
value- The TranspRateTableOrganizations to build this TransportationRateTable with.- Returns:
- This Builder to allow for a fluent interface.
-
transpRateTableScaleRef
@Nonnull public TransportationRateTable.TransportationRateTableBuilder transpRateTableScaleRef(TranspRateTableScaleRef... value) Navigation property _TranspRateTableScaleRef for TransportationRateTable to multiple TranspRateTableScaleRef.- Parameters:
value- The TranspRateTableScaleRefs to build this TransportationRateTable with.- Returns:
- This Builder to allow for a fluent interface.
-
transpRateTableValidity
@Nonnull public TransportationRateTable.TransportationRateTableBuilder transpRateTableValidity(TranspRateTableValidity... value) Navigation property _TranspRateTableValidity for TransportationRateTable to multiple TranspRateTableValidity.- Parameters:
value- The TranspRateTableValiditys to build this TransportationRateTable with.- Returns:
- This Builder to allow for a fluent interface.
-
transportationRateTableUUID
@Nonnull public TransportationRateTable.TransportationRateTableBuilder transportationRateTableUUID(@Nullable UUID transportationRateTableUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: TransportationRateTableUUID
- Returns:
this.
-
transpRateTableID
@Nonnull public TransportationRateTable.TransportationRateTableBuilder transpRateTableID(@Nullable String transpRateTableID) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: TranspRateTableID
- Returns:
this.
-
transpRateTableDesc
@Nonnull public TransportationRateTable.TransportationRateTableBuilder transpRateTableDesc(@Nullable String transpRateTableDesc) Constraints: Not nullable, Maximum length: 75Original property name from the Odata EDM: TranspRateTableDesc
- Returns:
this.
-
transpRateTableChangedOnDteTme
@Nonnull public TransportationRateTable.TransportationRateTableBuilder transpRateTableChangedOnDteTme(@Nullable OffsetDateTime transpRateTableChangedOnDteTme) Constraints: NullableOriginal property name from the Odata EDM: TranspRateTableChangedOnDteTme
- Returns:
this.
-
transpRateTblCreatedOnDateTime
@Nonnull public TransportationRateTable.TransportationRateTableBuilder transpRateTblCreatedOnDateTime(@Nullable OffsetDateTime transpRateTblCreatedOnDateTime) Constraints: NullableOriginal property name from the Odata EDM: TranspRateTblCreatedOnDateTime
- Returns:
this.
-
transpRateTableChangedBy
@Nonnull public TransportationRateTable.TransportationRateTableBuilder transpRateTableChangedBy(@Nullable String transpRateTableChangedBy) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: TranspRateTableChangedBy
- Returns:
this.
-
transpRateTableCreatedBy
@Nonnull public TransportationRateTable.TransportationRateTableBuilder transpRateTableCreatedBy(@Nullable String transpRateTableCreatedBy) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: TranspRateTableCreatedBy
- Returns:
this.
-
transpRateTableValueType
@Nonnull public TransportationRateTable.TransportationRateTableBuilder transpRateTableValueType(@Nullable String transpRateTableValueType) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: TranspRateTableValueType
- Returns:
this.
-
transpChargeType
@Nonnull public TransportationRateTable.TransportationRateTableBuilder transpChargeType(@Nullable String transpChargeType) Constraints: Not nullable, Maximum length: 15Original property name from the Odata EDM: TranspChargeType
- Returns:
this.
-
transpRateTableSignType
@Nonnull public TransportationRateTable.TransportationRateTableBuilder transpRateTableSignType(@Nullable String transpRateTableSignType) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: TranspRateTableSignType
- Returns:
this.
-
transpRateTableTimeZone
@Nonnull public TransportationRateTable.TransportationRateTableBuilder transpRateTableTimeZone(@Nullable String transpRateTableTimeZone) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: TranspRateTableTimeZone
- Returns:
this.
-
_Messages
@Nonnull public TransportationRateTable.TransportationRateTableBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-