@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultMeasuringPointService") public class DefaultMeasuringPointService extends Object implements ServiceWithNavigableEntities, MeasuringPointService
In Plant Maintenance, measuring points are located on technical objects such as pieces of equipment or at functional locations. The payload used to create a measuring point through this API is sent in JSON format as a request object. The long text for the measuring point is included within as a nested object. .
Reference: SAP API Business Hub
OData Service: | MEASURINGPOINT_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_MEASURINGPOINT |
Business Object: | MeasuringPoint |
ServiceWithNavigableEntities.NavigableEntity<EntityT extends VdmEntity<EntityT>>
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultMeasuringPointService()
Creates a service using
MeasuringPointService.DEFAULT_SERVICE_PATH to send the requests. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEntity
public DefaultMeasuringPointService()
MeasuringPointService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultMeasuringPointService withServicePath(@Nonnull String servicePath)
MeasuringPointService
withServicePath
in interface MeasuringPointService
servicePath
- Service path that will override the default.@Nonnull public BatchRequestBuilder batch()
MeasuringPointService
batch
in interface MeasuringPointService
execute
method on the request builder object.@Nonnull public GetAllRequestBuilder<MeasuringPoint> getAllMeasuringPoint()
MeasuringPointService
MeasuringPoint
entities.getAllMeasuringPoint
in interface MeasuringPointService
MeasuringPoint
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<MeasuringPoint> countMeasuringPoint()
MeasuringPointService
MeasuringPoint
entity
collection matching the filter and search expressions.countMeasuringPoint
in interface MeasuringPointService
MeasuringPoint
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<MeasuringPoint> getMeasuringPointByKey(@Nonnull String measuringPoint)
MeasuringPointService
MeasuringPoint
entity using key fields.getMeasuringPointByKey
in interface MeasuringPointService
measuringPoint
- Measuring Point
Constraints: Not nullable, Maximum length: 12
MeasuringPoint
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<MeasuringPoint> createMeasuringPoint(@Nonnull MeasuringPoint measuringPoint)
MeasuringPointService
MeasuringPoint
entity and save it to the S/4HANA system.createMeasuringPoint
in interface MeasuringPointService
measuringPoint
- MeasuringPoint
entity object that will be created in the S/4HANA system.MeasuringPoint
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull public UpdateRequestBuilder<MeasuringPoint> updateMeasuringPoint(@Nonnull MeasuringPoint measuringPoint)
MeasuringPointService
MeasuringPoint
entity and save it to the S/4HANA system.updateMeasuringPoint
in interface MeasuringPointService
measuringPoint
- MeasuringPoint
entity object that will be updated in the S/4HANA system.MeasuringPoint
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull public GetAllRequestBuilder<MeasuringPointLongText> getAllMeasuringPointLongText()
MeasuringPointService
MeasuringPointLongText
entities.getAllMeasuringPointLongText
in interface MeasuringPointService
MeasuringPointLongText
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<MeasuringPointLongText> countMeasuringPointLongText()
MeasuringPointService
MeasuringPointLongText
entity collection matching the filter and search expressions.countMeasuringPointLongText
in interface MeasuringPointService
MeasuringPointLongText
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<MeasuringPointLongText> getMeasuringPointLongTextByKey(@Nonnull String measuringPoint)
MeasuringPointService
MeasuringPointLongText
entity using key fields.getMeasuringPointLongTextByKey
in interface MeasuringPointService
measuringPoint
- Measuring Point
Constraints: Not nullable, Maximum length: 12
MeasuringPointLongText
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<MeasuringPointLongText> createMeasuringPointLongText(@Nonnull MeasuringPointLongText measuringPointLongText)
MeasuringPointService
MeasuringPointLongText
entity and save it to the S/4HANA system.createMeasuringPointLongText
in interface MeasuringPointService
measuringPointLongText
- MeasuringPointLongText
entity object that will be created in the S/4HANA system.MeasuringPointLongText
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull public UpdateRequestBuilder<MeasuringPointLongText> updateMeasuringPointLongText(@Nonnull MeasuringPointLongText measuringPointLongText)
MeasuringPointService
MeasuringPointLongText
entity and save it to the S/4HANA system.updateMeasuringPointLongText
in interface MeasuringPointService
measuringPointLongText
- MeasuringPointLongText
entity object that will be updated in the S/4HANA system.MeasuringPointLongText
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.