public interface EnterpriseProjectProfileService
This service enables you to read the project profile 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: | ENTPROJECTPROFILECODE_0001 |
API Version: | 1 |
Communication Scenario: | Enterprise Project - Project Profile Integration (SAP_COM_0724) |
Scope Items: | Project Financial Control (1NT), Project Review (1YF) |
Authentication Methods: | Basic, x509, OAuth2 |
Service Group Name: | API_ENTPROJECTPROFILECODE |
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 EnterpriseProjectProfileService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull BatchRequestBuilder batch()
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<ProjectProfileCode> getAllProjectProfileCode()
ProjectProfileCode
entities.ProjectProfileCode
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<ProjectProfileCode> countProjectProfileCode()
ProjectProfileCode
entity collection matching the filter and search expressions.ProjectProfileCode
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<ProjectProfileCode> getProjectProfileCodeByKey(@Nonnull String projectProfileCode)
ProjectProfileCode
entity using key fields.projectProfileCode
- Project Profile
Constraints: Not nullable, Maximum length: 7
ProjectProfileCode
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<ProjectProfileCodeText> getAllProjectProfileCodeText()
ProjectProfileCodeText
entities.ProjectProfileCodeText
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<ProjectProfileCodeText> countProjectProfileCodeText()
ProjectProfileCodeText
entity collection matching the filter and search expressions.ProjectProfileCodeText
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<ProjectProfileCodeText> getProjectProfileCodeTextByKey(@Nonnull String language, @Nonnull String projectProfileCode)
ProjectProfileCodeText
entity using key fields.projectProfileCode
- Project Profile
Constraints: Not nullable, Maximum length: 7
language
- Language Key
Constraints: Not nullable, Maximum length: 2
ProjectProfileCodeText
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.