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..

Business Documentation

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 Details

  • Method Details

    • withServicePath

      @Nonnull ContactCategoryForSourcingProjectService withServicePath(@Nonnull String servicePath)
      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

      @Nonnull BatchRequestBuilder batch()
      Creates a batch request builder object.
      Returns:
      A request builder to handle batch operation on this service. To perform execution, call the execute method on the request builder object.
    • getAllSrcgProjContactCategory

      @Nonnull GetAllRequestBuilder<SrcgProjContactCategory> getAllSrcgProjContactCategory()
      Fetch multiple SrcgProjContactCategory entities.
      Returns:
      A request builder to fetch multiple SrcgProjContactCategory 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.
    • countSrcgProjContactCategory

      @Nonnull CountRequestBuilder<SrcgProjContactCategory> countSrcgProjContactCategory()
      Fetch the number of entries from the SrcgProjContactCategory entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of SrcgProjContactCategory 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.
    • getSrcgProjContactCategoryByKey

      @Nonnull GetByKeyRequestBuilder<SrcgProjContactCategory> getSrcgProjContactCategoryByKey(String sourcingProjectContactCategory)
      Fetch a single SrcgProjContactCategory entity using key fields.
      Parameters:
      sourcingProjectContactCategory -

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single SrcgProjContactCategory 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.
    • getAllSrcgProjContactCategoryText

      @Nonnull GetAllRequestBuilder<SrcgProjContactCategoryText> getAllSrcgProjContactCategoryText()
      Fetch multiple SrcgProjContactCategoryText entities.
      Returns:
      A request builder to fetch multiple SrcgProjContactCategoryText 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.
    • countSrcgProjContactCategoryText

      @Nonnull CountRequestBuilder<SrcgProjContactCategoryText> countSrcgProjContactCategoryText()
      Fetch the number of entries from the SrcgProjContactCategoryText entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of SrcgProjContactCategoryText 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.
    • getSrcgProjContactCategoryTextByKey

      @Nonnull GetByKeyRequestBuilder<SrcgProjContactCategoryText> getSrcgProjContactCategoryTextByKey(String sourcingProjectContactCategory, String language)
      Fetch a single SrcgProjContactCategoryText entity using key fields.
      Parameters:
      sourcingProjectContactCategory -

      Constraints: Not nullable, Maximum length: 4

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A request builder to fetch a single SrcgProjContactCategoryText 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.