public static final class ProductClassCharc.ProductClassCharcBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ProductClassCharc |
build() |
ProductClassCharc.ProductClassCharcBuilder |
changeNumber(String changeNumber)
Constraints: Not nullable, Maximum length: 12
|
ProductClassCharc.ProductClassCharcBuilder |
charcInternalID(String charcInternalID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
ProductClassCharc.ProductClassCharcBuilder |
classInternalID(String classInternalID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
ProductClassCharc.ProductClassCharcBuilder |
classType(String classType)
Constraints: Not nullable, Maximum length: 3
|
ProductClassCharc.ProductClassCharcBuilder |
keyDate(LocalDateTime keyDate)
Constraints: Not nullable, Precision: 0
|
ProductClassCharc.ProductClassCharcBuilder |
product(String product)
(Key Field) Constraints: Not nullable, Maximum length: 90
|
String |
toString() |
ProductClassCharc.ProductClassCharcBuilder |
valuation(ProductCharcValue... value)
Navigation property to_Valuation for ProductClassCharc to multiple ProductCharcValue.
|
@Nonnull public ProductClassCharc.ProductClassCharcBuilder valuation(ProductCharcValue... value)
value
- The ProductCharcValues to build this ProductClassCharc with.@Nonnull public ProductClassCharc.ProductClassCharcBuilder product(@Nullable String product)
Original property name from the Odata EDM: Product
this
.@Nonnull public ProductClassCharc.ProductClassCharcBuilder classInternalID(@Nullable String classInternalID)
Original property name from the Odata EDM: ClassInternalID
this
.@Nonnull public ProductClassCharc.ProductClassCharcBuilder charcInternalID(@Nullable String charcInternalID)
Original property name from the Odata EDM: CharcInternalID
this
.@Nonnull public ProductClassCharc.ProductClassCharcBuilder keyDate(@Nullable LocalDateTime keyDate)
Original property name from the Odata EDM: KeyDate
this
.@Nonnull public ProductClassCharc.ProductClassCharcBuilder 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 ProductClassCharc.ProductClassCharcBuilder classType(@Nullable String classType)
Original property name from the Odata EDM: ClassType
this
.@Nonnull public ProductClassCharc build()
Copyright © 2021 SAP SE. All rights reserved.