Class MaterialSerialNumber.MaterialSerialNumberBuilder
- Enclosing class:
- MaterialSerialNumber
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablebuild()createdByUser(String createdByUser) Constraints: Not nullable, Maximum length: 12creationDate(LocalDate creationDate) Constraints: NullableConstraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 18equipmentCategory(String equipmentCategory) Constraints: Not nullable, Maximum length: 1equipmentHasStockInformation(Boolean equipmentHasStockInformation) Constraints: Not nullablehasEquipmentData(Boolean hasEquipmentData) Constraints: Not nullableinventorySpecialStockType(String inventorySpecialStockType) Constraints: Not nullable, Maximum length: 1inventoryStockType(String inventoryStockType) Constraints: Not nullable, Maximum length: 2lastChangeDate(LocalDate lastChangeDate) Constraints: NullablelastChangeDateTime(OffsetDateTime lastChangeDateTime) Constraints: NullablelastChangedByUser(String lastChangedByUser) Constraints: Not nullable, Maximum length: 12maintObjectInternalID(String maintObjectInternalID) Constraints: Not nullable, Maximum length: 22(Key Field) Constraints: Not nullable, Maximum length: 18materialSerialNumberStockBatch(String materialSerialNumberStockBatch) Constraints: Not nullable, Maximum length: 10matlSrlNmbrDocIsCreated(Boolean matlSrlNmbrDocIsCreated) Constraints: Not nullablematlSrlNmbrHndlgUntIsAssgd(Boolean matlSrlNmbrHndlgUntIsAssgd) Constraints: Not nullablematlSrlNmbrInvtryIsActv(Boolean matlSrlNmbrInvtryIsActv) Constraints: Not nullablematlSrlNmbrIsAllcToParent(Boolean matlSrlNmbrIsAllcToParent) Constraints: Not nullablematlSrlNmbrIsAssgdToDeliv(Boolean matlSrlNmbrIsAssgdToDeliv) Constraints: Not nullablematlSrlNmbrIsAssgdToJITCall(Boolean matlSrlNmbrIsAssgdToJITCall) Constraints: Not nullablematlSrlNmbrIsAtCustomer(Boolean matlSrlNmbrIsAtCustomer) Constraints: Not nullablematlSrlNmbrIsAvailable(Boolean matlSrlNmbrIsAvailable) Constraints: Not nullablematlSrlNmbrIsDeleted(Boolean matlSrlNmbrIsDeleted) Constraints: Not nullablematlSrlNmbrIsIDUndefined(Boolean matlSrlNmbrIsIDUndefined) Constraints: Not nullablematlSrlNmbrIsInactive(Boolean matlSrlNmbrIsInactive) Constraints: Not nullablematlSrlNmbrIsInstalled(Boolean matlSrlNmbrIsInstalled) Constraints: Not nullablematlSrlNmbrIsInWarehouse(Boolean matlSrlNmbrIsInWarehouse) Constraints: Not nullablematlSrlNmbrIsLocked(Boolean matlSrlNmbrIsLocked) Constraints: Not nullablematlSrlNmbrIsMrkdForDeltn(Boolean matlSrlNmbrIsMrkdForDeltn) Constraints: Not nullablematlSrlNmbrIsOnHold(Boolean matlSrlNmbrIsOnHold) Constraints: Not nullablematlSrlNmbrIsUndrCnstrctn(Boolean matlSrlNmbrIsUndrCnstrctn) Constraints: Not nullablematlSrlNmbrLastGdsMvtDte(LocalDate matlSrlNmbrLastGdsMvtDte) Constraints: NullablematlSrlNmbrMasterBatch(String matlSrlNmbrMasterBatch) Constraints: Not nullable, Maximum length: 10matlSrlNmbrUUIDIsAttached(Boolean matlSrlNmbrUUIDIsAttached) Constraints: Not nullablematlSrlNmbrUUIDIsConfd(Boolean matlSrlNmbrUUIDIsConfd) Constraints: Not nullablematlSrlNmbrUUIDIsGnrtd(Boolean matlSrlNmbrUUIDIsGnrtd) Constraints: Not nullablematlSrlNmbrUUIDIsSent(Boolean matlSrlNmbrUUIDIsSent) Constraints: Not nullablepartner(MaterialSerialNumberPartner... value) Navigation property _Partner for MaterialSerialNumber to multiple MaterialSerialNumberPartner.Constraints: Not nullable, Maximum length: 4salesOrder(String salesOrder) Constraints: Not nullable, Maximum length: 10salesOrderItem(String salesOrderItem) Constraints: Not nullable, Maximum length: 6serialNumber(String serialNumber) (Key Field) Constraints: Not nullable, Maximum length: 18stockOwner(String stockOwner) Constraints: Not nullable, Maximum length: 10storageLocation(String storageLocation) Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 10toString()uniqueItemIdentifier(String uniqueItemIdentifier) Constraints: Not nullable, Maximum length: 72uniqueItemIdentifierRespPlant(String uniqueItemIdentifierRespPlant) Constraints: Not nullable, Maximum length: 4uniqueItemIdentifierStrucType(String uniqueItemIdentifierStrucType) Constraints: Not nullable, Maximum length: 10wBSElement(String wBSElement) Constraints: Not nullable, Maximum length: 24
-
Method Details
-
partner
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder partner(MaterialSerialNumberPartner... value) Navigation property _Partner for MaterialSerialNumber to multiple MaterialSerialNumberPartner.- Parameters:
value- The MaterialSerialNumberPartners to build this MaterialSerialNumber with.- Returns:
- This Builder to allow for a fluent interface.
-
material
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder material(@Nullable String material) (Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: Material
- Returns:
this.
-
serialNumber
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder serialNumber(@Nullable String serialNumber) (Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: SerialNumber
- Returns:
this.
-
equipment
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder equipment(@Nullable String equipment) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: Equipment
- Returns:
this.
-
equipmentCategory
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder equipmentCategory(@Nullable String equipmentCategory) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: EquipmentCategory
- Returns:
this.
-
uniqueItemIdentifier
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder uniqueItemIdentifier(@Nullable String uniqueItemIdentifier) Constraints: Not nullable, Maximum length: 72Original property name from the Odata EDM: UniqueItemIdentifier
- Returns:
this.
-
uniqueItemIdentifierStrucType
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder uniqueItemIdentifierStrucType(@Nullable String uniqueItemIdentifierStrucType) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: UniqueItemIdentifierStrucType
- Returns:
this.
-
uniqueItemIdentifierRespPlant
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder uniqueItemIdentifierRespPlant(@Nullable String uniqueItemIdentifierRespPlant) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: UniqueItemIdentifierRespPlant
- Returns:
this.
-
maintObjectInternalID
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder maintObjectInternalID(@Nullable String maintObjectInternalID) Constraints: Not nullable, Maximum length: 22Original property name from the Odata EDM: MaintObjectInternalID
- Returns:
this.
-
hasEquipmentData
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder hasEquipmentData(@Nullable Boolean hasEquipmentData) Constraints: Not nullableOriginal property name from the Odata EDM: HasEquipmentData
- Returns:
this.
-
equipmentHasStockInformation
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder equipmentHasStockInformation(@Nullable Boolean equipmentHasStockInformation) Constraints: Not nullableOriginal property name from the Odata EDM: EquipmentHasStockInformation
- Returns:
this.
-
createdByUser
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder createdByUser(@Nullable String createdByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedByUser
- Returns:
this.
-
lastChangedByUser
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder lastChangedByUser(@Nullable String lastChangedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangedByUser
- Returns:
this.
-
creationDate
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder creationDate(@Nullable LocalDate creationDate) Constraints: NullableOriginal property name from the Odata EDM: CreationDate
- Returns:
this.
-
lastChangeDate
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder lastChangeDate(@Nullable LocalDate lastChangeDate) Constraints: NullableOriginal property name from the Odata EDM: LastChangeDate
- Returns:
this.
-
lastChangeDateTime
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder lastChangeDateTime(@Nullable OffsetDateTime lastChangeDateTime) Constraints: NullableOriginal property name from the Odata EDM: LastChangeDateTime
- Returns:
this.
-
matlSrlNmbrMasterBatch
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder matlSrlNmbrMasterBatch(@Nullable String matlSrlNmbrMasterBatch) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: MatlSrlNmbrMasterBatch
- Returns:
this.
-
matlSrlNmbrLastGdsMvtDte
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder matlSrlNmbrLastGdsMvtDte(@Nullable LocalDate matlSrlNmbrLastGdsMvtDte) Constraints: NullableOriginal property name from the Odata EDM: MatlSrlNmbrLastGdsMvtDte
- Returns:
this.
-
materialSerialNumberStockBatch
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder materialSerialNumberStockBatch(@Nullable String materialSerialNumberStockBatch) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: MaterialSerialNumberStockBatch
- Returns:
this.
-
inventoryStockType
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder inventoryStockType(@Nullable String inventoryStockType) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: InventoryStockType
- Returns:
this.
-
plant
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
this.
-
storageLocation
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder storageLocation(@Nullable String storageLocation) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: StorageLocation
- Returns:
this.
-
inventorySpecialStockType
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder inventorySpecialStockType(@Nullable String inventorySpecialStockType) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InventorySpecialStockType
- Returns:
this.
-
customer
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder customer(@Nullable String customer) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Customer
- Returns:
this.
-
supplier
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder supplier(@Nullable String supplier) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Supplier
- Returns:
this.
-
salesOrder
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder salesOrder(@Nullable String salesOrder) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SalesOrder
- Returns:
this.
-
salesOrderItem
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder salesOrderItem(@Nullable String salesOrderItem) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: SalesOrderItem
- Returns:
this.
-
wBSElement
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder wBSElement(@Nullable String wBSElement) Constraints: Not nullable, Maximum length: 24Original property name from the Odata EDM: WBSElement
- Returns:
this.
-
stockOwner
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder stockOwner(@Nullable String stockOwner) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: StockOwner
- Returns:
this.
-
matlSrlNmbrIsAvailable
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder matlSrlNmbrIsAvailable(@Nullable Boolean matlSrlNmbrIsAvailable) Constraints: Not nullableOriginal property name from the Odata EDM: MatlSrlNmbrIsAvailable
- Returns:
this.
-
matlSrlNmbrIsDeleted
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder matlSrlNmbrIsDeleted(@Nullable Boolean matlSrlNmbrIsDeleted) Constraints: Not nullableOriginal property name from the Odata EDM: MatlSrlNmbrIsDeleted
- Returns:
this.
-
matlSrlNmbrIsMrkdForDeltn
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder matlSrlNmbrIsMrkdForDeltn(@Nullable Boolean matlSrlNmbrIsMrkdForDeltn) Constraints: Not nullableOriginal property name from the Odata EDM: MatlSrlNmbrIsMrkdForDeltn
- Returns:
this.
-
matlSrlNmbrIsInactive
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder matlSrlNmbrIsInactive(@Nullable Boolean matlSrlNmbrIsInactive) Constraints: Not nullableOriginal property name from the Odata EDM: MatlSrlNmbrIsInactive
- Returns:
this.
-
matlSrlNmbrIsInstalled
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder matlSrlNmbrIsInstalled(@Nullable Boolean matlSrlNmbrIsInstalled) Constraints: Not nullableOriginal property name from the Odata EDM: MatlSrlNmbrIsInstalled
- Returns:
this.
-
matlSrlNmbrIsAllcToParent
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder matlSrlNmbrIsAllcToParent(@Nullable Boolean matlSrlNmbrIsAllcToParent) Constraints: Not nullableOriginal property name from the Odata EDM: MatlSrlNmbrIsAllcToParent
- Returns:
this.
-
matlSrlNmbrIsInWarehouse
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder matlSrlNmbrIsInWarehouse(@Nullable Boolean matlSrlNmbrIsInWarehouse) Constraints: Not nullableOriginal property name from the Odata EDM: MatlSrlNmbrIsInWarehouse
- Returns:
this.
-
matlSrlNmbrIsAssgdToDeliv
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder matlSrlNmbrIsAssgdToDeliv(@Nullable Boolean matlSrlNmbrIsAssgdToDeliv) Constraints: Not nullableOriginal property name from the Odata EDM: MatlSrlNmbrIsAssgdToDeliv
- Returns:
this.
-
matlSrlNmbrIsAtCustomer
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder matlSrlNmbrIsAtCustomer(@Nullable Boolean matlSrlNmbrIsAtCustomer) Constraints: Not nullableOriginal property name from the Odata EDM: MatlSrlNmbrIsAtCustomer
- Returns:
this.
-
matlSrlNmbrIsUndrCnstrctn
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder matlSrlNmbrIsUndrCnstrctn(@Nullable Boolean matlSrlNmbrIsUndrCnstrctn) Constraints: Not nullableOriginal property name from the Odata EDM: MatlSrlNmbrIsUndrCnstrctn
- Returns:
this.
-
matlSrlNmbrIsOnHold
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder matlSrlNmbrIsOnHold(@Nullable Boolean matlSrlNmbrIsOnHold) Constraints: Not nullableOriginal property name from the Odata EDM: MatlSrlNmbrIsOnHold
- Returns:
this.
-
matlSrlNmbrIsLocked
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder matlSrlNmbrIsLocked(@Nullable Boolean matlSrlNmbrIsLocked) Constraints: Not nullableOriginal property name from the Odata EDM: MatlSrlNmbrIsLocked
- Returns:
this.
-
matlSrlNmbrIsIDUndefined
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder matlSrlNmbrIsIDUndefined(@Nullable Boolean matlSrlNmbrIsIDUndefined) Constraints: Not nullableOriginal property name from the Odata EDM: MatlSrlNmbrIsIDUndefined
- Returns:
this.
-
matlSrlNmbrIsAssgdToJITCall
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder matlSrlNmbrIsAssgdToJITCall(@Nullable Boolean matlSrlNmbrIsAssgdToJITCall) Constraints: Not nullableOriginal property name from the Odata EDM: MatlSrlNmbrIsAssgdToJITCall
- Returns:
this.
-
matlSrlNmbrDocIsCreated
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder matlSrlNmbrDocIsCreated(@Nullable Boolean matlSrlNmbrDocIsCreated) Constraints: Not nullableOriginal property name from the Odata EDM: MatlSrlNmbrDocIsCreated
- Returns:
this.
-
matlSrlNmbrHndlgUntIsAssgd
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder matlSrlNmbrHndlgUntIsAssgd(@Nullable Boolean matlSrlNmbrHndlgUntIsAssgd) Constraints: Not nullableOriginal property name from the Odata EDM: MatlSrlNmbrHndlgUntIsAssgd
- Returns:
this.
-
matlSrlNmbrInvtryIsActv
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder matlSrlNmbrInvtryIsActv(@Nullable Boolean matlSrlNmbrInvtryIsActv) Constraints: Not nullableOriginal property name from the Odata EDM: MatlSrlNmbrInvtryIsActv
- Returns:
this.
-
matlSrlNmbrUUIDIsGnrtd
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder matlSrlNmbrUUIDIsGnrtd(@Nullable Boolean matlSrlNmbrUUIDIsGnrtd) Constraints: Not nullableOriginal property name from the Odata EDM: MatlSrlNmbrUUIDIsGnrtd
- Returns:
this.
-
matlSrlNmbrUUIDIsAttached
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder matlSrlNmbrUUIDIsAttached(@Nullable Boolean matlSrlNmbrUUIDIsAttached) Constraints: Not nullableOriginal property name from the Odata EDM: MatlSrlNmbrUUIDIsAttached
- Returns:
this.
-
matlSrlNmbrUUIDIsSent
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder matlSrlNmbrUUIDIsSent(@Nullable Boolean matlSrlNmbrUUIDIsSent) Constraints: Not nullableOriginal property name from the Odata EDM: MatlSrlNmbrUUIDIsSent
- Returns:
this.
-
matlSrlNmbrUUIDIsConfd
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder matlSrlNmbrUUIDIsConfd(@Nullable Boolean matlSrlNmbrUUIDIsConfd) Constraints: Not nullableOriginal property name from the Odata EDM: MatlSrlNmbrUUIDIsConfd
- Returns:
this.
-
_Messages
@Nonnull public MaterialSerialNumber.MaterialSerialNumberBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-