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