Class ServiceOrderItemConfirmation.ServiceOrderItemConfirmationBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.ServiceOrderItemConfirmation.ServiceOrderItemConfirmationBuilder
- Enclosing class:
- ServiceOrderItemConfirmation
-
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: 6serviceOrder(String serviceOrder) (Key Field) Constraints: Not nullable, Maximum length: 10serviceOrderItem(String serviceOrderItem) (Key Field) Constraints: Not nullable, Maximum length: 6toString()
-
Method Details
-
serviceOrder
@Nonnull public ServiceOrderItemConfirmation.ServiceOrderItemConfirmationBuilder serviceOrder(@Nullable String serviceOrder) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ServiceOrder
- Returns:
this.
-
serviceOrderItem
@Nonnull public ServiceOrderItemConfirmation.ServiceOrderItemConfirmationBuilder serviceOrderItem(@Nullable String serviceOrderItem) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: ServiceOrderItem
- Returns:
this.
-
serviceConfirmation
@Nonnull public ServiceOrderItemConfirmation.ServiceOrderItemConfirmationBuilder serviceConfirmation(@Nullable String serviceConfirmation) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ServiceConfirmation
- Returns:
this.
-
serviceConfirmationItem
@Nonnull public ServiceOrderItemConfirmation.ServiceOrderItemConfirmationBuilder serviceConfirmationItem(@Nullable String serviceConfirmationItem) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: ServiceConfirmationItem
- Returns:
this.
-
build
-
toString
-