Modifier and Type | Method and Description |
---|---|
PurgCat |
build() |
PurgCat.PurgCatBuilder |
createdByUser(String createdByUser)
Constraints: Not nullable, Maximum length: 60
|
PurgCat.PurgCatBuilder |
creationDateTime(ZonedDateTime creationDateTime)
Constraints: Not nullable, Precision: 7
|
PurgCat.PurgCatBuilder |
language(String language)
Constraints: Not nullable, Maximum length: 2
|
PurgCat.PurgCatBuilder |
lastChangeDateTime(ZonedDateTime lastChangeDateTime)
Constraints: Not nullable, Precision: 7
|
PurgCat.PurgCatBuilder |
lastChangedByUser(String lastChangedByUser)
Constraints: Not nullable, Maximum length: 60
|
PurgCat.PurgCatBuilder |
purchasingCategory(String purchasingCategory)
Constraints: Not nullable, Maximum length: 20
|
PurgCat.PurgCatBuilder |
purgCatDescription(PurgCatDescription... value)
Navigation property to_PurgCatDescription for PurgCat to multiple PurgCatDescription.
|
PurgCat.PurgCatBuilder |
purgCatIsInactive(String purgCatIsInactive)
Constraints: Not nullable, Maximum length: 1
|
PurgCat.PurgCatBuilder |
purgCatMaterialGroup(PurgCatMaterialGroup... value)
Navigation property to_PurgCatMaterialGroup for PurgCat to multiple
PurgCatMaterialGroup.
|
PurgCat.PurgCatBuilder |
purgCatMember(PurgCatMember... value)
Navigation property to_PurgCatMember for PurgCat to multiple PurgCatMember.
|
PurgCat.PurgCatBuilder |
purgCatName(String purgCatName)
Constraints: Not nullable, Maximum length: 60
|
PurgCat.PurgCatBuilder |
purgCatPlannedSpend(PurgCatPlannedSpend... value)
Navigation property to_PurgCatPlannedSpend for PurgCat to multiple PurgCatPlannedSpend.
|
PurgCat.PurgCatBuilder |
purgCatPurchaserResponsible(PurgCatPurchaserResponsible value)
Navigation property to_PurgCatPurchaserResponsible for PurgCat to single
PurgCatPurchaserResponsible.
|
PurgCat.PurgCatBuilder |
purgCatSupplier(PurgCatSupplier... value)
Navigation property to_PurgCatSupplier for PurgCat to multiple PurgCatSupplier.
|
PurgCat.PurgCatBuilder |
purgCatTranslationOvrlStatus(String purgCatTranslationOvrlStatus)
Constraints: Not nullable, Maximum length: 2
|
PurgCat.PurgCatBuilder |
purgCatTranslationStatus(PurgCatTranslationStatus... value)
Navigation property to_PurgCatTranslationStatus for PurgCat to multiple
PurgCatTranslationStatus.
|
PurgCat.PurgCatBuilder |
purgCatUUID(UUID purgCatUUID)
(Key Field) Constraints: Not nullable
|
String |
toString() |
@Nonnull public PurgCat.PurgCatBuilder purgCatDescription(PurgCatDescription... value)
value
- The PurgCatDescriptions to build this PurgCat with.@Nonnull public PurgCat.PurgCatBuilder purgCatMaterialGroup(PurgCatMaterialGroup... value)
value
- The PurgCatMaterialGroups to build this PurgCat with.@Nonnull public PurgCat.PurgCatBuilder purgCatMember(PurgCatMember... value)
value
- The PurgCatMembers to build this PurgCat with.@Nonnull public PurgCat.PurgCatBuilder purgCatPlannedSpend(PurgCatPlannedSpend... value)
value
- The PurgCatPlannedSpends to build this PurgCat with.@Nonnull public PurgCat.PurgCatBuilder purgCatPurchaserResponsible(PurgCatPurchaserResponsible value)
value
- The PurgCatPurchaserResponsible to build this PurgCat with.@Nonnull public PurgCat.PurgCatBuilder purgCatSupplier(PurgCatSupplier... value)
value
- The PurgCatSuppliers to build this PurgCat with.@Nonnull public PurgCat.PurgCatBuilder purgCatTranslationStatus(PurgCatTranslationStatus... value)
value
- The PurgCatTranslationStatuss to build this PurgCat with.@Nonnull public PurgCat.PurgCatBuilder purgCatUUID(@Nullable UUID purgCatUUID)
Original property name from the Odata EDM: PurgCatUUID
this
.@Nonnull public PurgCat.PurgCatBuilder purchasingCategory(@Nullable String purchasingCategory)
Original property name from the Odata EDM: PurchasingCategory
this
.@Nonnull public PurgCat.PurgCatBuilder purgCatName(@Nullable String purgCatName)
Original property name from the Odata EDM: PurgCatName
this
.@Nonnull public PurgCat.PurgCatBuilder creationDateTime(@Nullable ZonedDateTime creationDateTime)
Original property name from the Odata EDM: CreationDateTime
this
.@Nonnull public PurgCat.PurgCatBuilder createdByUser(@Nullable String createdByUser)
Original property name from the Odata EDM: CreatedByUser
this
.@Nonnull public PurgCat.PurgCatBuilder lastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime)
Original property name from the Odata EDM: LastChangeDateTime
this
.@Nonnull public PurgCat.PurgCatBuilder lastChangedByUser(@Nullable String lastChangedByUser)
Original property name from the Odata EDM: LastChangedByUser
this
.@Nonnull public PurgCat.PurgCatBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
this
.@Nonnull public PurgCat.PurgCatBuilder purgCatIsInactive(@Nullable String purgCatIsInactive)
Original property name from the Odata EDM: PurgCatIsInactive
this
.@Nonnull public PurgCat.PurgCatBuilder purgCatTranslationOvrlStatus(@Nullable String purgCatTranslationOvrlStatus)
Original property name from the Odata EDM: PurgCatTranslationOvrlStatus
this
.Copyright © 2021 SAP SE. All rights reserved.