public class SendActionStatusFluentHelper extends FluentHelperFunction<SendActionStatusFluentHelper,SendActionStatusReturn,SendActionStatusReturn>
Constructor and Description |
---|
SendActionStatusFluentHelper(String servicePath,
String sitnActionInstanceID,
String sitnActionID,
String sitnActionStatus,
String sitnInstanceID,
String sitnInstceTargetStatus)
Creates a fluent helper object that will execute the SendActionStatus 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 . |
SendActionStatusReturn |
execute(HttpDestinationProperties destination)
Deprecated.
Use the improved method
executeRequest(HttpDestinationProperties) instead. |
protected Class<SendActionStatusReturn> |
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 SendActionStatusFluentHelper(@Nonnull String servicePath, @Nonnull String sitnActionInstanceID, @Nonnull String sitnActionID, @Nonnull String sitnActionStatus, @Nonnull String sitnInstanceID, @Nonnull String sitnInstceTargetStatus)
execute
method on the fluent helper object.sitnActionStatus
- Action status: SUCCESS or FAILURE
Constraints: Not nullable, Maximum length: 7
Original parameter name from the Odata EDM: SitnActionStatus
servicePath
- Service path to be used to call the functions against.sitnActionInstanceID
- Unique action instance ID generated by the service client
Constraints: Not nullable, Maximum length: 36
Original parameter name from the Odata EDM: SitnActionInstanceID
sitnInstanceID
- Situation instance ID for which the action was performed
Constraints: Not nullable, Maximum length: 32
Original parameter name from the Odata EDM: SitnInstanceID
sitnActionID
- ActionID defined by situation template, NO_ACTION or UNKNOWN
Constraints: Not nullable, Maximum length: 32
Original parameter name from the Odata EDM: SitnActionID
sitnInstceTargetStatus
- Target instance status: OP(Open) RE(Resolved) UN(Unchanged)
Constraints: Not nullable, Maximum length: 2
Original parameter name from the Odata EDM: SitnInstceTargetStatus
@Nonnull protected Class<SendActionStatusReturn> getEntityClass()
FluentHelperBasic
getEntityClass
in class FluentHelperBasic<SendActionStatusFluentHelper,SendActionStatusReturn,SendActionStatusReturn>
@Nonnull protected String getFunctionName()
FluentHelperFunction
getFunctionName
in class FluentHelperFunction<SendActionStatusFluentHelper,SendActionStatusReturn,SendActionStatusReturn>
@Nullable protected com.google.gson.JsonElement refineJsonResponse(@Nullable com.google.gson.JsonElement jsonElement)
FluentHelperFunction
refineJsonResponse
in class FluentHelperFunction<SendActionStatusFluentHelper,SendActionStatusReturn,SendActionStatusReturn>
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<SendActionStatusFluentHelper,SendActionStatusReturn,SendActionStatusReturn>
@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<SendActionStatusFluentHelper,SendActionStatusReturn,SendActionStatusReturn>
uri
- The URI
the request should target.@Deprecated @Nullable public SendActionStatusReturn execute(@Nonnull HttpDestinationProperties destination) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
executeRequest(HttpDestinationProperties)
instead.execute
in class FluentHelperBasic<SendActionStatusFluentHelper,SendActionStatusReturn,SendActionStatusReturn>
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.