Class AddEventDrivenKanbanContainerFluentHelper
- All Implemented Interfaces:
FluentHelperExecutable<Object>
-
Field Summary
Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
csrfTokenRetriever, entityCollection -
Constructor Summary
ConstructorsConstructorDescriptionAddEventDrivenKanbanContainerFluentHelper(String servicePath, String kanbanControlCycle, BigDecimal requestedQuantityInBaseUnit, ZonedDateTime requestedDeliveryDateTime, String packingInstruction, Short numberOfLoadCarriers) Creates a fluent helper object that will execute the AddEventDrivenKanbanContainer 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<AddedKanbanContainer>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
-
AddEventDrivenKanbanContainerFluentHelper
public AddEventDrivenKanbanContainerFluentHelper(@Nonnull String servicePath, @Nonnull String kanbanControlCycle, @Nullable BigDecimal requestedQuantityInBaseUnit, @Nullable ZonedDateTime requestedDeliveryDateTime, @Nullable String packingInstruction, @Nullable Short numberOfLoadCarriers) Creates a fluent helper object that will execute the AddEventDrivenKanbanContainer OData function import with the provided parameters. To perform execution, call theexecuteRequestmethod on the fluent helper object.- Parameters:
requestedDeliveryDateTime- Time StampConstraints: Nullable, Precision: 7
Original parameter name from the Odata EDM: RequestedDeliveryDateTime
numberOfLoadCarriers- No.Load CarriersConstraints: Nullable
Original parameter name from the Odata EDM: NumberOfLoadCarriers
servicePath- Service path to be used to call the functions against.packingInstruction- Packing instructionConstraints: Nullable, Maximum length: 20
Original parameter name from the Odata EDM: PackingInstruction
requestedQuantityInBaseUnit- Requested QuantityConstraints: Nullable, Precision: 13, Scale: 3
Original parameter name from the Odata EDM: RequestedQuantityInBaseUnit
kanbanControlCycle- Control CycleConstraints: Not nullable, Maximum length: 7
Original parameter name from the Odata EDM: KanbanControlCycle
-
-
Method Details
-
getEntityClass
- Specified by:
getEntityClassin classFluentHelperBasic<AddEventDrivenKanbanContainerFluentHelper,AddedKanbanContainer, List<AddedKanbanContainer>>
-
getFunctionName
- Specified by:
getFunctionNamein classFluentHelperFunction<AddEventDrivenKanbanContainerFluentHelper,AddedKanbanContainer, List<AddedKanbanContainer>>
-
refineJsonResponse
@Nullable protected com.google.gson.JsonElement refineJsonResponse(@Nullable com.google.gson.JsonElement jsonElement) -
getParameters
- Specified by:
getParametersin classFluentHelperFunction<AddEventDrivenKanbanContainerFluentHelper,AddedKanbanContainer, List<AddedKanbanContainer>>
-
createRequest
- Specified by:
createRequestin classFluentHelperFunction<AddEventDrivenKanbanContainerFluentHelper,AddedKanbanContainer, List<AddedKanbanContainer>>
-
executeRequest
@Nonnull public List<AddedKanbanContainer> executeRequest(@Nonnull HttpDestinationProperties destination) Execute this function import.- Specified by:
executeRequestin interfaceFluentHelperExecutable<Object>- Specified by:
executeRequestin classFluentHelperBasic<AddEventDrivenKanbanContainerFluentHelper,AddedKanbanContainer, List<AddedKanbanContainer>>
-