Class MRPChangeRequestPriority.MRPChangeRequestPriorityBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.mrpchangerequestpriority.MRPChangeRequestPriority.MRPChangeRequestPriorityBuilder
- Enclosing class:
- MRPChangeRequestPriority
Helper class to allow for fluent creation of MRPChangeRequestPriority instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()mRPRequestPriority(String mRPRequestPriority) (Key Field) Constraints: Not nullable, Maximum length: 2mRPRequestPriorityName(String mRPRequestPriorityName) Constraints: Not nullable, Maximum length: 40text(MRPChangeRequestPriorityTxt... value) Navigation property _Text for MRPChangeRequestPriority to multiple MRPChangeRequestPriorityTxt.toString()
-
Method Details
-
text
@Nonnull public MRPChangeRequestPriority.MRPChangeRequestPriorityBuilder text(MRPChangeRequestPriorityTxt... value) Navigation property _Text for MRPChangeRequestPriority to multiple MRPChangeRequestPriorityTxt.- Parameters:
value- The MRPChangeRequestPriorityTxts to build this MRPChangeRequestPriority with.- Returns:
- This Builder to allow for a fluent interface.
-
mRPRequestPriority
@Nonnull public MRPChangeRequestPriority.MRPChangeRequestPriorityBuilder mRPRequestPriority(@Nullable String mRPRequestPriority) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: MRPRequestPriority
- Returns:
this.
-
mRPRequestPriorityName
@Nonnull public MRPChangeRequestPriority.MRPChangeRequestPriorityBuilder mRPRequestPriorityName(@Nullable String mRPRequestPriorityName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: MRPRequestPriorityName
- Returns:
this.
-
build
-
toString
-