Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehousetask.WarehouseTaskExceptionCode
Packages that use WarehouseTaskExceptionCode
Package
Description
-
Uses of WarehouseTaskExceptionCode in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehousetask
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehousetask with type parameters of type WarehouseTaskExceptionCodeModifier and TypeFieldDescriptionstatic final WarehouseTaskLink<WarehouseTaskExceptionCode>WarehouseTask.TO_WAREHOUSE_TASK_EXCEPTION_CODEUse with available fluent helpers to apply the to_WarehouseTaskExceptionCode navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehousetask that return WarehouseTaskExceptionCodeModifier and TypeMethodDescriptionWarehouseTaskExceptionCode.WarehouseTaskExceptionCodeBuilder.build()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehousetask that return types with arguments of type WarehouseTaskExceptionCodeModifier and TypeMethodDescriptionWarehouseTask.fetchWarehouseTaskExceptionCode()Fetches the WarehouseTaskExceptionCode entities (one to many) associated with this entity.protected Class<WarehouseTaskExceptionCode>WarehouseTaskExceptionCodeByKeyFluentHelper.getEntityClass()protected Class<WarehouseTaskExceptionCode>WarehouseTaskExceptionCodeFluentHelper.getEntityClass()WarehouseTaskExceptionCode.getType()io.vavr.control.Option<List<WarehouseTaskExceptionCode>>WarehouseTask.getWarehouseTaskExceptionCodeIfPresent()Retrieval of associated WarehouseTaskExceptionCode entities (one to many).WarehouseTask.getWarehouseTaskExceptionCodeOrFetch()Retrieval of associated WarehouseTaskExceptionCode entities (one to many).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehousetask with parameters of type WarehouseTaskExceptionCodeModifier and TypeMethodDescriptionvoidWarehouseTask.addWarehouseTaskExceptionCode(WarehouseTaskExceptionCode... entity) Adds elements to the list of associated WarehouseTaskExceptionCode entities.WarehouseTask.WarehouseTaskBuilder.warehouseTaskExceptionCode(WarehouseTaskExceptionCode... value) Navigation property to_WarehouseTaskExceptionCode for WarehouseTask to multiple WarehouseTaskExceptionCode.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehousetask with type arguments of type WarehouseTaskExceptionCodeModifier and TypeMethodDescriptionvoidWarehouseTask.setWarehouseTaskExceptionCode(List<WarehouseTaskExceptionCode> value) Overwrites the list of associated WarehouseTaskExceptionCode entities for the loaded navigation property to_WarehouseTaskExceptionCode.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehousetask with type arguments of type WarehouseTaskExceptionCodeModifierConstructorDescriptionWarehouseTask(String warehouse, String warehouseTask, String warehouseTaskItem, String warehouseOrder, ZonedDateTime creationDateTime, ZonedDateTime lastChangeDateTime, ZonedDateTime confirmationUTCDateTime, ZonedDateTime whseTaskPlannedClosingDateTime, ZonedDateTime whseTaskGoodsReceiptDateTime, String warehouseTaskStatus, String warehouseTaskStatusName, String warehouseProcessType, String warehouseProcessTypeName, Boolean isHandlingUnitWarehouseTask, String productName, String productDescription, String batch, Boolean batchChangeIsNotAllowed, String stockType, String stockTypeName, String stockOwner, String entitledToDisposeParty, String stockDocumentCategory, String stockDocumentNumber, String stockItemNumber, String wBSElementInternalID, String wBSElementExternalID, String specialStockIdfgSalesOrder, String specialStockIdfgSalesOrderItem, String executingResource, String productionOrder, String productionSupplyArea, String delivery, String deliveryItem, String purchasingDocument, String purchasingDocumentItem, String salesDocument, String salesDocumentItem, String baseUnit, String eWMBaseUnitISOCode, String alternativeUnit, String eWMAlternativeUnitISOCode, BigDecimal targetQuantityInBaseUnit, BigDecimal targetQuantityInAltvUnit, BigDecimal actualQuantityInBaseUnit, BigDecimal actualQuantityInAltvUnit, BigDecimal differenceQuantityInBaseUnit, BigDecimal differenceQuantityInAltvUnit, String whseTaskNetWeightUnitOfMeasure, BigDecimal netWeight, String whseTaskNetVolumeUnitOfMeasure, BigDecimal whseTaskNetVolume, String sourceStorageType, String sourceStorageTypeName, String sourceStorageSection, String sourceStorageBin, String destinationStorageType, String destinationStorageTypeName, String destinationStorageSection, String destinationStorageBin, String destinationResource, String activityArea, String activityAreaName, String sourceHandlingUnit, String destinationHandlingUnit, String warehouseTaskExceptionCode, WarehouseOrder toWarehouseOrder, List<WarehouseTaskExceptionCode> toWarehouseTaskExceptionCode) -
Uses of WarehouseTaskExceptionCode in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehousetask.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehousetask.link that return types with arguments of type WarehouseTaskExceptionCodeModifier and TypeMethodDescriptionWarehouseTaskExceptionCodeOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression) Query modifier to restrict the result set to entities for which this expression (formulated over a property of a related entity) evaluates to true.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehousetask.link with type arguments of type WarehouseTaskExceptionCodeModifier and TypeMethodDescriptionprotected WarehouseTaskExceptionCodeLink<ObjectT>WarehouseTaskExceptionCodeLink.translateLinkType(EntityLink<WarehouseTaskExceptionCodeLink<ObjectT>, WarehouseTaskExceptionCode, ObjectT> link)