Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workforceavailability.TimeOverview
Packages that use TimeOverview
Package
Description
-
Uses of TimeOverview in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workforceavailability
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workforceavailability that return TimeOverviewModifier and TypeMethodDescriptionTimeOverview.TimeOverviewBuilder.build()protected TimeOverviewTimeOverviewCreateFluentHelper.getEntity()protected TimeOverviewTimeOverviewDeleteFluentHelper.getEntity()protected TimeOverviewTimeOverviewUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workforceavailability that return types with arguments of type TimeOverviewModifier and TypeMethodDescriptionprotected Class<TimeOverview>TimeOverviewByKeyFluentHelper.getEntityClass()protected Class<TimeOverview>TimeOverviewFluentHelper.getEntityClass()TimeOverview.getType()Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workforceavailability with parameters of type TimeOverviewModifierConstructorDescriptionTimeOverviewCreateFluentHelper(String servicePath, TimeOverview entity, String entityCollection) Creates a fluent helper object that will create aTimeOverviewentity on the OData endpoint.TimeOverviewDeleteFluentHelper(String servicePath, TimeOverview entity, String entityCollection) Creates a fluent helper object that will delete aTimeOverviewentity on the OData endpoint.TimeOverviewUpdateFluentHelper(String servicePath, TimeOverview entity, String entityCollection) Creates a fluent helper object that will update aTimeOverviewentity on the OData endpoint. -
Uses of TimeOverview in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workforceavailability.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workforceavailability.batch with parameters of type TimeOverviewModifier and TypeMethodDescriptionDefaultWorkforceAvailabilityServiceBatchChangeSet.createTimeOverview(TimeOverview timeOverview) WorkforceAvailabilityServiceBatchChangeSet.createTimeOverview(TimeOverview timeOverview) Create a newTimeOverviewentity and save it to the S/4HANA system.DefaultWorkforceAvailabilityServiceBatchChangeSet.deleteTimeOverview(TimeOverview timeOverview) WorkforceAvailabilityServiceBatchChangeSet.deleteTimeOverview(TimeOverview timeOverview) Deletes an existingTimeOverviewentity in the S/4HANA system.DefaultWorkforceAvailabilityServiceBatchChangeSet.updateTimeOverview(TimeOverview timeOverview) WorkforceAvailabilityServiceBatchChangeSet.updateTimeOverview(TimeOverview timeOverview) Update an existingTimeOverviewentity and save it to the S/4HANA system. -
Uses of TimeOverview in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workforceavailability.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workforceavailability.link that return types with arguments of type TimeOverviewModifier and TypeMethodDescriptionTimeOverviewOneToOneLink.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.workforceavailability.link with type arguments of type TimeOverviewModifier and TypeMethodDescriptionprotected TimeOverviewLink<ObjectT>TimeOverviewLink.translateLinkType(EntityLink<TimeOverviewLink<ObjectT>, TimeOverview, ObjectT> link) -
Uses of TimeOverview in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type TimeOverviewModifier and TypeMethodDescriptionDefaultWorkforceAvailabilityService.createTimeOverview(TimeOverview timeOverview) Deprecated.WorkforceAvailabilityService.createTimeOverview(TimeOverview timeOverview) Deprecated.Create a newTimeOverviewentity and save it to the S/4HANA system.DefaultWorkforceAvailabilityService.deleteTimeOverview(TimeOverview timeOverview) Deprecated.WorkforceAvailabilityService.deleteTimeOverview(TimeOverview timeOverview) Deprecated.Deletes an existingTimeOverviewentity in the S/4HANA system.DefaultWorkforceAvailabilityService.updateTimeOverview(TimeOverview timeOverview) Deprecated.WorkforceAvailabilityService.updateTimeOverview(TimeOverview timeOverview) Deprecated.Update an existingTimeOverviewentity and save it to the S/4HANA system.