public class HeaderReleaseFluentHelper extends FluentHelperFunction<HeaderReleaseFluentHelper,ActionResponse,ActionResponse>
Constructor and Description |
---|
HeaderReleaseFluentHelper(String servicePath,
String schedgAgreementStandardRelDate,
String schedgAgreementSelectionScope,
Boolean schedgAgreementOffJitDynStop,
Boolean schedgAgreementOffFrcDynStop,
String schedgAgreementMoveCreateDate,
Boolean schedgAgreementdeactJitTolChck,
Boolean schedgAgreementDeactFrcTolChck,
Boolean schedgAgreementCreateWoutSline,
Boolean schedgAgreementCreateJitOnly,
Boolean schedgAgreementCreateFrcOnly,
Boolean schedgAgreementCreateFrcAndJit,
Boolean schedgAgreementWithFrcProfile,
Boolean schedgAgreementWithJitProfile,
String schedulingAgreement)
Creates a fluent helper object that will execute the HeaderRelease 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 . |
ActionResponse |
execute(HttpDestinationProperties destination)
Deprecated.
Use the improved method
executeRequest(HttpDestinationProperties) instead. |
protected Class<ActionResponse> |
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 HeaderReleaseFluentHelper(@Nonnull String servicePath, String schedgAgreementStandardRelDate, String schedgAgreementSelectionScope, Boolean schedgAgreementOffJitDynStop, Boolean schedgAgreementOffFrcDynStop, String schedgAgreementMoveCreateDate, Boolean schedgAgreementdeactJitTolChck, Boolean schedgAgreementDeactFrcTolChck, Boolean schedgAgreementCreateWoutSline, Boolean schedgAgreementCreateJitOnly, Boolean schedgAgreementCreateFrcOnly, Boolean schedgAgreementCreateFrcAndJit, Boolean schedgAgreementWithFrcProfile, Boolean schedgAgreementWithJitProfile, String schedulingAgreement)
execute
method on the fluent helper object.schedgAgreementWithJitProfile
- Constraints: none
Original parameter name from the Odata EDM: SchedgAgreementWithJitProfile
schedgAgreementCreateWoutSline
- Constraints: none
Original parameter name from the Odata EDM: SchedgAgreementCreateWoutSline
schedgAgreementCreateFrcOnly
- Constraints: none
Original parameter name from the Odata EDM: SchedgAgreementCreateFrcOnly
schedgAgreementdeactJitTolChck
- Constraints: none
Original parameter name from the Odata EDM: SchedgAgreementdeactJitTolChck
schedgAgreementStandardRelDate
- Constraints: Not nullable, Maximum length: 1
Original parameter name from the Odata EDM: SchedgAgreementStandardRelDate
schedgAgreementSelectionScope
- Constraints: Not nullable, Maximum length: 1
Original parameter name from the Odata EDM: SchedgAgreementSelectionScope
schedgAgreementMoveCreateDate
- Constraints: Not nullable, Maximum length: 2
Original parameter name from the Odata EDM: SchedgAgreementMoveCreateDate
schedgAgreementCreateFrcAndJit
- Constraints: none
Original parameter name from the Odata EDM: SchedgAgreementCreateFrcAndJit
schedgAgreementOffFrcDynStop
- Constraints: none
Original parameter name from the Odata EDM: SchedgAgreementOffFrcDynStop
schedulingAgreement
- Constraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: SchedulingAgreement
schedgAgreementOffJitDynStop
- Constraints: none
Original parameter name from the Odata EDM: SchedgAgreementOffJitDynStop
schedgAgreementWithFrcProfile
- Constraints: none
Original parameter name from the Odata EDM: SchedgAgreementWithFrcProfile
servicePath
- Service path to be used to call the functions against.schedgAgreementDeactFrcTolChck
- Constraints: none
Original parameter name from the Odata EDM: SchedgAgreementDeactFrcTolChck
schedgAgreementCreateJitOnly
- Constraints: none
Original parameter name from the Odata EDM: SchedgAgreementCreateJitOnly
@Nonnull protected Class<ActionResponse> getEntityClass()
FluentHelperBasic
getEntityClass
in class FluentHelperBasic<HeaderReleaseFluentHelper,ActionResponse,ActionResponse>
@Nonnull protected String getFunctionName()
FluentHelperFunction
getFunctionName
in class FluentHelperFunction<HeaderReleaseFluentHelper,ActionResponse,ActionResponse>
@Nullable protected com.google.gson.JsonElement refineJsonResponse(@Nullable com.google.gson.JsonElement jsonElement)
FluentHelperFunction
refineJsonResponse
in class FluentHelperFunction<HeaderReleaseFluentHelper,ActionResponse,ActionResponse>
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<HeaderReleaseFluentHelper,ActionResponse,ActionResponse>
@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<HeaderReleaseFluentHelper,ActionResponse,ActionResponse>
uri
- The URI
the request should target.@Deprecated @Nullable public ActionResponse execute(@Nonnull HttpDestinationProperties destination) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
executeRequest(HttpDestinationProperties)
instead.execute
in class FluentHelperBasic<HeaderReleaseFluentHelper,ActionResponse,ActionResponse>
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.