Class InstallEquipWithDataTransferFluentHelper
- All Implemented Interfaces:
FluentHelperExecutable<Object>
-
Field Summary
Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
csrfTokenRetriever, entityCollection -
Constructor Summary
ConstructorsConstructorDescriptionInstallEquipWithDataTransferFluentHelper(String servicePath, String equipment, LocalDateTime validityEndDate, String superordinateEquipment, String functionalLocation, String equipInstallationPositionNmbr, LocalDateTime equipmentInstallationDate, LocalTime equipmentInstallationTime, Boolean locationCopyIsRequested, Boolean roomCopyIsRequested, Boolean plantSectionCopyIsRequested, Boolean workCenterCopyIsRequested, Boolean aBCIndicatorCopyIsRequested, Boolean sortFieldCopyIsRequested, Boolean businessAreaCopyIsRequested, Boolean costCenterCopyIsRequested, Boolean wBSElementCopyIsRequested, Boolean standingOrderCopyIsRequested, Boolean settlementOrderCopyIsRequested, Boolean maintPlanningPlantCopyIsReqd, Boolean maintWorkCenterCopyIsRequested, Boolean catalogProfileCopyIsRequested, Boolean salesOrganizationCopyIsReqd) Creates a fluent helper object that will execute the InstallEquipWithDataTransfer OData function import with the provided parameters. -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.http.client.methods.HttpUriRequestcreateRequest(URI uri) executeRequest(HttpDestinationProperties destination) Execute this function import.protected Stringprotected com.google.gson.JsonElementrefineJsonResponse(com.google.gson.JsonElement jsonElement) Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperFunction
executeMultiple, executeSingle, getCsrfTokenRetriever, toRequest, withCsrfToken, withoutCsrfTokenMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
getHeaders, getParametersForRequestOnly, getServicePath, getThis, withHeader, withHeaders, withQueryParameter
-
Constructor Details
-
InstallEquipWithDataTransferFluentHelper
public InstallEquipWithDataTransferFluentHelper(@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 InstallEquipWithDataTransfer OData function import with the provided parameters. To perform execution, call theexecuteRequestmethod on the fluent helper object.- Parameters:
maintPlanningPlantCopyIsReqd- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: MaintPlanningPlantCopyIsReqd
workCenterCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: WorkCenterCopyIsRequested
costCenterCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: CostCenterCopyIsRequested
equipment- EquipmentConstraints: Not nullable, Maximum length: 18
Original parameter name from the Odata EDM: Equipment
catalogProfileCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: CatalogProfileCopyIsRequested
wBSElementCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: WBSElementCopyIsRequested
validityEndDate- Valid ToConstraints: Not nullable, Precision: 0
Original parameter name from the Odata EDM: ValidityEndDate
equipmentInstallationDate- Changed OnConstraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: EquipmentInstallationDate
salesOrganizationCopyIsReqd- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: SalesOrganizationCopyIsReqd
plantSectionCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: PlantSectionCopyIsRequested
superordinateEquipment- Superord. EquipmentConstraints: Nullable, Maximum length: 18
Original parameter name from the Odata EDM: SuperordinateEquipment
standingOrderCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: StandingOrderCopyIsRequested
maintWorkCenterCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: MaintWorkCenterCopyIsRequested
servicePath- Service path to be used to call the functions against.functionalLocation- Functional LocationConstraints: Nullable, Maximum length: 40
Original parameter name from the Odata EDM: FunctionalLocation
equipmentInstallationTime- TimeConstraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: EquipmentInstallationTime
businessAreaCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: BusinessAreaCopyIsRequested
settlementOrderCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: SettlementOrderCopyIsRequested
sortFieldCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: SortFieldCopyIsRequested
equipInstallationPositionNmbr- PositionConstraints: Nullable, Maximum length: 4
Original parameter name from the Odata EDM: EquipInstallationPositionNmbr
roomCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: RoomCopyIsRequested
aBCIndicatorCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: ABCIndicatorCopyIsRequested
locationCopyIsRequested- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: LocationCopyIsRequested
-
-
Method Details
-
getEntityClass
- Specified by:
getEntityClassin classFluentHelperBasic<InstallEquipWithDataTransferFluentHelper,Equipment, Equipment>
-
getFunctionName
- Specified by:
getFunctionNamein classFluentHelperFunction<InstallEquipWithDataTransferFluentHelper,Equipment, Equipment>
-
refineJsonResponse
@Nullable protected com.google.gson.JsonElement refineJsonResponse(@Nullable com.google.gson.JsonElement jsonElement) - Overrides:
refineJsonResponsein classFluentHelperFunction<InstallEquipWithDataTransferFluentHelper,Equipment, Equipment>
-
getParameters
- Specified by:
getParametersin classFluentHelperFunction<InstallEquipWithDataTransferFluentHelper,Equipment, Equipment>
-
createRequest
- Specified by:
createRequestin classFluentHelperFunction<InstallEquipWithDataTransferFluentHelper,Equipment, Equipment>
-
executeRequest
Execute this function import.- Specified by:
executeRequestin interfaceFluentHelperExecutable<Object>- Specified by:
executeRequestin classFluentHelperBasic<InstallEquipWithDataTransferFluentHelper,Equipment, Equipment>
-