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