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