Class SrvcOrdItemDuration.SrvcOrdItemDurationBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.SrvcOrdItemDuration.SrvcOrdItemDurationBuilder
- Enclosing class:
- SrvcOrdItemDuration
-
Method Summary
Modifier and TypeMethodDescriptionbuild()serviceOrder(String serviceOrder) (Key Field) Constraints: Not nullable, Maximum length: 10serviceOrderItem(String serviceOrderItem) (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
-
serviceOrder
@Nonnull public SrvcOrdItemDuration.SrvcOrdItemDurationBuilder serviceOrder(@Nullable String serviceOrder) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ServiceOrder
- Returns:
this.
-
serviceOrderItem
@Nonnull public SrvcOrdItemDuration.SrvcOrdItemDurationBuilder serviceOrderItem(@Nullable String serviceOrderItem) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: ServiceOrderItem
- Returns:
this.
-
srvcDocDurationType
@Nonnull public SrvcOrdItemDuration.SrvcOrdItemDurationBuilder srvcDocDurationType(@Nullable String srvcDocDurationType) (Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: SrvcDocDurationType
- Returns:
this.
-
srvcDocDurationValue
@Nonnull public SrvcOrdItemDuration.SrvcOrdItemDurationBuilder srvcDocDurationValue(@Nullable BigDecimal srvcDocDurationValue) Constraints: Not nullable, Precision: 13, Scale: 0Original property name from the Odata EDM: SrvcDocDurationValue
- Returns:
this.
-
srvcDocDurationUnit
@Nonnull public SrvcOrdItemDuration.SrvcOrdItemDurationBuilder srvcDocDurationUnit(@Nullable String srvcDocDurationUnit) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: SrvcDocDurationUnit
- Returns:
this.
-
build
-
toString
-