Class MRPChangeRequestRejection.MRPChangeRequestRejectionBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.mrpchangerequestrejection.MRPChangeRequestRejection.MRPChangeRequestRejectionBuilder
- Enclosing class:
- MRPChangeRequestRejection
Helper class to allow for fluent creation of MRPChangeRequestRejection instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()mRPRequestRejection(String mRPRequestRejection) (Key Field) Constraints: Not nullable, Maximum length: 2mRPRequestRejectionName(String mRPRequestRejectionName) Constraints: Not nullable, Maximum length: 40text(MRPChangeRequestRejectionTxt... value) Navigation property _Text for MRPChangeRequestRejection to multiple MRPChangeRequestRejectionTxt.toString()
-
Method Details
-
text
@Nonnull public MRPChangeRequestRejection.MRPChangeRequestRejectionBuilder text(MRPChangeRequestRejectionTxt... value) Navigation property _Text for MRPChangeRequestRejection to multiple MRPChangeRequestRejectionTxt.- Parameters:
value- The MRPChangeRequestRejectionTxts to build this MRPChangeRequestRejection with.- Returns:
- This Builder to allow for a fluent interface.
-
mRPRequestRejection
@Nonnull public MRPChangeRequestRejection.MRPChangeRequestRejectionBuilder mRPRequestRejection(@Nullable String mRPRequestRejection) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: MRPRequestRejection
- Returns:
this.
-
mRPRequestRejectionName
@Nonnull public MRPChangeRequestRejection.MRPChangeRequestRejectionBuilder mRPRequestRejectionName(@Nullable String mRPRequestRejectionName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: MRPRequestRejectionName
- Returns:
this.
-
build
-
toString
-