@Named(value="com.sap.cloud.sdk.s4hana.onpremise.v2020.datamodel.odatav4.services.DefaultVehicleManagementSystemVehicleSharingLevelService") public class DefaultVehicleManagementSystemVehicleSharingLevelService extends Object implements ServiceWithNavigableEntities, VehicleManagementSystemVehicleSharingLevelService
You can read vehicle sharing level and vehicle sharing level text by using this service. It can be accessed from outside the SAP S/4HANA system. .
Reference: SAP API Business Hub
OData Service: | OP_VMSVEHICLESHARINGLEVEL_0001 |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
Business Object: | V M S Vehicle |
ServiceWithNavigableEntities.NavigableEntity<EntityT extends VdmEntity<EntityT>>
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultVehicleManagementSystemVehicleSharingLevelService()
Creates a service using
VehicleManagementSystemVehicleSharingLevelService.DEFAULT_SERVICE_PATH to send
the requests. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEntity
public DefaultVehicleManagementSystemVehicleSharingLevelService()
VehicleManagementSystemVehicleSharingLevelService.DEFAULT_SERVICE_PATH
to send
the requests.@Nonnull public DefaultVehicleManagementSystemVehicleSharingLevelService withServicePath(@Nonnull String servicePath)
VehicleManagementSystemVehicleSharingLevelService
withServicePath
in interface VehicleManagementSystemVehicleSharingLevelService
servicePath
- Service path that will override the default.@Nonnull public BatchRequestBuilder batch()
VehicleManagementSystemVehicleSharingLevelService
batch
in interface VehicleManagementSystemVehicleSharingLevelService
execute
method on the request builder object.@Nonnull public GetAllRequestBuilder<VMSVehicleSharingLevel> getAllVMSVehicleSharingLevel()
VehicleManagementSystemVehicleSharingLevelService
VMSVehicleSharingLevel
entities.getAllVMSVehicleSharingLevel
in interface VehicleManagementSystemVehicleSharingLevelService
VMSVehicleSharingLevel
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<VMSVehicleSharingLevel> countVMSVehicleSharingLevel()
VehicleManagementSystemVehicleSharingLevelService
VMSVehicleSharingLevel
entity collection matching the filter and search expressions.countVMSVehicleSharingLevel
in interface VehicleManagementSystemVehicleSharingLevelService
VMSVehicleSharingLevel
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<VMSVehicleSharingLevel> getVMSVehicleSharingLevelByKey(@Nonnull String vMSVehicleSharingLevel)
VehicleManagementSystemVehicleSharingLevelService
VMSVehicleSharingLevel
entity using key fields.getVMSVehicleSharingLevelByKey
in interface VehicleManagementSystemVehicleSharingLevelService
vMSVehicleSharingLevel
- Sharing Levels for Vehicle Search
Constraints: Not nullable, Maximum length: 2
VMSVehicleSharingLevel
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 GetAllRequestBuilder<VMSVehicleSharingLevelText> getAllVMSVehicleSharingLevelText()
VehicleManagementSystemVehicleSharingLevelService
VMSVehicleSharingLevelText
entities.getAllVMSVehicleSharingLevelText
in interface VehicleManagementSystemVehicleSharingLevelService
VMSVehicleSharingLevelText
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<VMSVehicleSharingLevelText> countVMSVehicleSharingLevelText()
VehicleManagementSystemVehicleSharingLevelService
VMSVehicleSharingLevelText
entity collection matching the filter and search expressions.countVMSVehicleSharingLevelText
in interface VehicleManagementSystemVehicleSharingLevelService
VMSVehicleSharingLevelText
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<VMSVehicleSharingLevelText> getVMSVehicleSharingLevelTextByKey(@Nonnull String language, @Nonnull String vMSVehicleSharingLevel)
VehicleManagementSystemVehicleSharingLevelService
VMSVehicleSharingLevelText
entity using key fields.getVMSVehicleSharingLevelTextByKey
in interface VehicleManagementSystemVehicleSharingLevelService
language
- Language Key
Constraints: Not nullable, Maximum length: 2
vMSVehicleSharingLevel
- Sharing Levels for Vehicle Search
Constraints: Not nullable, Maximum length: 2
VMSVehicleSharingLevelText
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 String getServicePath()
ServiceWithNavigableEntities
getServicePath
in interface ServiceWithNavigableEntities
Copyright © 2021 SAP SE. All rights reserved.