Interface ContactCategoryForSourcingProjectService
- All Known Implementing Classes:
DefaultContactCategoryForSourcingProjectService
public interface ContactCategoryForSourcingProjectService
This service displays the configured contact category and the corresponding contact category description. The requested information is sent as a response. You can request information about all available contact categories or specific ones..
Reference: SAP API Business Hub
Details:
| OData Service: | CE_SRCGPROJCONTACTCAT_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Procurement - Supplier Quotation Management Integration(SAP_COM_0760), Product Sourcing Integration(SAP_COM_0910) |
| Scope Items: | Direct Material Sourcing(4RD) |
| Authentication Methods: | x509 |
| Service Group Name: | API_SRCGPROJCONTACTCAT |
| Business Object: | Sourcing Project Contact Category |
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIf no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Creates a batch request builder object.Fetch the number of entries from theSrcgProjContactCategoryentity collection matching the filter and search expressions.Fetch the number of entries from theSrcgProjContactCategoryTextentity collection matching the filter and search expressions.Fetch multipleSrcgProjContactCategoryentities.Fetch multipleSrcgProjContactCategoryTextentities.getSrcgProjContactCategoryByKey(String sourcingProjectContactCategory) Fetch a singleSrcgProjContactCategoryentity using key fields.getSrcgProjContactCategoryTextByKey(String sourcingProjectContactCategory, String language) Fetch a singleSrcgProjContactCategoryTextentity using key fields.withServicePath(String servicePath) Overrides the default service path and returns a new service instance with the specified service path.
-
Field Details
-
DEFAULT_SERVICE_PATH
If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Creates a batch request builder object.- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllSrcgProjContactCategory
Fetch multipleSrcgProjContactCategoryentities.- Returns:
- A request builder to fetch multiple
SrcgProjContactCategoryentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countSrcgProjContactCategory
Fetch the number of entries from theSrcgProjContactCategoryentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
SrcgProjContactCategoryentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getSrcgProjContactCategoryByKey
@Nonnull GetByKeyRequestBuilder<SrcgProjContactCategory> getSrcgProjContactCategoryByKey(String sourcingProjectContactCategory) Fetch a singleSrcgProjContactCategoryentity using key fields.- Parameters:
sourcingProjectContactCategory-Constraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
SrcgProjContactCategoryentity 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 theexecutemethod on the request builder object.
-
getAllSrcgProjContactCategoryText
Fetch multipleSrcgProjContactCategoryTextentities.- Returns:
- A request builder to fetch multiple
SrcgProjContactCategoryTextentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countSrcgProjContactCategoryText
Fetch the number of entries from theSrcgProjContactCategoryTextentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
SrcgProjContactCategoryTextentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getSrcgProjContactCategoryTextByKey
@Nonnull GetByKeyRequestBuilder<SrcgProjContactCategoryText> getSrcgProjContactCategoryTextByKey(String sourcingProjectContactCategory, String language) Fetch a singleSrcgProjContactCategoryTextentity using key fields.- Parameters:
sourcingProjectContactCategory-Constraints: Not nullable, Maximum length: 4
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
SrcgProjContactCategoryTextentity 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 theexecutemethod on the request builder object.
-