All Implemented Interfaces:
FluentHelperExecutable<Object>

Fluent helper for the BOMComparison OData function import.
  • Constructor Details

    • BOMComparisonFluentHelper

      public BOMComparisonFluentHelper(@Nonnull String servicePath, @Nonnull LocalDateTime bOMValidityDateSecondary, @Nonnull String bOMVersionSecondary, @Nonnull String bOMVariantSecondary, @Nonnull String bOMVariantUsageSecondary, @Nonnull String plantSecondary, @Nonnull String materialSecondary, @Nonnull String changeNumberPrimary, @Nonnull LocalDateTime bOMValidityDatePrimary, @Nonnull String bOMVersionPrimary, @Nonnull String bOMVariantPrimary, @Nonnull String bOMVariantUsagePrimary, @Nonnull String plantPrimary, @Nonnull String materialPrimary, @Nonnull Boolean isBOMItemNumber, @Nonnull Boolean isBOMItemDescription, @Nonnull Boolean isBOMItemCategory, @Nonnull String changeNumberSecondary, @Nonnull Boolean isBOMItemQuantity)
      Creates a fluent helper object that will execute the BOMComparison OData function import with the provided parameters. To perform execution, call the executeRequest method on the fluent helper object.
      Parameters:
      isBOMItemNumber - Indicator

      Constraints: none

      Original parameter name from the Odata EDM: IsBOMItemNumber

      bOMVariantSecondary - Constraints: none

      Original parameter name from the Odata EDM: BOMVariantSecondary

      isBOMItemDescription - Indicator

      Constraints: none

      Original parameter name from the Odata EDM: IsBOMItemDescription

      changeNumberPrimary - Constraints: none

      Original parameter name from the Odata EDM: ChangeNumberPrimary

      isBOMItemCategory - Indicator

      Constraints: none

      Original parameter name from the Odata EDM: IsBOMItemCategory

      plantSecondary - Constraints: none

      Original parameter name from the Odata EDM: PlantSecondary

      changeNumberSecondary - Constraints: none

      Original parameter name from the Odata EDM: ChangeNumberSecondary

      bOMVersionSecondary - Constraints: none

      Original parameter name from the Odata EDM: BOMVersionSecondary

      bOMVariantPrimary - Constraints: none

      Original parameter name from the Odata EDM: BOMVariantPrimary

      isBOMItemQuantity - Indicator

      Constraints: none

      Original parameter name from the Odata EDM: IsBOMItemQuantity

      servicePath - Service path to be used to call the functions against.
      materialSecondary - Constraints: none

      Original parameter name from the Odata EDM: MaterialSecondary

      bOMVariantUsagePrimary - Constraints: none

      Original parameter name from the Odata EDM: BOMVariantUsagePrimary

      plantPrimary - Constraints: none

      Original parameter name from the Odata EDM: PlantPrimary

      bOMValidityDatePrimary - Time Stamp

      Constraints: Not nullable, Precision: 0

      Original parameter name from the Odata EDM: BOMValidityDatePrimary

      bOMVariantUsageSecondary - Constraints: none

      Original parameter name from the Odata EDM: BOMVariantUsageSecondary

      bOMValidityDateSecondary - Time Stamp

      Constraints: Not nullable, Precision: 0

      Original parameter name from the Odata EDM: BOMValidityDateSecondary

      bOMVersionPrimary - Constraints: none

      Original parameter name from the Odata EDM: BOMVersionPrimary

      materialPrimary - Constraints: none

      Original parameter name from the Odata EDM: MaterialPrimary

  • Method Details