Class DismantleEquipWithDataTransferFluentHelper

All Implemented Interfaces:
FluentHelperExecutable<Object>

public class DismantleEquipWithDataTransferFluentHelper extends SingleValuedFluentHelperFunction<DismantleEquipWithDataTransferFluentHelper,Equipment,Equipment>
Fluent helper for the DismantleEquipWithDataTransfer OData function import.
  • Constructor Details

    • DismantleEquipWithDataTransferFluentHelper

      public DismantleEquipWithDataTransferFluentHelper(@Nonnull String servicePath, @Nonnull String equipment, @Nonnull LocalDateTime validityEndDate, @Nullable String superordinateEquipment, @Nullable String functionalLocation, @Nullable String equipInstallationPositionNmbr, @Nullable LocalDateTime equipmentInstallationDate, @Nullable LocalTime equipmentInstallationTime, @Nullable Boolean locationCopyIsRequested, @Nullable Boolean roomCopyIsRequested, @Nullable Boolean plantSectionCopyIsRequested, @Nullable Boolean workCenterCopyIsRequested, @Nullable Boolean aBCIndicatorCopyIsRequested, @Nullable Boolean sortFieldCopyIsRequested, @Nullable Boolean businessAreaCopyIsRequested, @Nullable Boolean costCenterCopyIsRequested, @Nullable Boolean wBSElementCopyIsRequested, @Nullable Boolean standingOrderCopyIsRequested, @Nullable Boolean settlementOrderCopyIsRequested, @Nullable Boolean maintPlanningPlantCopyIsReqd, @Nullable Boolean maintWorkCenterCopyIsRequested, @Nullable Boolean catalogProfileCopyIsRequested, @Nullable Boolean salesOrganizationCopyIsReqd)
      Creates a fluent helper object that will execute the DismantleEquipWithDataTransfer OData function import with the provided parameters. To perform execution, call the executeRequest method on the fluent helper object.
      Parameters:
      maintPlanningPlantCopyIsReqd - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: MaintPlanningPlantCopyIsReqd

      workCenterCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: WorkCenterCopyIsRequested

      costCenterCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: CostCenterCopyIsRequested

      equipment - Equipment

      Constraints: Not nullable, Maximum length: 18

      Original parameter name from the Odata EDM: Equipment

      catalogProfileCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: CatalogProfileCopyIsRequested

      wBSElementCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: WBSElementCopyIsRequested

      validityEndDate - Valid To

      Constraints: Not nullable, Precision: 0

      Original parameter name from the Odata EDM: ValidityEndDate

      equipmentInstallationDate - Changed On

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: EquipmentInstallationDate

      salesOrganizationCopyIsReqd - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: SalesOrganizationCopyIsReqd

      plantSectionCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: PlantSectionCopyIsRequested

      superordinateEquipment - Superord. Equipment

      Constraints: Nullable, Maximum length: 18

      Original parameter name from the Odata EDM: SuperordinateEquipment

      standingOrderCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: StandingOrderCopyIsRequested

      maintWorkCenterCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: MaintWorkCenterCopyIsRequested

      servicePath - Service path to be used to call the functions against.
      functionalLocation - Functional Location

      Constraints: Nullable, Maximum length: 40

      Original parameter name from the Odata EDM: FunctionalLocation

      equipmentInstallationTime - Time

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: EquipmentInstallationTime

      businessAreaCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: BusinessAreaCopyIsRequested

      settlementOrderCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: SettlementOrderCopyIsRequested

      sortFieldCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: SortFieldCopyIsRequested

      equipInstallationPositionNmbr - Position

      Constraints: Nullable, Maximum length: 4

      Original parameter name from the Odata EDM: EquipInstallationPositionNmbr

      roomCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: RoomCopyIsRequested

      aBCIndicatorCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: ABCIndicatorCopyIsRequested

      locationCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: LocationCopyIsRequested

  • Method Details