Class SrcgProjItemDmndConfCodeTxt.SrcgProjItemDmndConfCodeTxtBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingprojectdemandconfirmationcode.SrcgProjItemDmndConfCodeTxt.SrcgProjItemDmndConfCodeTxtBuilder
- Enclosing class:
- SrcgProjItemDmndConfCodeTxt
public static final class SrcgProjItemDmndConfCodeTxt.SrcgProjItemDmndConfCodeTxtBuilder
extends Object
Helper class to allow for fluent creation of SrcgProjItemDmndConfCodeTxt instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 2Navigation property _SrcgProjItemDemandConfCode for SrcgProjItemDmndConfCodeTxt to single SrcgProjItemDemandConfCode.srcgProjItemDemandConfCode(String value) (Key Field) Constraints: Not nullable, Maximum length: 2srcgProjItemDemandConfCodeName(String srcgProjItemDemandConfCodeName) Constraints: Not nullable, Maximum length: 60toString()
-
Method Details
-
srcgProjItemDemandConfCode
@Nonnull public SrcgProjItemDmndConfCodeTxt.SrcgProjItemDmndConfCodeTxtBuilder srcgProjItemDemandConfCode(SrcgProjItemDemandConfCode value) Navigation property _SrcgProjItemDemandConfCode for SrcgProjItemDmndConfCodeTxt to single SrcgProjItemDemandConfCode.- Parameters:
value- The SrcgProjItemDemandConfCode to build this SrcgProjItemDmndConfCodeTxt with.- Returns:
- This Builder to allow for a fluent interface.
-
srcgProjItemDemandConfCode
@Nonnull public SrcgProjItemDmndConfCodeTxt.SrcgProjItemDmndConfCodeTxtBuilder srcgProjItemDemandConfCode(String value) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: SrcgProjItemDemandConfCode
- Parameters:
value- The srcgProjItemDemandConfCode to build this SrcgProjItemDmndConfCodeTxt with.- Returns:
- This Builder to allow for a fluent interface.
-
language
@Nonnull public SrcgProjItemDmndConfCodeTxt.SrcgProjItemDmndConfCodeTxtBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
srcgProjItemDemandConfCodeName
@Nonnull public SrcgProjItemDmndConfCodeTxt.SrcgProjItemDmndConfCodeTxtBuilder srcgProjItemDemandConfCodeName(@Nullable String srcgProjItemDemandConfCodeName) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: SrcgProjItemDemandConfCodeName
- Returns:
this.
-
build
-
toString
-