Class SrvcConfItemPartner.SrvcConfItemPartnerBuilder

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

public static final class SrvcConfItemPartner.SrvcConfItemPartnerBuilder extends Object
Helper class to allow for fluent creation of SrvcConfItemPartner instances.
  • Method Details

    • address

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

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

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

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

      Original property name from the Odata EDM: CustMgmtBusinessPartner

      Returns:
      this.
    • custMgmtPartnerIsMainPartner

      @Nonnull public SrvcConfItemPartner.SrvcConfItemPartnerBuilder custMgmtPartnerIsMainPartner(@Nullable Boolean custMgmtPartnerIsMainPartner)
      Constraints: none

      Original property name from the Odata EDM: CustMgmtPartnerIsMainPartner

      Returns:
      this.
    • build

      @Nonnull public SrvcConfItemPartner build()
    • toString

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