Class SrvcConfItemDuration.SrvcConfItemDurationBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation.SrvcConfItemDuration.SrvcConfItemDurationBuilder
- Enclosing class:
- SrvcConfItemDuration
-
Method Summary
Modifier and TypeMethodDescriptionbuild()serviceConfirmation(String serviceConfirmation) (Key Field) Constraints: Not nullable, Maximum length: 10serviceConfirmationItem(String serviceConfirmationItem) (Key Field) Constraints: Not nullable, Maximum length: 6srvcDocDurationType(String srvcDocDurationType) (Key Field) Constraints: Not nullable, Maximum length: 12srvcDocDurationUnit(String srvcDocDurationUnit) Constraints: Not nullable, Maximum length: 12srvcDocDurationValue(BigDecimal srvcDocDurationValue) Constraints: Not nullable, Precision: 13, Scale: 0toString()
-
Method Details
-
serviceConfirmation
@Nonnull public SrvcConfItemDuration.SrvcConfItemDurationBuilder serviceConfirmation(@Nullable String serviceConfirmation) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ServiceConfirmation
- Returns:
this.
-
serviceConfirmationItem
@Nonnull public SrvcConfItemDuration.SrvcConfItemDurationBuilder serviceConfirmationItem(@Nullable String serviceConfirmationItem) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: ServiceConfirmationItem
- Returns:
this.
-
srvcDocDurationType
@Nonnull public SrvcConfItemDuration.SrvcConfItemDurationBuilder srvcDocDurationType(@Nullable String srvcDocDurationType) (Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: SrvcDocDurationType
- Returns:
this.
-
srvcDocDurationValue
@Nonnull public SrvcConfItemDuration.SrvcConfItemDurationBuilder srvcDocDurationValue(@Nullable BigDecimal srvcDocDurationValue) Constraints: Not nullable, Precision: 13, Scale: 0Original property name from the Odata EDM: SrvcDocDurationValue
- Returns:
this.
-
srvcDocDurationUnit
@Nonnull public SrvcConfItemDuration.SrvcConfItemDurationBuilder srvcDocDurationUnit(@Nullable String srvcDocDurationUnit) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: SrvcDocDurationUnit
- Returns:
this.
-
build
-
toString
-