@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultMaintenanceTasklistService") public class DefaultMaintenanceTasklistService extends Object implements ServiceWithNavigableEntities, MaintenanceTasklistService
The service describes the sequence of individual maintenance activities that must be performed repeatedly within a company. There are three types of task list. The task list comprises equipment task list, functional location task list, and general maintenance task list. The payload used to create a task list through this API is sent in JSON format as a request object. The long text of the task list is included within the payload as a nested object. .
Reference: SAP API Business Hub
OData Service: | MAINTENANCETASKLIST_0001 |
API Version: | 1 |
Communication Scenario: | Asset Management Master Data Integration (SAP_COM_0395) |
Scope Items: | Service Order Management and Monitoring (3D2), Service Contract Management (3MO), In-House Repair (3XK), Service Order processing with SAP Field service management (49X), Service Quotation (4GA), Reactive Maintenance (4HH), Proactive Maintenance (4HI), Improvement Maintenance (4VT), Operational and Overhead Maintenance (4WM), Corrective Maintenance (BH1), Emergency Maintenance (BH2), Preventive Maintenance (BJ2) |
Authentication Methods: | Basic, x509, OAuth2 |
Service Group Name: | API_MAINTENANCETASKLIST |
Business Object: | MaintenanceTaskList |
ServiceWithNavigableEntities.NavigableEntity<EntityT extends VdmEntity<EntityT>>
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultMaintenanceTasklistService()
Creates a service using
MaintenanceTasklistService.DEFAULT_SERVICE_PATH to send the requests. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEntity
public DefaultMaintenanceTasklistService()
MaintenanceTasklistService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultMaintenanceTasklistService withServicePath(@Nonnull String servicePath)
MaintenanceTasklistService
withServicePath
in interface MaintenanceTasklistService
servicePath
- Service path that will override the default.@Nonnull public BatchRequestBuilder batch()
MaintenanceTasklistService
batch
in interface MaintenanceTasklistService
execute
method on the request builder object.@Nonnull public GetAllRequestBuilder<MaintenanceTaskList> getAllMaintenanceTaskList()
MaintenanceTasklistService
MaintenanceTaskList
entities.getAllMaintenanceTaskList
in interface MaintenanceTasklistService
MaintenanceTaskList
entities. This request builder allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull public CountRequestBuilder<MaintenanceTaskList> countMaintenanceTaskList()
MaintenanceTasklistService
MaintenanceTaskList
entity collection matching the filter and search expressions.countMaintenanceTaskList
in interface MaintenanceTasklistService
MaintenanceTaskList
entities. This request builder allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull public GetByKeyRequestBuilder<MaintenanceTaskList> getMaintenanceTaskListByKey(@Nonnull String taskListType, @Nonnull String taskListGroup, @Nonnull String taskListGroupCounter, @Nonnull String taskListVersionCounter)
MaintenanceTasklistService
MaintenanceTaskList
entity using key fields.getMaintenanceTaskListByKey
in interface MaintenanceTasklistService
taskListType
- Task List Type
Constraints: Not nullable, Maximum length: 1
taskListGroup
- Key for Task List Group
Constraints: Not nullable, Maximum length: 8
taskListGroupCounter
- Group Counter
Constraints: Not nullable, Maximum length: 2
taskListVersionCounter
- Internal counter
Constraints: Not nullable, Maximum length: 8
MaintenanceTaskList
entity using key fields. This request builder allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull public CreateRequestBuilder<MaintenanceTaskList> createMaintenanceTaskList(@Nonnull MaintenanceTaskList maintenanceTaskList)
MaintenanceTasklistService
MaintenanceTaskList
entity and save it to the S/4HANA system.createMaintenanceTaskList
in interface MaintenanceTasklistService
maintenanceTaskList
- MaintenanceTaskList
entity object that will be created in the S/4HANA system.MaintenanceTaskList
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull public UpdateRequestBuilder<MaintenanceTaskList> updateMaintenanceTaskList(@Nonnull MaintenanceTaskList maintenanceTaskList)
MaintenanceTasklistService
MaintenanceTaskList
entity and save it to the S/4HANA system.updateMaintenanceTaskList
in interface MaintenanceTasklistService
maintenanceTaskList
- MaintenanceTaskList
entity object that will be updated in the S/4HANA system.MaintenanceTaskList
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull public GetAllRequestBuilder<MaintenanceTaskListLongText> getAllMaintenanceTaskListLongText()
MaintenanceTasklistService
MaintenanceTaskListLongText
entities.getAllMaintenanceTaskListLongText
in interface MaintenanceTasklistService
MaintenanceTaskListLongText
entities. This request builder allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull public CountRequestBuilder<MaintenanceTaskListLongText> countMaintenanceTaskListLongText()
MaintenanceTasklistService
MaintenanceTaskListLongText
entity collection matching the filter and search expressions.countMaintenanceTaskListLongText
in interface MaintenanceTasklistService
MaintenanceTaskListLongText
entities. This request builder allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull public GetByKeyRequestBuilder<MaintenanceTaskListLongText> getMaintenanceTaskListLongTextByKey(@Nonnull String taskListType, @Nonnull String taskListGroup, @Nonnull String taskListGroupCounter, @Nonnull String taskListVersionCounter)
MaintenanceTasklistService
MaintenanceTaskListLongText
entity using key fields.getMaintenanceTaskListLongTextByKey
in interface MaintenanceTasklistService
taskListType
- Task List Type
Constraints: Not nullable, Maximum length: 1
taskListGroup
- Key for Task List Group
Constraints: Not nullable, Maximum length: 8
taskListGroupCounter
- Group Counter
Constraints: Not nullable, Maximum length: 2
taskListVersionCounter
- Internal counter
Constraints: Not nullable, Maximum length: 8
MaintenanceTaskListLongText
entity using key fields. This request builder allows methods which modify
the underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull public CreateRequestBuilder<MaintenanceTaskListLongText> createMaintenanceTaskListLongText(@Nonnull MaintenanceTaskListLongText maintenanceTaskListLongText)
MaintenanceTasklistService
MaintenanceTaskListLongText
entity and save it to the S/4HANA system.createMaintenanceTaskListLongText
in interface MaintenanceTasklistService
maintenanceTaskListLongText
- MaintenanceTaskListLongText
entity object that will be created in the S/4HANA system.MaintenanceTaskListLongText
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull public UpdateRequestBuilder<MaintenanceTaskListLongText> updateMaintenanceTaskListLongText(@Nonnull MaintenanceTaskListLongText maintenanceTaskListLongText)
MaintenanceTasklistService
MaintenanceTaskListLongText
entity and save it to the S/4HANA system.updateMaintenanceTaskListLongText
in interface MaintenanceTasklistService
maintenanceTaskListLongText
- MaintenanceTaskListLongText
entity object that will be updated in the S/4HANA system.MaintenanceTaskListLongText
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull public GetAllRequestBuilder<MaintenanceTaskListOperation> getAllMaintenanceTaskListOperation()
MaintenanceTasklistService
MaintenanceTaskListOperation
entities.getAllMaintenanceTaskListOperation
in interface MaintenanceTasklistService
MaintenanceTaskListOperation
entities. This request builder allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull public CountRequestBuilder<MaintenanceTaskListOperation> countMaintenanceTaskListOperation()
MaintenanceTasklistService
MaintenanceTaskListOperation
entity collection matching the filter and search expressions.countMaintenanceTaskListOperation
in interface MaintenanceTasklistService
MaintenanceTaskListOperation
entities. This request builder allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull public GetByKeyRequestBuilder<MaintenanceTaskListOperation> getMaintenanceTaskListOperationByKey(@Nonnull String taskListType, @Nonnull String taskListGroup, @Nonnull String taskListGroupCounter, @Nonnull String taskListSequence, @Nonnull String taskListOperationInternalId, @Nonnull String taskListOpBOMItmIntVersCounter)
MaintenanceTasklistService
MaintenanceTaskListOperation
entity using key fields.getMaintenanceTaskListOperationByKey
in interface MaintenanceTasklistService
taskListType
- Task List Type
Constraints: Not nullable, Maximum length: 1
taskListGroup
- Key for Task List Group
Constraints: Not nullable, Maximum length: 8
taskListGroupCounter
- Group Counter
Constraints: Not nullable, Maximum length: 2
taskListSequence
- Sequence
Constraints: Not nullable, Maximum length: 6
taskListOperationInternalId
- Number of the Task List Node
Constraints: Not nullable, Maximum length: 8
taskListOpBOMItmIntVersCounter
- Internal counter
Constraints: Not nullable, Maximum length: 8
MaintenanceTaskListOperation
entity using key fields. This request builder allows methods which modify
the underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull public CreateRequestBuilder<MaintenanceTaskListOperation> createMaintenanceTaskListOperation(@Nonnull MaintenanceTaskListOperation maintenanceTaskListOperation)
MaintenanceTasklistService
MaintenanceTaskListOperation
entity and save it to the S/4HANA system.createMaintenanceTaskListOperation
in interface MaintenanceTasklistService
maintenanceTaskListOperation
- MaintenanceTaskListOperation
entity object that will be created in the S/4HANA system.MaintenanceTaskListOperation
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull public UpdateRequestBuilder<MaintenanceTaskListOperation> updateMaintenanceTaskListOperation(@Nonnull MaintenanceTaskListOperation maintenanceTaskListOperation)
MaintenanceTasklistService
MaintenanceTaskListOperation
entity and save it to the S/4HANA system.updateMaintenanceTaskListOperation
in interface MaintenanceTasklistService
maintenanceTaskListOperation
- MaintenanceTaskListOperation
entity object that will be updated in the S/4HANA system.MaintenanceTaskListOperation
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull public GetAllRequestBuilder<MaintenanceTaskListOpLongText> getAllMaintenanceTaskListOpLongText()
MaintenanceTasklistService
MaintenanceTaskListOpLongText
entities.getAllMaintenanceTaskListOpLongText
in interface MaintenanceTasklistService
MaintenanceTaskListOpLongText
entities. This request builder allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull public CountRequestBuilder<MaintenanceTaskListOpLongText> countMaintenanceTaskListOpLongText()
MaintenanceTasklistService
MaintenanceTaskListOpLongText
entity collection matching the filter and search expressions.countMaintenanceTaskListOpLongText
in interface MaintenanceTasklistService
MaintenanceTaskListOpLongText
entities. This request builder allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull public GetByKeyRequestBuilder<MaintenanceTaskListOpLongText> getMaintenanceTaskListOpLongTextByKey(@Nonnull String taskListType, @Nonnull String taskListGroup, @Nonnull String taskListGroupCounter, @Nonnull String taskListSequence, @Nonnull String taskListOperationInternalId, @Nonnull String taskListOpBOMItmIntVersCounter)
MaintenanceTasklistService
MaintenanceTaskListOpLongText
entity using key fields.getMaintenanceTaskListOpLongTextByKey
in interface MaintenanceTasklistService
taskListType
- Task List Type
Constraints: Not nullable, Maximum length: 1
taskListGroup
- Key for Task List Group
Constraints: Not nullable, Maximum length: 8
taskListGroupCounter
- Group Counter
Constraints: Not nullable, Maximum length: 2
taskListSequence
- Sequence
Constraints: Not nullable, Maximum length: 6
taskListOperationInternalId
- Number of the Task List Node
Constraints: Not nullable, Maximum length: 8
taskListOpBOMItmIntVersCounter
- Internal counter
Constraints: Not nullable, Maximum length: 8
MaintenanceTaskListOpLongText
entity using key fields. This request builder allows methods which modify
the underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull public CreateRequestBuilder<MaintenanceTaskListOpLongText> createMaintenanceTaskListOpLongText(@Nonnull MaintenanceTaskListOpLongText maintenanceTaskListOpLongText)
MaintenanceTasklistService
MaintenanceTaskListOpLongText
entity and save it to the S/4HANA system.createMaintenanceTaskListOpLongText
in interface MaintenanceTasklistService
maintenanceTaskListOpLongText
- MaintenanceTaskListOpLongText
entity object that will be created in the S/4HANA system.MaintenanceTaskListOpLongText
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull public UpdateRequestBuilder<MaintenanceTaskListOpLongText> updateMaintenanceTaskListOpLongText(@Nonnull MaintenanceTaskListOpLongText maintenanceTaskListOpLongText)
MaintenanceTasklistService
MaintenanceTaskListOpLongText
entity and save it to the S/4HANA system.updateMaintenanceTaskListOpLongText
in interface MaintenanceTasklistService
maintenanceTaskListOpLongText
- MaintenanceTaskListOpLongText
entity object that will be updated in the S/4HANA system.MaintenanceTaskListOpLongText
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull public GetAllRequestBuilder<MaintenanceTaskListOpMat> getAllMaintenanceTaskListOpMat()
MaintenanceTasklistService
MaintenanceTaskListOpMat
entities.getAllMaintenanceTaskListOpMat
in interface MaintenanceTasklistService
MaintenanceTaskListOpMat
entities. This request builder allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull public CountRequestBuilder<MaintenanceTaskListOpMat> countMaintenanceTaskListOpMat()
MaintenanceTasklistService
MaintenanceTaskListOpMat
entity collection matching the filter and search expressions.countMaintenanceTaskListOpMat
in interface MaintenanceTasklistService
MaintenanceTaskListOpMat
entities. This request builder allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull public GetByKeyRequestBuilder<MaintenanceTaskListOpMat> getMaintenanceTaskListOpMatByKey(@Nonnull String taskListType, @Nonnull String taskListGroup, @Nonnull String taskListGroupCounter, @Nonnull String taskListSequence, @Nonnull String taskListOperationInternalId, @Nonnull String taskListOpBOMItmInternalID, @Nonnull String taskListOpBOMItmIntVersCounter)
MaintenanceTasklistService
MaintenanceTaskListOpMat
entity using key fields.getMaintenanceTaskListOpMatByKey
in interface MaintenanceTasklistService
taskListType
- Task List Type
Constraints: Not nullable, Maximum length: 1
taskListGroup
- Key for Task List Group
Constraints: Not nullable, Maximum length: 8
taskListGroupCounter
- Group Counter
Constraints: Not nullable, Maximum length: 2
taskListSequence
- Sequence
Constraints: Not nullable, Maximum length: 6
taskListOperationInternalId
- Task list node number for operation
Constraints: Not nullable, Maximum length: 8
taskListOpBOMItmInternalID
- No. for material comp. allocation to task list
Constraints: Not nullable, Maximum length: 8
taskListOpBOMItmIntVersCounter
- Internal counter
Constraints: Not nullable, Maximum length: 8
MaintenanceTaskListOpMat
entity using key fields. This request builder allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull public CreateRequestBuilder<MaintenanceTaskListOpMat> createMaintenanceTaskListOpMat(@Nonnull MaintenanceTaskListOpMat maintenanceTaskListOpMat)
MaintenanceTasklistService
MaintenanceTaskListOpMat
entity and save it to the S/4HANA system.createMaintenanceTaskListOpMat
in interface MaintenanceTasklistService
maintenanceTaskListOpMat
- MaintenanceTaskListOpMat
entity object that will be created in the S/4HANA system.MaintenanceTaskListOpMat
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull public UpdateRequestBuilder<MaintenanceTaskListOpMat> updateMaintenanceTaskListOpMat(@Nonnull MaintenanceTaskListOpMat maintenanceTaskListOpMat)
MaintenanceTasklistService
MaintenanceTaskListOpMat
entity and save it to the S/4HANA system.updateMaintenanceTaskListOpMat
in interface MaintenanceTasklistService
maintenanceTaskListOpMat
- MaintenanceTaskListOpMat
entity object that will be updated in the S/4HANA system.MaintenanceTaskListOpMat
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull public GetAllRequestBuilder<MaintenanceTaskListOpReltnshp> getAllMaintenanceTaskListOpReltnshp()
MaintenanceTasklistService
MaintenanceTaskListOpReltnshp
entities.getAllMaintenanceTaskListOpReltnshp
in interface MaintenanceTasklistService
MaintenanceTaskListOpReltnshp
entities. This request builder allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull public CountRequestBuilder<MaintenanceTaskListOpReltnshp> countMaintenanceTaskListOpReltnshp()
MaintenanceTasklistService
MaintenanceTaskListOpReltnshp
entity collection matching the filter and search expressions.countMaintenanceTaskListOpReltnshp
in interface MaintenanceTasklistService
MaintenanceTaskListOpReltnshp
entities. This request builder allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull public GetByKeyRequestBuilder<MaintenanceTaskListOpReltnshp> getMaintenanceTaskListOpReltnshpByKey(@Nonnull String taskListType, @Nonnull String taskListGroup, @Nonnull String taskListGroupCounter, @Nonnull String taskListSequence, @Nonnull String taskListOperationInternalId, @Nonnull String taskListOpBOMItmIntVersCounter)
MaintenanceTasklistService
MaintenanceTaskListOpReltnshp
entity using key fields.getMaintenanceTaskListOpReltnshpByKey
in interface MaintenanceTasklistService
taskListType
- Header
Constraints: Not nullable, Maximum length: 1
taskListGroup
- Number of the Standard Network
Constraints: Not nullable, Maximum length: 8
taskListGroupCounter
- Group Counter
Constraints: Not nullable, Maximum length: 2
taskListSequence
- Sequence
Constraints: Not nullable, Maximum length: 6
taskListOperationInternalId
- Number of the Task List Node
Constraints: Not nullable, Maximum length: 8
taskListOpBOMItmIntVersCounter
- Internal counter
Constraints: Not nullable, Maximum length: 8
MaintenanceTaskListOpReltnshp
entity using key fields. This request builder allows methods which modify
the underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull public CreateRequestBuilder<MaintenanceTaskListOpReltnshp> createMaintenanceTaskListOpReltnshp(@Nonnull MaintenanceTaskListOpReltnshp maintenanceTaskListOpReltnshp)
MaintenanceTasklistService
MaintenanceTaskListOpReltnshp
entity and save it to the S/4HANA system.createMaintenanceTaskListOpReltnshp
in interface MaintenanceTasklistService
maintenanceTaskListOpReltnshp
- MaintenanceTaskListOpReltnshp
entity object that will be created in the S/4HANA system.MaintenanceTaskListOpReltnshp
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull public UpdateRequestBuilder<MaintenanceTaskListOpReltnshp> updateMaintenanceTaskListOpReltnshp(@Nonnull MaintenanceTaskListOpReltnshp maintenanceTaskListOpReltnshp)
MaintenanceTasklistService
MaintenanceTaskListOpReltnshp
entity and save it to the S/4HANA system.updateMaintenanceTaskListOpReltnshp
in interface MaintenanceTasklistService
maintenanceTaskListOpReltnshp
- MaintenanceTaskListOpReltnshp
entity object that will be updated in the S/4HANA system.MaintenanceTaskListOpReltnshp
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull public GetAllRequestBuilder<MaintenanceTaskListStrtgyPckg> getAllMaintenanceTaskListStrtgyPckg()
MaintenanceTasklistService
MaintenanceTaskListStrtgyPckg
entities.getAllMaintenanceTaskListStrtgyPckg
in interface MaintenanceTasklistService
MaintenanceTaskListStrtgyPckg
entities. This request builder allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull public CountRequestBuilder<MaintenanceTaskListStrtgyPckg> countMaintenanceTaskListStrtgyPckg()
MaintenanceTasklistService
MaintenanceTaskListStrtgyPckg
entity collection matching the filter and search expressions.countMaintenanceTaskListStrtgyPckg
in interface MaintenanceTasklistService
MaintenanceTaskListStrtgyPckg
entities. This request builder allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull public GetByKeyRequestBuilder<MaintenanceTaskListStrtgyPckg> getMaintenanceTaskListStrtgyPckgByKey(@Nonnull String taskListType, @Nonnull String taskListGroup, @Nonnull String taskListGroupCounter, @Nonnull String taskListSequence, @Nonnull String taskListOperationInternalId, @Nonnull String maintenancePackage, @Nonnull String maintPckgTskListOpAllocIntNmbr)
MaintenanceTasklistService
MaintenanceTaskListStrtgyPckg
entity using key fields.getMaintenanceTaskListStrtgyPckgByKey
in interface MaintenanceTasklistService
taskListType
- Task List Type
Constraints: Not nullable, Maximum length: 1
taskListGroup
- Key for Task List Group
Constraints: Not nullable, Maximum length: 8
taskListGroupCounter
- Group Counter
Constraints: Not nullable, Maximum length: 2
taskListSequence
- Sequence
Constraints: Not nullable, Maximum length: 6
taskListOperationInternalId
- Number of the Task List Node
Constraints: Not nullable, Maximum length: 8
maintenancePackage
- Maintenance Package Number
Constraints: Not nullable, Maximum length: 2
maintPckgTskListOpAllocIntNmbr
- Internal counter
Constraints: Not nullable, Maximum length: 8
MaintenanceTaskListStrtgyPckg
entity using key fields. This request builder allows methods which modify
the underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull public CreateRequestBuilder<MaintenanceTaskListStrtgyPckg> createMaintenanceTaskListStrtgyPckg(@Nonnull MaintenanceTaskListStrtgyPckg maintenanceTaskListStrtgyPckg)
MaintenanceTasklistService
MaintenanceTaskListStrtgyPckg
entity and save it to the S/4HANA system.createMaintenanceTaskListStrtgyPckg
in interface MaintenanceTasklistService
maintenanceTaskListStrtgyPckg
- MaintenanceTaskListStrtgyPckg
entity object that will be created in the S/4HANA system.MaintenanceTaskListStrtgyPckg
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull public UpdateRequestBuilder<MaintenanceTaskListStrtgyPckg> updateMaintenanceTaskListStrtgyPckg(@Nonnull MaintenanceTaskListStrtgyPckg maintenanceTaskListStrtgyPckg)
MaintenanceTasklistService
MaintenanceTaskListStrtgyPckg
entity and save it to the S/4HANA system.updateMaintenanceTaskListStrtgyPckg
in interface MaintenanceTasklistService
maintenanceTaskListStrtgyPckg
- MaintenanceTaskListStrtgyPckg
entity object that will be updated in the S/4HANA system.MaintenanceTaskListStrtgyPckg
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull public GetAllRequestBuilder<MaintenanceTaskListSubOp> getAllMaintenanceTaskListSubOp()
MaintenanceTasklistService
MaintenanceTaskListSubOp
entities.getAllMaintenanceTaskListSubOp
in interface MaintenanceTasklistService
MaintenanceTaskListSubOp
entities. This request builder allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull public CountRequestBuilder<MaintenanceTaskListSubOp> countMaintenanceTaskListSubOp()
MaintenanceTasklistService
MaintenanceTaskListSubOp
entity collection matching the filter and search expressions.countMaintenanceTaskListSubOp
in interface MaintenanceTasklistService
MaintenanceTaskListSubOp
entities. This request builder allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull public GetByKeyRequestBuilder<MaintenanceTaskListSubOp> getMaintenanceTaskListSubOpByKey(@Nonnull String taskListType, @Nonnull String taskListGroup, @Nonnull String taskListGroupCounter, @Nonnull String taskListSequence, @Nonnull String taskListOperationInternalId, @Nonnull String taskListOpBOMItmIntVersCounter)
MaintenanceTasklistService
MaintenanceTaskListSubOp
entity using key fields.getMaintenanceTaskListSubOpByKey
in interface MaintenanceTasklistService
taskListType
- Task List Type
Constraints: Not nullable, Maximum length: 1
taskListGroup
- Key for Task List Group
Constraints: Not nullable, Maximum length: 8
taskListGroupCounter
- Group Counter
Constraints: Not nullable, Maximum length: 2
taskListSequence
- Sequence
Constraints: Not nullable, Maximum length: 6
taskListOperationInternalId
- Number of the Task List Node
Constraints: Not nullable, Maximum length: 8
taskListOpBOMItmIntVersCounter
- Internal counter
Constraints: Not nullable, Maximum length: 8
MaintenanceTaskListSubOp
entity using key fields. This request builder allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull public CreateRequestBuilder<MaintenanceTaskListSubOp> createMaintenanceTaskListSubOp(@Nonnull MaintenanceTaskListSubOp maintenanceTaskListSubOp)
MaintenanceTasklistService
MaintenanceTaskListSubOp
entity and save it to the S/4HANA system.createMaintenanceTaskListSubOp
in interface MaintenanceTasklistService
maintenanceTaskListSubOp
- MaintenanceTaskListSubOp
entity object that will be created in the S/4HANA system.MaintenanceTaskListSubOp
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull public UpdateRequestBuilder<MaintenanceTaskListSubOp> updateMaintenanceTaskListSubOp(@Nonnull MaintenanceTaskListSubOp maintenanceTaskListSubOp)
MaintenanceTasklistService
MaintenanceTaskListSubOp
entity and save it to the S/4HANA system.updateMaintenanceTaskListSubOp
in interface MaintenanceTasklistService
maintenanceTaskListSubOp
- MaintenanceTaskListSubOp
entity object that will be updated in the S/4HANA system.MaintenanceTaskListSubOp
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull public String getServicePath()
ServiceWithNavigableEntities
getServicePath
in interface ServiceWithNavigableEntities
Copyright © 2021 SAP SE. All rights reserved.