Class SetProcessingStatusFluentHelper
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<SetProcessingStatusFluentHelper,EnterpriseProject,EnterpriseProject>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.enterpriseproject.SetProcessingStatusFluentHelper
- All Implemented Interfaces:
FluentHelperExecutable<Object>
public class SetProcessingStatusFluentHelper
extends SingleValuedFluentHelperFunction<SetProcessingStatusFluentHelper,EnterpriseProject,EnterpriseProject>
Fluent helper for the SetProcessingStatus OData function import.
-
Field Summary
Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
csrfTokenRetriever, entityCollection -
Constructor Summary
ConstructorsConstructorDescriptionSetProcessingStatusFluentHelper(String servicePath, UUID projectUUID, String processingStatus) Creates a fluent helper object that will execute the SetProcessingStatus 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 Class<EnterpriseProject>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
-
SetProcessingStatusFluentHelper
public SetProcessingStatusFluentHelper(@Nonnull String servicePath, @Nonnull UUID projectUUID, @Nullable String processingStatus) Creates a fluent helper object that will execute the SetProcessingStatus OData function import with the provided parameters. To perform execution, call theexecuteRequestmethod on the fluent helper object.- Parameters:
processingStatus- Processing StatusConstraints: Nullable, Maximum length: 2
Original parameter name from the Odata EDM: ProcessingStatus
servicePath- Service path to be used to call the functions against.projectUUID- Entity GUIDConstraints: none
Original parameter name from the Odata EDM: ProjectUUID
-
-
Method Details
-
getEntityClass
- Specified by:
getEntityClassin classFluentHelperBasic<SetProcessingStatusFluentHelper,EnterpriseProject, EnterpriseProject>
-
getFunctionName
- Specified by:
getFunctionNamein classFluentHelperFunction<SetProcessingStatusFluentHelper,EnterpriseProject, EnterpriseProject>
-
refineJsonResponse
@Nullable protected com.google.gson.JsonElement refineJsonResponse(@Nullable com.google.gson.JsonElement jsonElement) -
getParameters
- Specified by:
getParametersin classFluentHelperFunction<SetProcessingStatusFluentHelper,EnterpriseProject, EnterpriseProject>
-
createRequest
- Specified by:
createRequestin classFluentHelperFunction<SetProcessingStatusFluentHelper,EnterpriseProject, EnterpriseProject>
-
executeRequest
Execute this function import.- Specified by:
executeRequestin interfaceFluentHelperExecutable<Object>- Specified by:
executeRequestin classFluentHelperBasic<SetProcessingStatusFluentHelper,EnterpriseProject, EnterpriseProject>
-