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