Modifier and Type | Method and Description |
---|---|
TimeOverview |
TimeOverview.TimeOverviewBuilder.build() |
protected TimeOverview |
TimeOverviewUpdateFluentHelper.getEntity() |
protected TimeOverview |
TimeOverviewCreateFluentHelper.getEntity() |
protected TimeOverview |
TimeOverviewDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
protected Class<TimeOverview> |
TimeOverviewFluentHelper.getEntityClass() |
protected Class<TimeOverview> |
TimeOverviewByKeyFluentHelper.getEntityClass() |
Class<TimeOverview> |
TimeOverview.getType() |
Constructor and Description |
---|
TimeOverviewCreateFluentHelper(String servicePath,
TimeOverview entity)
Creates a fluent helper object that will create a
TimeOverview
entity on the OData endpoint. |
TimeOverviewDeleteFluentHelper(String servicePath,
TimeOverview entity)
Creates a fluent helper object that will delete a
TimeOverview
entity on the OData endpoint. |
TimeOverviewUpdateFluentHelper(String servicePath,
TimeOverview entity)
Creates a fluent helper object that will update a
TimeOverview
entity on the OData endpoint. |
Modifier and Type | Method and Description |
---|---|
WorkforceAvailabilityServiceBatchChangeSet |
DefaultWorkforceAvailabilityServiceBatchChangeSet.createTimeOverview(TimeOverview timeOverview)
Create a new
TimeOverview entity and save it to the S/4HANA system. |
WorkforceAvailabilityServiceBatchChangeSet |
WorkforceAvailabilityServiceBatchChangeSet.createTimeOverview(TimeOverview timeOverview)
Create a new
TimeOverview entity and save it to the S/4HANA system. |
WorkforceAvailabilityServiceBatchChangeSet |
DefaultWorkforceAvailabilityServiceBatchChangeSet.deleteTimeOverview(TimeOverview timeOverview)
Deletes an existing
TimeOverview entity in the S/4HANA system. |
WorkforceAvailabilityServiceBatchChangeSet |
WorkforceAvailabilityServiceBatchChangeSet.deleteTimeOverview(TimeOverview timeOverview)
Deletes an existing
TimeOverview entity in the S/4HANA system. |
WorkforceAvailabilityServiceBatchChangeSet |
DefaultWorkforceAvailabilityServiceBatchChangeSet.updateTimeOverview(TimeOverview timeOverview)
Update an existing
TimeOverview entity and save it to the S/4HANA system. |
WorkforceAvailabilityServiceBatchChangeSet |
WorkforceAvailabilityServiceBatchChangeSet.updateTimeOverview(TimeOverview timeOverview)
Update an existing
TimeOverview entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<TimeOverview> |
TimeOverviewOneToOneLink.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.
|
Modifier and Type | Method and Description |
---|---|
protected TimeOverviewLink<ObjectT> |
TimeOverviewLink.translateLinkType(EntityLink<TimeOverviewLink<ObjectT>,TimeOverview,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
TimeOverviewCreateFluentHelper |
DefaultWorkforceAvailabilityService.createTimeOverview(TimeOverview timeOverview) |
TimeOverviewCreateFluentHelper |
WorkforceAvailabilityService.createTimeOverview(TimeOverview timeOverview)
Create a new
TimeOverview entity and save it to the S/4HANA system. |
TimeOverviewDeleteFluentHelper |
DefaultWorkforceAvailabilityService.deleteTimeOverview(TimeOverview timeOverview) |
TimeOverviewDeleteFluentHelper |
WorkforceAvailabilityService.deleteTimeOverview(TimeOverview timeOverview)
Deletes an existing
TimeOverview entity in the S/4HANA system. |
TimeOverviewUpdateFluentHelper |
DefaultWorkforceAvailabilityService.updateTimeOverview(TimeOverview timeOverview) |
TimeOverviewUpdateFluentHelper |
WorkforceAvailabilityService.updateTimeOverview(TimeOverview timeOverview)
Update an existing
TimeOverview entity and save it to the S/4HANA system. |
Copyright © 2019 SAP SE. All rights reserved.