public static final class FunctionalLocationWarranty.FunctionalLocationWarrantyBuilder extends Object
@Nonnull public FunctionalLocationWarranty.FunctionalLocationWarrantyBuilder functionalLocation(FunctionalLocation value)
value
- The FunctionalLocation to build this FunctionalLocationWarranty with.@Nonnull public FunctionalLocationWarranty.FunctionalLocationWarrantyBuilder functionalLocation(String value)
Original property name from the Odata EDM: FunctionalLocation
value
- The functionalLocation to build this FunctionalLocationWarranty with.@Nonnull public FunctionalLocationWarranty.FunctionalLocationWarrantyBuilder warrantyType(@Nullable String warrantyType)
Original property name from the Odata EDM: WarrantyType
specifies whether you are the warrantee or the guarantor.this
.@Nonnull public FunctionalLocationWarranty.FunctionalLocationWarrantyBuilder functionalLocationLabelName(@Nullable String functionalLocationLabelName)
Original property name from the Odata EDM: FunctionalLocationLabelName
The functional location label can be changed where necessary. The system then automatically creates a labeling history and prevents historical labels from being reused without this first being checked. The labeling history also enables the interpretation of historical location labels in non-changeable documents outside the SAP System.You can assign one primary and several alternative labels to a functional location.
this
.@Nonnull public FunctionalLocationWarranty.FunctionalLocationWarrantyBuilder 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 FunctionalLocationWarranty.FunctionalLocationWarrantyBuilder 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 FunctionalLocationWarranty.FunctionalLocationWarrantyBuilder warrantyEndDate(@Nullable LocalDateTime warrantyEndDate)
Original property name from the Odata EDM: WarrantyEndDate
this
.@Nonnull public FunctionalLocationWarranty.FunctionalLocationWarrantyBuilder 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 FunctionalLocationWarranty.FunctionalLocationWarrantyBuilder 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 FunctionalLocationWarranty build()
Copyright © 2020 SAP SE. All rights reserved.