Class InstallFunctionalLocationFluentHelper
- All Implemented Interfaces:
FluentHelperExecutable<Object>
-
Field Summary
Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
csrfTokenRetriever, entityCollection -
Constructor Summary
ConstructorsConstructorDescriptionInstallFunctionalLocationFluentHelper(String servicePath, String functionalLocation, String superiorFunctionalLocation, String funcLocInstallationPosNmbr, LocalDateTime funcLocInstallationDate, LocalTime funcLocInstallationTime) Creates a fluent helper object that will execute the InstallFunctionalLocation 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<FunctionalLocation>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
-
InstallFunctionalLocationFluentHelper
public InstallFunctionalLocationFluentHelper(@Nonnull String servicePath, @Nonnull String functionalLocation, @Nullable String superiorFunctionalLocation, @Nullable String funcLocInstallationPosNmbr, @Nullable LocalDateTime funcLocInstallationDate, @Nullable LocalTime funcLocInstallationTime) Creates a fluent helper object that will execute the InstallFunctionalLocation OData function import with the provided parameters. To perform execution, call theexecuteRequestmethod on the fluent helper object.- Parameters:
funcLocInstallationTime- Install TimeConstraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: FuncLocInstallationTime
superiorFunctionalLocation- Superior FunctLoc.Constraints: Nullable, Maximum length: 40
Original parameter name from the Odata EDM: SuperiorFunctionalLocation
servicePath- Service path to be used to call the functions against.functionalLocation- Functional locationConstraints: Not nullable, Maximum length: 30
Original parameter name from the Odata EDM: FunctionalLocation
funcLocInstallationPosNmbr- Position in objectConstraints: Nullable, Maximum length: 4
Original parameter name from the Odata EDM: FuncLocInstallationPosNmbr
funcLocInstallationDate- Install DateConstraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: FuncLocInstallationDate
-
-
Method Details
-
getEntityClass
- Specified by:
getEntityClassin classFluentHelperBasic<InstallFunctionalLocationFluentHelper,FunctionalLocation, FunctionalLocation>
-
getFunctionName
- Specified by:
getFunctionNamein classFluentHelperFunction<InstallFunctionalLocationFluentHelper,FunctionalLocation, FunctionalLocation>
-
refineJsonResponse
@Nullable protected com.google.gson.JsonElement refineJsonResponse(@Nullable com.google.gson.JsonElement jsonElement) -
getParameters
- Specified by:
getParametersin classFluentHelperFunction<InstallFunctionalLocationFluentHelper,FunctionalLocation, FunctionalLocation>
-
createRequest
- Specified by:
createRequestin classFluentHelperFunction<InstallFunctionalLocationFluentHelper,FunctionalLocation, FunctionalLocation>
-
executeRequest
Execute this function import.- Specified by:
executeRequestin interfaceFluentHelperExecutable<Object>- Specified by:
executeRequestin classFluentHelperBasic<InstallFunctionalLocationFluentHelper,FunctionalLocation, FunctionalLocation>
-