public interface 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 |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull EnterpriseProjectPriorityService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull BatchRequestBuilder batch()
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<EntProjPriorityCode> getAllEntProjPriorityCode()
EntProjPriorityCode
entities.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 CountRequestBuilder<EntProjPriorityCode> countEntProjPriorityCode()
EntProjPriorityCode
entity collection matching the filter and search expressions.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 GetByKeyRequestBuilder<EntProjPriorityCode> getEntProjPriorityCodeByKey(@Nonnull String priorityCode)
EntProjPriorityCode
entity using key fields.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 GetAllRequestBuilder<EntProjPriorityCodeText> getAllEntProjPriorityCodeText()
EntProjPriorityCodeText
entities.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 CountRequestBuilder<EntProjPriorityCodeText> countEntProjPriorityCodeText()
EntProjPriorityCodeText
entity collection matching the filter and search expressions.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 GetByKeyRequestBuilder<EntProjPriorityCodeText> getEntProjPriorityCodeTextByKey(@Nonnull String language, @Nonnull String priorityCode)
EntProjPriorityCodeText
entity using key fields.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.Copyright © 2021 SAP SE. All rights reserved.