Class ProfileAssignedToPlant.ProfileAssignedToPlantBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bufferprofile.ProfileAssignedToPlant.ProfileAssignedToPlantBuilder
- Enclosing class:
- ProfileAssignedToPlant
Helper class to allow for fluent creation of ProfileAssignedToPlant instances.
-
Method Summary
Modifier and TypeMethodDescriptionbufferProfileSetId(String bufferProfileSetId) Constraints: Not nullable, Maximum length: 10build()onHandAlertThldFctr(BigDecimal onHandAlertThldFctr) Constraints: Not nullable, Precision: 3, Scale: 2(Key Field) Constraints: Not nullable, Maximum length: 4profileDetails(ProfileDetails... value) Navigation property to_ProfileDetails for ProfileAssignedToPlant to multiple ProfileDetails.spikeHorizonConstant(BigDecimal spikeHorizonConstant) Constraints: Not nullable, Precision: 7, Scale: 2spikeHorizonMultiplier(BigDecimal spikeHorizonMultiplier) Constraints: Not nullable, Precision: 3, Scale: 2spikeThresholdFactor(BigDecimal spikeThresholdFactor) Constraints: Not nullable, Precision: 3, Scale: 2toString()
-
Method Details
-
profileDetails
@Nonnull public ProfileAssignedToPlant.ProfileAssignedToPlantBuilder profileDetails(ProfileDetails... value) Navigation property to_ProfileDetails for ProfileAssignedToPlant to multiple ProfileDetails.- Parameters:
value- The ProfileDetailss to build this ProfileAssignedToPlant with.- Returns:
- This Builder to allow for a fluent interface.
-
plant
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
this.
-
bufferProfileSetId
@Nonnull public ProfileAssignedToPlant.ProfileAssignedToPlantBuilder bufferProfileSetId(@Nullable String bufferProfileSetId) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BufferProfileSetId
- Returns:
this.
-
spikeHorizonConstant
@Nonnull public ProfileAssignedToPlant.ProfileAssignedToPlantBuilder spikeHorizonConstant(@Nullable BigDecimal spikeHorizonConstant) Constraints: Not nullable, Precision: 7, Scale: 2Original property name from the Odata EDM: SpikeHorizonConstant
- Returns:
this.
-
spikeHorizonMultiplier
@Nonnull public ProfileAssignedToPlant.ProfileAssignedToPlantBuilder spikeHorizonMultiplier(@Nullable BigDecimal spikeHorizonMultiplier) Constraints: Not nullable, Precision: 3, Scale: 2Original property name from the Odata EDM: SpikeHorizonMultiplier
- Returns:
this.
-
spikeThresholdFactor
@Nonnull public ProfileAssignedToPlant.ProfileAssignedToPlantBuilder spikeThresholdFactor(@Nullable BigDecimal spikeThresholdFactor) Constraints: Not nullable, Precision: 3, Scale: 2Original property name from the Odata EDM: SpikeThresholdFactor
- Returns:
this.
-
onHandAlertThldFctr
@Nonnull public ProfileAssignedToPlant.ProfileAssignedToPlantBuilder onHandAlertThldFctr(@Nullable BigDecimal onHandAlertThldFctr) Constraints: Not nullable, Precision: 3, Scale: 2Original property name from the Odata EDM: OnHandAlertThldFctr
- Returns:
this.
-
build
-
toString
-