public class InstallEquipmentFluentHelper extends FluentHelperFunction<InstallEquipmentFluentHelper,Equipment,Equipment>
Constructor and Description |
---|
InstallEquipmentFluentHelper(String servicePath,
String equipment,
LocalDateTime validityEndDate,
String superordinateEquipment,
String equipInstallationPositionNmbr,
String functionalLocation,
LocalDateTime equipmentInstallationDate,
LocalTime equipmentInstallationTime)
Creates a fluent helper object that will execute the InstallEquipment OData function import with the
provided parameters.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.http.client.methods.HttpUriRequest |
createRequest(URI uri)
Creates a request for this function based on the given
URI . |
Equipment |
execute(HttpDestinationProperties destination)
Deprecated.
Use the improved method
executeRequest(HttpDestinationProperties) instead. |
protected Class<Equipment> |
getEntityClass()
Returns a class object of the type this fluent helper works with.
|
protected String |
getFunctionName()
The exact name of the function to be called on the OData Endpoint.
|
protected Map<String,Object> |
getParameters()
Getter for the map of parameters to be used in the function call.
|
protected com.google.gson.JsonElement |
refineJsonResponse(com.google.gson.JsonElement jsonElement)
Transform the JSON element from the response to extract a result entity.
|
executeMultiple, executeRequest, executeSingle, getJsonResponseObjectName, toRequest
and, cachingMetadata, getHeaders, getHeadersForRequestAndImplicitRequests, getHeadersForRequestOnly, getParametersForRequestOnly, getServicePath, getThis, getVersionIdentifier, isCachingMetadata, onRequestAndImplicitRequests, onRequestOnly, withHeader, withHeaders, withoutCachingMetadata, withQueryParameter
public InstallEquipmentFluentHelper(@Nonnull String servicePath, @Nonnull String equipment, @Nonnull LocalDateTime validityEndDate, @Nullable String superordinateEquipment, @Nullable String equipInstallationPositionNmbr, @Nullable String functionalLocation, @Nullable LocalDateTime equipmentInstallationDate, @Nullable LocalTime equipmentInstallationTime)
execute
method on the fluent helper object.superordinateEquipment
- Constraints: Nullable, Maximum length: 18
Original parameter name from the Odata EDM: SuperordinateEquipment
servicePath
- Service path to be used to call the functions against.functionalLocation
- Constraints: Nullable, Maximum length: 40
Original parameter name from the Odata EDM: FunctionalLocation
equipmentInstallationTime
- Constraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: EquipmentInstallationTime
equipment
- Constraints: Not nullable, Maximum length: 18
Original parameter name from the Odata EDM: Equipment
equipInstallationPositionNmbr
- Constraints: Nullable, Maximum length: 6
Original parameter name from the Odata EDM: EquipInstallationPositionNmbr
validityEndDate
- Constraints: Not nullable, Precision: 0
Original parameter name from the Odata EDM: ValidityEndDate
equipmentInstallationDate
- Constraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: EquipmentInstallationDate
@Nonnull protected Class<Equipment> getEntityClass()
FluentHelperBasic
getEntityClass
in class FluentHelperBasic<InstallEquipmentFluentHelper,Equipment,Equipment>
@Nonnull protected String getFunctionName()
FluentHelperFunction
getFunctionName
in class FluentHelperFunction<InstallEquipmentFluentHelper,Equipment,Equipment>
@Nullable protected com.google.gson.JsonElement refineJsonResponse(@Nullable com.google.gson.JsonElement jsonElement)
FluentHelperFunction
refineJsonResponse
in class FluentHelperFunction<InstallEquipmentFluentHelper,Equipment,Equipment>
jsonElement
- The optional response JSON element@Nonnull protected Map<String,Object> getParameters()
FluentHelperFunction
The map maps the ODataName of a parameter to the corresponding value.
getParameters
in class FluentHelperFunction<InstallEquipmentFluentHelper,Equipment,Equipment>
@Nonnull protected org.apache.http.client.methods.HttpUriRequest createRequest(@Nonnull URI uri)
FluentHelperFunction
URI
.
Examples for such requests are HttpGet
and HttpPost
.
createRequest
in class FluentHelperFunction<InstallEquipmentFluentHelper,Equipment,Equipment>
uri
- The URI
the request should target.@Deprecated @Nullable public Equipment execute(@Nonnull HttpDestinationProperties destination) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
executeRequest(HttpDestinationProperties)
instead.execute
in class FluentHelperBasic<InstallEquipmentFluentHelper,Equipment,Equipment>
destination
- The destination to use for the request.com.sap.cloud.sdk.odatav2.connectivity.ODataException
- The exception occurred during request executionCopyright © 2021 SAP SE. All rights reserved.