Class SetKanbanContainerStatusFluentHelper
- All Implemented Interfaces:
FluentHelperExecutable<Object>
-
Field Summary
Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
csrfTokenRetriever, entityCollection -
Constructor Summary
ConstructorsConstructorDescriptionSetKanbanContainerStatusFluentHelper(String servicePath, String kanbanContainer, String kanbanContainerStatus, BigDecimal actualQuantityInUnitOfEntry, String unitOfEntry, String batch, ZonedDateTime kanbanCtnStatusChangeDateTime, String deliveryNote) Creates a fluent helper object that will execute the SetKanbanContainerStatus 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<KanbanContainer>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
-
SetKanbanContainerStatusFluentHelper
public SetKanbanContainerStatusFluentHelper(@Nonnull String servicePath, @Nonnull String kanbanContainer, @Nullable String kanbanContainerStatus, @Nullable BigDecimal actualQuantityInUnitOfEntry, @Nullable String unitOfEntry, @Nullable String batch, @Nullable ZonedDateTime kanbanCtnStatusChangeDateTime, @Nullable String deliveryNote) Creates a fluent helper object that will execute the SetKanbanContainerStatus OData function import with the provided parameters. To perform execution, call theexecuteRequestmethod on the fluent helper object.- Parameters:
actualQuantityInUnitOfEntry- Actual QuantityConstraints: Nullable, Precision: 13, Scale: 3
Original parameter name from the Odata EDM: ActualQuantityInUnitOfEntry
deliveryNote- Delivery noteConstraints: Nullable, Maximum length: 16
Original parameter name from the Odata EDM: DeliveryNote
servicePath- Service path to be used to call the functions against.kanbanContainerStatus- Kanban StatusConstraints: Nullable, Maximum length: 1
Original parameter name from the Odata EDM: KanbanContainerStatus
batch- BatchConstraints: Nullable, Maximum length: 10
Original parameter name from the Odata EDM: Batch
kanbanCtnStatusChangeDateTime- Time StampConstraints: Nullable, Precision: 7
Original parameter name from the Odata EDM: KanbanCtnStatusChangeDateTime
kanbanContainer- Kanban IDConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: KanbanContainer
unitOfEntry- UnitConstraints: Nullable, Maximum length: 3
Original parameter name from the Odata EDM: UnitOfEntry
-
-
Method Details
-
getEntityClass
- Specified by:
getEntityClassin classFluentHelperBasic<SetKanbanContainerStatusFluentHelper,KanbanContainer, KanbanContainer>
-
getFunctionName
- Specified by:
getFunctionNamein classFluentHelperFunction<SetKanbanContainerStatusFluentHelper,KanbanContainer, KanbanContainer>
-
refineJsonResponse
@Nullable protected com.google.gson.JsonElement refineJsonResponse(@Nullable com.google.gson.JsonElement jsonElement) -
getParameters
- Specified by:
getParametersin classFluentHelperFunction<SetKanbanContainerStatusFluentHelper,KanbanContainer, KanbanContainer>
-
createRequest
- Specified by:
createRequestin classFluentHelperFunction<SetKanbanContainerStatusFluentHelper,KanbanContainer, KanbanContainer>
-
executeRequest
Execute this function import.- Specified by:
executeRequestin interfaceFluentHelperExecutable<Object>- Specified by:
executeRequestin classFluentHelperBasic<SetKanbanContainerStatusFluentHelper,KanbanContainer, KanbanContainer>
-