public class ChangeEntProjProcgStatusFluentHelper extends SingleValuedFluentHelperFunction<ChangeEntProjProcgStatusFluentHelper,EnterpriseProject,EnterpriseProject>
csrfTokenRetriever, entityCollection
Constructor and Description |
---|
ChangeEntProjProcgStatusFluentHelper(String servicePath,
UUID projectUUID,
String processingStatus)
Creates a fluent helper object that will execute the ChangeEntProjProcgStatus OData function import with
the provided parameters.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.http.client.methods.HttpUriRequest |
createRequest(URI uri) |
EnterpriseProject |
executeRequest(HttpDestinationProperties destination)
Execute this function import.
|
protected Class<EnterpriseProject> |
getEntityClass() |
protected String |
getFunctionName() |
protected Map<String,Object> |
getParameters() |
protected com.google.gson.JsonElement |
refineJsonResponse(com.google.gson.JsonElement jsonElement) |
executeMultiple, executeSingle, getCsrfTokenRetriever, toRequest, withCsrfToken, withoutCsrfToken
getHeaders, getParametersForRequestOnly, getServicePath, getThis, withHeader, withHeaders, withQueryParameter
public ChangeEntProjProcgStatusFluentHelper(@Nonnull String servicePath, @Nonnull UUID projectUUID, @Nullable String processingStatus)
executeRequest
method on the
fluent helper object.processingStatus
- Proc. Status
Constraints: 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 GUID
Constraints: none
Original parameter name from the Odata EDM: ProjectUUID
@Nonnull protected Class<EnterpriseProject> getEntityClass()
getEntityClass
in class FluentHelperBasic<ChangeEntProjProcgStatusFluentHelper,EnterpriseProject,EnterpriseProject>
@Nonnull protected String getFunctionName()
getFunctionName
in class FluentHelperFunction<ChangeEntProjProcgStatusFluentHelper,EnterpriseProject,EnterpriseProject>
@Nullable protected com.google.gson.JsonElement refineJsonResponse(@Nullable com.google.gson.JsonElement jsonElement)
@Nonnull protected Map<String,Object> getParameters()
getParameters
in class FluentHelperFunction<ChangeEntProjProcgStatusFluentHelper,EnterpriseProject,EnterpriseProject>
@Nonnull protected org.apache.http.client.methods.HttpUriRequest createRequest(@Nonnull URI uri)
createRequest
in class FluentHelperFunction<ChangeEntProjProcgStatusFluentHelper,EnterpriseProject,EnterpriseProject>
@Nullable public EnterpriseProject executeRequest(@Nonnull HttpDestinationProperties destination)
executeRequest
in interface FluentHelperExecutable<Object>
executeRequest
in class FluentHelperBasic<ChangeEntProjProcgStatusFluentHelper,EnterpriseProject,EnterpriseProject>
Copyright © 2022 SAP SE. All rights reserved.