Class SrvcConfPartner.SrvcConfPartnerBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation.SrvcConfPartner.SrvcConfPartnerBuilder
Enclosing class:
SrvcConfPartner

public static final class SrvcConfPartner.SrvcConfPartnerBuilder extends Object
Helper class to allow for fluent creation of SrvcConfPartner instances.
  • 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: 10

      Original 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: 8

      Original 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: 10

      Original property name from the Odata EDM: CustMgmtBusinessPartner

      Returns:
      this.
    • custMgmtPartnerIsMainPartner

      @Nonnull public SrvcConfPartner.SrvcConfPartnerBuilder custMgmtPartnerIsMainPartner(@Nullable Boolean custMgmtPartnerIsMainPartner)
      Constraints: none

      Original property name from the Odata EDM: CustMgmtPartnerIsMainPartner

      Returns:
      this.
    • build

      @Nonnull public SrvcConfPartner build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object