public class SetProjElemProcessingStatusFluentHelper extends SingleValuedFluentHelperFunction<SetProjElemProcessingStatusFluentHelper,EnterpriseProjectElement,EnterpriseProjectElement>
csrfTokenRetriever, entityCollection
Constructor and Description |
---|
SetProjElemProcessingStatusFluentHelper(String servicePath,
UUID projectElementUUID,
String processingStatus)
Creates a fluent helper object that will execute the SetProjElemProcessingStatus OData function import
with the provided parameters.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.http.client.methods.HttpUriRequest |
createRequest(URI uri) |
EnterpriseProjectElement |
executeRequest(HttpDestinationProperties destination)
Execute this function import.
|
protected Class<EnterpriseProjectElement> |
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 SetProjElemProcessingStatusFluentHelper(@Nonnull String servicePath, @Nonnull UUID projectElementUUID, @Nullable String processingStatus)
executeRequest
method on the
fluent helper object.processingStatus
- Processing 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.projectElementUUID
- Entity GUID
Constraints: none
Original parameter name from the Odata EDM: ProjectElementUUID
@Nonnull protected Class<EnterpriseProjectElement> getEntityClass()
@Nullable protected com.google.gson.JsonElement refineJsonResponse(@Nullable com.google.gson.JsonElement jsonElement)
@Nonnull protected org.apache.http.client.methods.HttpUriRequest createRequest(@Nonnull URI uri)
@Nullable public EnterpriseProjectElement executeRequest(@Nonnull HttpDestinationProperties destination)
executeRequest
in interface FluentHelperExecutable<Object>
executeRequest
in class FluentHelperBasic<SetProjElemProcessingStatusFluentHelper,EnterpriseProjectElement,EnterpriseProjectElement>
Copyright © 2022 SAP SE. All rights reserved.