Class TranspRateTableOrganization.TranspRateTableOrganizationBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.ratetable.TranspRateTableOrganization.TranspRateTableOrganizationBuilder
- Enclosing class:
- TranspRateTableOrganization
public static final class TranspRateTableOrganization.TranspRateTableOrganizationBuilder
extends Object
Helper class to allow for fluent creation of TranspRateTableOrganization instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()toString()Navigation property _TransportationRateTable for TranspRateTableOrganization to single TransportationRateTable.transportationRateTableUUID(UUID transportationRateTableUUID) Constraints: Not nullabletranspPurgOrgExtID(String transpPurgOrgExtID) Constraints: Not nullable, Maximum length: 20transpRateTableOrgUUID(UUID transpRateTableOrgUUID) (Key Field) Constraints: Not nullable
-
Method Details
-
transportationRateTable
@Nonnull public TranspRateTableOrganization.TranspRateTableOrganizationBuilder transportationRateTable(TransportationRateTable value) Navigation property _TransportationRateTable for TranspRateTableOrganization to single TransportationRateTable.- Parameters:
value- The TransportationRateTable to build this TranspRateTableOrganization with.- Returns:
- This Builder to allow for a fluent interface.
-
transpRateTableOrgUUID
@Nonnull public TranspRateTableOrganization.TranspRateTableOrganizationBuilder transpRateTableOrgUUID(@Nullable UUID transpRateTableOrgUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: TranspRateTableOrgUUID
- Returns:
this.
-
transportationRateTableUUID
@Nonnull public TranspRateTableOrganization.TranspRateTableOrganizationBuilder transportationRateTableUUID(@Nullable UUID transportationRateTableUUID) Constraints: Not nullableOriginal property name from the Odata EDM: TransportationRateTableUUID
- Returns:
this.
-
transpPurgOrgExtID
@Nonnull public TranspRateTableOrganization.TranspRateTableOrganizationBuilder transpPurgOrgExtID(@Nullable String transpPurgOrgExtID) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: TranspPurgOrgExtID
- Returns:
this.
-
build
-
toString
-