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