All Implemented Interfaces:
FluentHelperExecutable<Object>

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

    • HeaderReleaseFluentHelper

      public HeaderReleaseFluentHelper(@Nonnull String servicePath, @Nonnull String schedulingAgreement, @Nonnull Boolean schedgAgreementWithJitProfile, @Nonnull Boolean schedgAgreementWithFrcProfile, @Nonnull Boolean schedgAgreementCreateFrcAndJit, @Nonnull Boolean schedgAgreementCreateFrcOnly, @Nonnull Boolean schedgAgreementCreateJitOnly, @Nonnull Boolean schedgAgreementCreateWoutSline, @Nonnull Boolean schedgAgreementDeactFrcTolChck, @Nonnull Boolean schedgAgreementdeactJitTolChck, @Nonnull String schedgAgreementMoveCreateDate, @Nonnull Boolean schedgAgreementOffFrcDynStop, @Nonnull Boolean schedgAgreementOffJitDynStop, @Nonnull String schedgAgreementSelectionScope, @Nonnull String schedgAgreementStandardRelDate)
      Creates a fluent helper object that will execute the HeaderRelease OData function import with the provided parameters. To perform execution, call the executeRequest method on the fluent helper object.
      Parameters:
      schedgAgreementWithJitProfile - Scheduling Agreement Jit Release Strategy Profile

      Constraints: none

      Original parameter name from the Odata EDM: SchedgAgreementWithJitProfile

      schedgAgreementCreateWoutSline - Create without Schedule Line

      Constraints: none

      Original parameter name from the Odata EDM: SchedgAgreementCreateWoutSline

      schedgAgreementCreateFrcOnly - Forecast Only

      Constraints: none

      Original parameter name from the Odata EDM: SchedgAgreementCreateFrcOnly

      schedgAgreementdeactJitTolChck - Deactivate Jit Tolerance Check

      Constraints: none

      Original parameter name from the Odata EDM: SchedgAgreementdeactJitTolChck

      schedgAgreementStandardRelDate - Schediling Agreement Release Date

      Constraints: Not nullable, Maximum length: 1

      Original parameter name from the Odata EDM: SchedgAgreementStandardRelDate

      schedgAgreementMoveCreateDate - Move Release Creation Date

      Constraints: Not nullable, Maximum length: 2

      Original parameter name from the Odata EDM: SchedgAgreementMoveCreateDate

      schedgAgreementSelectionScope - Scope of Selection

      Constraints: Not nullable, Maximum length: 1

      Original parameter name from the Odata EDM: SchedgAgreementSelectionScope

      schedgAgreementCreateFrcAndJit - Forecast And Jit Schedule

      Constraints: none

      Original parameter name from the Odata EDM: SchedgAgreementCreateFrcAndJit

      schedgAgreementOffFrcDynStop - Deactivate Forecast Dynamic Stopping

      Constraints: none

      Original parameter name from the Odata EDM: SchedgAgreementOffFrcDynStop

      schedulingAgreement - Scheduling Agreement

      Constraints: Not nullable, Maximum length: 10

      Original parameter name from the Odata EDM: SchedulingAgreement

      schedgAgreementOffJitDynStop - Deactivate Jit Dynamic Stopping

      Constraints: none

      Original parameter name from the Odata EDM: SchedgAgreementOffJitDynStop

      schedgAgreementWithFrcProfile - Scheduling Agreement Forecast Release Strategy Profile

      Constraints: none

      Original parameter name from the Odata EDM: SchedgAgreementWithFrcProfile

      servicePath - Service path to be used to call the functions against.
      schedgAgreementDeactFrcTolChck - Deactivate Forecast Tolearance Check

      Constraints: none

      Original parameter name from the Odata EDM: SchedgAgreementDeactFrcTolChck

      schedgAgreementCreateJitOnly - Jit Only

      Constraints: none

      Original parameter name from the Odata EDM: SchedgAgreementCreateJitOnly

  • Method Details