Class ChangeLifecycleStatusFluentHelper
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic<FluentHelperT,ObjectT,ResultT>
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperFunction<FluentHelperT,ObjectT,ResultT>
com.sap.cloud.sdk.datamodel.odata.helper.SingleValuedFluentHelperFunction<ChangeLifecycleStatusFluentHelper,GrantCore,GrantCore>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant.ChangeLifecycleStatusFluentHelper
- All Implemented Interfaces:
FluentHelperExecutable<Object>
public class ChangeLifecycleStatusFluentHelper
extends SingleValuedFluentHelperFunction<ChangeLifecycleStatusFluentHelper,GrantCore,GrantCore>
Fluent helper for the ChangeLifecycleStatus OData function import.
-
Field Summary
Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
csrfTokenRetriever, entityCollection -
Constructor Summary
ConstructorsConstructorDescriptionChangeLifecycleStatusFluentHelper(String servicePath, String grantID, String grantLifecycleStatus) Creates a fluent helper object that will execute the ChangeLifecycleStatus 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
-
ChangeLifecycleStatusFluentHelper
public ChangeLifecycleStatusFluentHelper(@Nonnull String servicePath, @Nonnull String grantID, @Nullable String grantLifecycleStatus) Creates a fluent helper object that will execute the ChangeLifecycleStatus OData function import with the provided parameters. To perform execution, call theexecuteRequestmethod on the fluent helper object.- Parameters:
grantID- GrantConstraints: Not nullable, Maximum length: 20
Original parameter name from the Odata EDM: GrantID
grantLifecycleStatus- Lifecycle StatusConstraints: Nullable, Maximum length: 5
Original parameter name from the Odata EDM: GrantLifecycleStatus
servicePath- Service path to be used to call the functions against.
-
-
Method Details
-
getEntityClass
- Specified by:
getEntityClassin classFluentHelperBasic<ChangeLifecycleStatusFluentHelper,GrantCore, GrantCore>
-
getFunctionName
- Specified by:
getFunctionNamein classFluentHelperFunction<ChangeLifecycleStatusFluentHelper,GrantCore, GrantCore>
-
refineJsonResponse
@Nullable protected com.google.gson.JsonElement refineJsonResponse(@Nullable com.google.gson.JsonElement jsonElement) - Overrides:
refineJsonResponsein classFluentHelperFunction<ChangeLifecycleStatusFluentHelper,GrantCore, GrantCore>
-
getParameters
- Specified by:
getParametersin classFluentHelperFunction<ChangeLifecycleStatusFluentHelper,GrantCore, GrantCore>
-
createRequest
- Specified by:
createRequestin classFluentHelperFunction<ChangeLifecycleStatusFluentHelper,GrantCore, GrantCore>
-
executeRequest
Execute this function import.- Specified by:
executeRequestin interfaceFluentHelperExecutable<Object>- Specified by:
executeRequestin classFluentHelperBasic<ChangeLifecycleStatusFluentHelper,GrantCore, GrantCore>
-