Class SrvcConfItemPartner.SrvcConfItemPartnerBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation.SrvcConfItemPartner.SrvcConfItemPartnerBuilder
- Enclosing class:
- SrvcConfItemPartner
Helper class to allow for fluent creation of SrvcConfItemPartner instances.
-
Method Summary
Modifier and TypeMethodDescriptionaddress(SrvcConfItmPartnerAddress value) Navigation property to_Address for SrvcConfItemPartner to single SrvcConfItmPartnerAddress.build()custMgmtBusinessPartner(String custMgmtBusinessPartner) (Key Field) Constraints: Not nullable, Maximum length: 10custMgmtPartnerFunction(String custMgmtPartnerFunction) (Key Field) Constraints: Not nullable, Maximum length: 8custMgmtPartnerIsMainPartner(Boolean custMgmtPartnerIsMainPartner) Constraints: noneserviceConfirmation(String serviceConfirmation) (Key Field) Constraints: Not nullable, Maximum length: 10serviceConfirmationItem(String serviceConfirmationItem) (Key Field) Constraints: Not nullable, Maximum length: 6toString()
-
Method Details
-
address
@Nonnull public SrvcConfItemPartner.SrvcConfItemPartnerBuilder address(SrvcConfItmPartnerAddress value) Navigation property to_Address for SrvcConfItemPartner to single SrvcConfItmPartnerAddress.- Parameters:
value- The SrvcConfItmPartnerAddress to build this SrvcConfItemPartner with.- Returns:
- This Builder to allow for a fluent interface.
-
serviceConfirmation
@Nonnull public SrvcConfItemPartner.SrvcConfItemPartnerBuilder serviceConfirmation(@Nullable String serviceConfirmation) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ServiceConfirmation
- Returns:
this.
-
serviceConfirmationItem
@Nonnull public SrvcConfItemPartner.SrvcConfItemPartnerBuilder serviceConfirmationItem(@Nullable String serviceConfirmationItem) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: ServiceConfirmationItem
- Returns:
this.
-
custMgmtPartnerFunction
@Nonnull public SrvcConfItemPartner.SrvcConfItemPartnerBuilder custMgmtPartnerFunction(@Nullable String custMgmtPartnerFunction) (Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: CustMgmtPartnerFunction
- Returns:
this.
-
custMgmtBusinessPartner
@Nonnull public SrvcConfItemPartner.SrvcConfItemPartnerBuilder custMgmtBusinessPartner(@Nullable String custMgmtBusinessPartner) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: CustMgmtBusinessPartner
- Returns:
this.
-
custMgmtPartnerIsMainPartner
@Nonnull public SrvcConfItemPartner.SrvcConfItemPartnerBuilder custMgmtPartnerIsMainPartner(@Nullable Boolean custMgmtPartnerIsMainPartner) Constraints: noneOriginal property name from the Odata EDM: CustMgmtPartnerIsMainPartner
- Returns:
this.
-
build
-
toString
-