public static final class EquipmentWarranty.EquipmentWarrantyBuilder extends Object
Modifier and Type | Method and Description |
---|---|
EquipmentWarranty |
build() |
EquipmentWarranty.EquipmentWarrantyBuilder |
equipment(Equipment value)
Navigation property to_Equipment for EquipmentWarranty to single Equipment.
|
EquipmentWarranty.EquipmentWarrantyBuilder |
equipment(String value)
(Key Field) Constraints: Not nullable, Maximum length: 18
|
EquipmentWarranty.EquipmentWarrantyBuilder |
masterWarranty(String masterWarranty)
Constraints: Not nullable, Maximum length: 20
|
String |
toString() |
EquipmentWarranty.EquipmentWarrantyBuilder |
warrantyEndDate(LocalDateTime warrantyEndDate)
Constraints: Not nullable, Precision: 0
|
EquipmentWarranty.EquipmentWarrantyBuilder |
warrantyStartDate(LocalDateTime warrantyStartDate)
Constraints: Not nullable, Precision: 0
|
EquipmentWarranty.EquipmentWarrantyBuilder |
warrantyType(String warrantyType)
(Key Field) Constraints: Not nullable, Maximum length: 1
|
EquipmentWarranty.EquipmentWarrantyBuilder |
wrntyIsInhtdFromSuperiorObject(String wrntyIsInhtdFromSuperiorObject)
Constraints: Not nullable, Maximum length: 1
|
EquipmentWarranty.EquipmentWarrantyBuilder |
wrntyIsPassedOnToChildObject(String wrntyIsPassedOnToChildObject)
Constraints: Not nullable, Maximum length: 1
|
@Nonnull public EquipmentWarranty.EquipmentWarrantyBuilder equipment(Equipment value)
value
- The Equipment to build this EquipmentWarranty with.@Nonnull public EquipmentWarranty.EquipmentWarrantyBuilder equipment(String value)
Original property name from the Odata EDM: Equipment
value
- The equipment to build this EquipmentWarranty with.@Nonnull public EquipmentWarranty.EquipmentWarrantyBuilder warrantyType(@Nullable String warrantyType)
Original property name from the Odata EDM: WarrantyType
specifies whether you are the warrantee or the guarantor.this
.@Nonnull public EquipmentWarranty.EquipmentWarrantyBuilder masterWarranty(@Nullable String masterWarranty)
Original property name from the Odata EDM: MasterWarranty
This number, which has a maximum of 20 digits, can be assigned both internally and externally, depending on the way the system is set up for your company.
this
.@Nonnull public EquipmentWarranty.EquipmentWarrantyBuilder warrantyStartDate(@Nullable LocalDateTime warrantyStartDate)
Original property name from the Odata EDM: WarrantyStartDate
Normally, a warranty begins when the customer receives the goods. If delivery from your shipping point to the customer takes only a day or so, you can start the warranty period on the same day the goods are issued. In this case, leave the field blank. However, if delivery takes a longer time, enter a future date.
this
.@Nonnull public EquipmentWarranty.EquipmentWarrantyBuilder warrantyEndDate(@Nullable LocalDateTime warrantyEndDate)
Original property name from the Odata EDM: WarrantyEndDate
this
.@Nonnull public EquipmentWarranty.EquipmentWarrantyBuilder wrntyIsInhtdFromSuperiorObject(@Nullable String wrntyIsInhtdFromSuperiorObject)
Original property name from the Odata EDM: WrntyIsInhtdFromSuperiorObject
from the next-highest technical object in the hiararchy. If the indicator is set, the inherited warranties and those belonging to the technical object are displayed during the warranty check. If the indicator is not set, only the warranties belonging to the technical object are displayed.this
.@Nonnull public EquipmentWarranty.EquipmentWarrantyBuilder wrntyIsPassedOnToChildObject(@Nullable String wrntyIsPassedOnToChildObject)
Original property name from the Odata EDM: WrntyIsPassedOnToChildObject
technical objects lower down in the hierarchy. When a warranty check of the lower technical object is performed, the technical object of the upper hierarchy level is also displayed. A maximum of two higher technical objects (a piece of equipment and a functional location) are displayed per warranty type.this
.@Nonnull public EquipmentWarranty build()
Copyright © 2021 SAP SE. All rights reserved.