java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.Customer.CustomerBuilder
Enclosing class:
Customer

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

    • cnsldtnCustomerHier

      @Nonnull public Customer.CustomerBuilder cnsldtnCustomerHier(CustomerHier... value)
      Navigation property to_CnsldtnCustomerHier for Customer to multiple CustomerHier.
      Parameters:
      value - The CustomerHiers to build this Customer with.
      Returns:
      This Builder to allow for a fluent interface.
    • cnsldtnCustomerT

      @Nonnull public Customer.CustomerBuilder cnsldtnCustomerT(CustomerText... value)
      Navigation property to_CnsldtnCustomerT for Customer to multiple CustomerText.
      Parameters:
      value - The CustomerTexts to build this Customer with.
      Returns:
      This Builder to allow for a fluent interface.
    • customer

      @Nonnull public Customer.CustomerBuilder customer(@Nullable String customer)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: Customer

      Returns:
      this.
    • customer_Text

      @Nonnull public Customer.CustomerBuilder customer_Text(@Nullable String customer_Text)
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: Customer_Text

      Returns:
      this.
    • additionalMasterDataSource

      @Nonnull public Customer.CustomerBuilder additionalMasterDataSource(@Nullable String additionalMasterDataSource)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: AdditionalMasterDataSource

      Returns:
      this.
    • build

      @Nonnull public Customer build()
    • toString

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