Class CostCenterText.CostCenterTextBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcentertest.CostCenterText.CostCenterTextBuilder
Enclosing class:
CostCenterText

public static class CostCenterText.CostCenterTextBuilder extends Object
  • Method Details

    • companyCode

      @Nonnull public CostCenterText.CostCenterTextBuilder companyCode(@Nullable String companyCode)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: CompanyCode

      Returns:
      this.
    • costCenterID

      @Nonnull public CostCenterText.CostCenterTextBuilder costCenterID(@Nullable String costCenterID)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: CostCenterID

      Returns:
      this.
    • validityEndDate

      @Nonnull public CostCenterText.CostCenterTextBuilder validityEndDate(@Nullable LocalDateTime validityEndDate)
      (Key Field) Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: ValidityEndDate

      Returns:
      this.
    • language

      @Nonnull public CostCenterText.CostCenterTextBuilder language(@Nullable String language)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: Language

      It corresponds to:1) All languages according to ISO 639.22) Languages assigned to specific countries or scripts1) Persian = 'FA'2) EnglishEnglish Australia = '1E'English Canada = '3E'English Ireland = '8E'English New Zealand = '1N'

      Returns:
      this.
    • costCenterName

      @Nonnull public CostCenterText.CostCenterTextBuilder costCenterName(@Nullable String costCenterName)
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: CostCenterName

      Returns:
      this.
    • costCenterDescription

      @Nonnull public CostCenterText.CostCenterTextBuilder costCenterDescription(@Nullable String costCenterDescription)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: CostCenterDescription

      Returns:
      this.
    • build

      @Nonnull public CostCenterText build()
    • toString

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