public static final class ProductClass.ProductClassBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ProductClass |
build() |
ProductClass.ProductClassBuilder |
changeNumber(String changeNumber)
Constraints: Not nullable, Maximum length: 12
|
ProductClass.ProductClassBuilder |
characteristics(ProductClassCharc... value)
Navigation property to_Characteristics for ProductClass to multiple ProductClassCharc.
|
ProductClass.ProductClassBuilder |
classDetails(ClfnClassForKeyDate value)
Navigation property to_ClassDetails for ProductClass to single ClfnClassForKeyDate.
|
ProductClass.ProductClassBuilder |
classInternalID(String classInternalID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
ProductClass.ProductClassBuilder |
classType(String classType)
Constraints: Not nullable, Maximum length: 3
|
ProductClass.ProductClassBuilder |
keyDate(LocalDateTime keyDate)
Constraints: Not nullable, Precision: 0
|
ProductClass.ProductClassBuilder |
product(String product)
(Key Field) Constraints: Not nullable, Maximum length: 90
|
String |
toString() |
@Nonnull public ProductClass.ProductClassBuilder characteristics(ProductClassCharc... value)
value
- The ProductClassCharcs to build this ProductClass with.@Nonnull public ProductClass.ProductClassBuilder classDetails(ClfnClassForKeyDate value)
value
- The ClfnClassForKeyDate to build this ProductClass with.@Nonnull public ProductClass.ProductClassBuilder product(@Nullable String product)
Original property name from the Odata EDM: Product
this
.@Nonnull public ProductClass.ProductClassBuilder classInternalID(@Nullable String classInternalID)
Original property name from the Odata EDM: ClassInternalID
this
.@Nonnull public ProductClass.ProductClassBuilder keyDate(@Nullable LocalDateTime keyDate)
Original property name from the Odata EDM: KeyDate
this
.@Nonnull public ProductClass.ProductClassBuilder changeNumber(@Nullable String changeNumber)
Original property name from the Odata EDM: ChangeNumber
If you make a change with reference to a change number, or create an object with a change number, the following functions are at your disposal:The system determines the validity conditionsThe conditions that the change is effective under can be defined in the change master record as follows:Changes with a date validity (valid-from date)Changes with parameter effectivity (for example: serial no. effectivity)Log of the changes madeDocumentation of the changesAssignment of a revision level to a change state of a material or documentRelease of changes for the different areas in the company
this
.@Nonnull public ProductClass.ProductClassBuilder classType(@Nullable String classType)
Original property name from the Odata EDM: ClassType
this
.@Nonnull public ProductClass build()
Copyright © 2021 SAP SE. All rights reserved.