Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workcenterdata.WorkCenterCapacityShift
Packages that use WorkCenterCapacityShift
Package
Description
-
Uses of WorkCenterCapacityShift in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workcenterdata
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workcenterdata with type parameters of type WorkCenterCapacityShiftModifier and TypeFieldDescriptionstatic final WorkCenterCapacityIntervalLink<WorkCenterCapacityShift>WorkCenterCapacityInterval.TO_WORK_CENTER_SHIFTUse with available fluent helpers to apply the to_WorkCenterShift navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workcenterdata that return WorkCenterCapacityShiftModifier and TypeMethodDescriptionWorkCenterCapacityShift.WorkCenterCapacityShiftBuilder.build()protected WorkCenterCapacityShiftWorkCenterCapacityShiftCreateFluentHelper.getEntity()protected WorkCenterCapacityShiftWorkCenterCapacityShiftUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workcenterdata that return types with arguments of type WorkCenterCapacityShiftModifier and TypeMethodDescriptionWorkCenterCapacityInterval.fetchWorkCenterShift()Fetches the WorkCenterCapacityShift entities (one to many) associated with this entity.protected Class<WorkCenterCapacityShift>WorkCenterCapacityShiftByKeyFluentHelper.getEntityClass()protected Class<WorkCenterCapacityShift>WorkCenterCapacityShiftFluentHelper.getEntityClass()WorkCenterCapacityShift.getType()io.vavr.control.Option<List<WorkCenterCapacityShift>>WorkCenterCapacityInterval.getWorkCenterShiftIfPresent()Retrieval of associated WorkCenterCapacityShift entities (one to many).WorkCenterCapacityInterval.getWorkCenterShiftOrFetch()Retrieval of associated WorkCenterCapacityShift entities (one to many).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workcenterdata with parameters of type WorkCenterCapacityShiftModifier and TypeMethodDescriptionvoidWorkCenterCapacityInterval.addWorkCenterShift(WorkCenterCapacityShift... entity) Adds elements to the list of associated WorkCenterCapacityShift entities.WorkCenterCapacityInterval.WorkCenterCapacityIntervalBuilder.workCenterShift(WorkCenterCapacityShift... value) Navigation property to_WorkCenterShift for WorkCenterCapacityInterval to multiple WorkCenterCapacityShift.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workcenterdata with type arguments of type WorkCenterCapacityShiftModifier and TypeMethodDescriptionvoidWorkCenterCapacityInterval.setWorkCenterShift(List<WorkCenterCapacityShift> value) Overwrites the list of associated WorkCenterCapacityShift entities for the loaded navigation property to_WorkCenterShift.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workcenterdata with parameters of type WorkCenterCapacityShiftModifierConstructorDescriptionWorkCenterCapacityShiftCreateFluentHelper(String servicePath, WorkCenterCapacityShift entity, String entityCollection) Creates a fluent helper object that will create aWorkCenterCapacityShiftentity on the OData endpoint.WorkCenterCapacityShiftUpdateFluentHelper(String servicePath, WorkCenterCapacityShift entity, String entityCollection) Creates a fluent helper object that will update aWorkCenterCapacityShiftentity on the OData endpoint.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workcenterdata with type arguments of type WorkCenterCapacityShiftModifierConstructorDescriptionWorkCenterCapacityInterval(String workCenterInternalID, String workCenterTypeCode, String capacityCategoryAllocation, String capacityInternalID, String capacityActiveVersion, LocalDateTime intervalEndDate, LocalDateTime intervalStartDate, String workCenter, String plant, String workDayRule, String availableCapacityIntervalDurn, String shiftSequence, Boolean stdAvailableCapacityIsValid, List<WorkCenterCapacityShift> toWorkCenterShift) -
Uses of WorkCenterCapacityShift in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workcenterdata.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workcenterdata.batch with parameters of type WorkCenterCapacityShiftModifier and TypeMethodDescriptionDefaultWorkCenterDataServiceBatchChangeSet.createWorkCenterCapacityShift(WorkCenterCapacityShift workCenterCapacityShift) WorkCenterDataServiceBatchChangeSet.createWorkCenterCapacityShift(WorkCenterCapacityShift workCenterCapacityShift) Create a newWorkCenterCapacityShiftentity and save it to the S/4HANA system.DefaultWorkCenterDataServiceBatchChangeSet.updateWorkCenterCapacityShift(WorkCenterCapacityShift workCenterCapacityShift) WorkCenterDataServiceBatchChangeSet.updateWorkCenterCapacityShift(WorkCenterCapacityShift workCenterCapacityShift) Update an existingWorkCenterCapacityShiftentity and save it to the S/4HANA system. -
Uses of WorkCenterCapacityShift in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workcenterdata.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workcenterdata.link that return types with arguments of type WorkCenterCapacityShiftModifier and TypeMethodDescriptionWorkCenterCapacityShiftOneToOneLink.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.workcenterdata.link with type arguments of type WorkCenterCapacityShiftModifier and TypeMethodDescriptionprotected WorkCenterCapacityShiftLink<ObjectT>WorkCenterCapacityShiftLink.translateLinkType(EntityLink<WorkCenterCapacityShiftLink<ObjectT>, WorkCenterCapacityShift, ObjectT> link) -
Uses of WorkCenterCapacityShift in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type WorkCenterCapacityShiftModifier and TypeMethodDescriptionDefaultWorkCenterDataService.createWorkCenterCapacityShift(WorkCenterCapacityShift workCenterCapacityShift) Deprecated.WorkCenterDataService.createWorkCenterCapacityShift(WorkCenterCapacityShift workCenterCapacityShift) Deprecated.Create a newWorkCenterCapacityShiftentity and save it to the S/4HANA system.DefaultWorkCenterDataService.updateWorkCenterCapacityShift(WorkCenterCapacityShift workCenterCapacityShift) Deprecated.WorkCenterDataService.updateWorkCenterCapacityShift(WorkCenterCapacityShift workCenterCapacityShift) Deprecated.Update an existingWorkCenterCapacityShiftentity and save it to the S/4HANA system.