@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultEnterpriseProjectPriorityService") public class DefaultEnterpriseProjectPriorityService extends Object implements ServiceWithNavigableEntities, EnterpriseProjectPriorityService
This service enables you to read the processing status code list for enterprise projects. You can use it to make the code list values available for the corresponding Enterprise Project service.
Reference: SAP API Business Hub
OData Service: | ENTPROJECTPRIORITYCODE_0001 |
API Version: | 1 |
Communication Scenario: | Enterprise Project - Project Priority Integration (SAP_COM_0726) |
Scope Items: | Project Financial Control (1NT), Project Review (1YF) |
Authentication Methods: | Basic, x509, OAuth2 |
Service Group Name: | API_ENTPROJPRIORITYCODE |
Business Object: | EnterpriseProject |
ServiceWithNavigableEntities.NavigableEntity<EntityT extends VdmEntity<EntityT>>
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultEnterpriseProjectPriorityService()
Creates a service using
EnterpriseProjectPriorityService.DEFAULT_SERVICE_PATH to send the requests. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEntity
public DefaultEnterpriseProjectPriorityService()
EnterpriseProjectPriorityService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultEnterpriseProjectPriorityService withServicePath(@Nonnull String servicePath)
EnterpriseProjectPriorityService
withServicePath
in interface EnterpriseProjectPriorityService
servicePath
- Service path that will override the default.@Nonnull public BatchRequestBuilder batch()
EnterpriseProjectPriorityService
batch
in interface EnterpriseProjectPriorityService
execute
method on the request builder object.@Nonnull public GetAllRequestBuilder<EntProjPriorityCode> getAllEntProjPriorityCode()
EnterpriseProjectPriorityService
EntProjPriorityCode
entities.getAllEntProjPriorityCode
in interface EnterpriseProjectPriorityService
EntProjPriorityCode
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<EntProjPriorityCode> countEntProjPriorityCode()
EnterpriseProjectPriorityService
EntProjPriorityCode
entity collection matching the filter and search expressions.countEntProjPriorityCode
in interface EnterpriseProjectPriorityService
EntProjPriorityCode
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<EntProjPriorityCode> getEntProjPriorityCodeByKey(@Nonnull String priorityCode)
EnterpriseProjectPriorityService
EntProjPriorityCode
entity using key fields.getEntProjPriorityCodeByKey
in interface EnterpriseProjectPriorityService
priorityCode
- Constraints: Not nullable, Maximum length: 3
EntProjPriorityCode
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<EntProjPriorityCodeText> getAllEntProjPriorityCodeText()
EnterpriseProjectPriorityService
EntProjPriorityCodeText
entities.getAllEntProjPriorityCodeText
in interface EnterpriseProjectPriorityService
EntProjPriorityCodeText
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<EntProjPriorityCodeText> countEntProjPriorityCodeText()
EnterpriseProjectPriorityService
EntProjPriorityCodeText
entity collection matching the filter and search expressions.countEntProjPriorityCodeText
in interface EnterpriseProjectPriorityService
EntProjPriorityCodeText
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<EntProjPriorityCodeText> getEntProjPriorityCodeTextByKey(@Nonnull String language, @Nonnull String priorityCode)
EnterpriseProjectPriorityService
EntProjPriorityCodeText
entity using key fields.getEntProjPriorityCodeTextByKey
in interface EnterpriseProjectPriorityService
language
- Language Key
Constraints: Not nullable, Maximum length: 2
priorityCode
- Constraints: Not nullable, Maximum length: 3
EntProjPriorityCodeText
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.