Class SrvcConfDuration.SrvcConfDurationBuilder

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

public static class SrvcConfDuration.SrvcConfDurationBuilder extends Object
  • Method Details

    • serviceConfirmation

      @Nonnull public SrvcConfDuration.SrvcConfDurationBuilder serviceConfirmation(@Nullable String serviceConfirmation)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: ServiceConfirmation

      Returns:
      this.
    • srvcDocDurationType

      @Nonnull public SrvcConfDuration.SrvcConfDurationBuilder srvcDocDurationType(@Nullable String srvcDocDurationType)
      (Key Field) Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: SrvcDocDurationType

      Returns:
      this.
    • srvcDocDurationValue

      @Nonnull public SrvcConfDuration.SrvcConfDurationBuilder srvcDocDurationValue(@Nullable BigDecimal srvcDocDurationValue)
      Constraints: Not nullable, Precision: 13, Scale: 0

      Original property name from the Odata EDM: SrvcDocDurationValue

      Returns:
      this.
    • srvcDocDurationUnit

      @Nonnull public SrvcConfDuration.SrvcConfDurationBuilder srvcDocDurationUnit(@Nullable String srvcDocDurationUnit)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: SrvcDocDurationUnit

      Returns:
      this.
    • build

      @Nonnull public SrvcConfDuration build()
    • toString

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