Interface ConditionContractService
- All Known Implementing Classes:
DefaultConditionContractService
The service enables you to retrieve and process transactional data of Condition Contracts. You can do the following: Read, create, and update Condition Contracts. Release Condition Contracts, as well as lock and release them for settlement. Determine the accruals amounts for a specific Condition Contract and group them based on several aspects. Read and create new entries in the business volume selection criteria of the Condition Contract, as well as update and delete the entries. Read and create new entries in the settlement calendar of the Condition Contract, as well as update and delete the entries. Read the status of the Condition Contract. Read and create new condition records, as well as update and delete them, set a condition record as invalid, and revoke the invalidity. Read and change the validity of the condition records. Read and create new condition record scales in a condition record, as well as delete them. Read and create new condition record texts in a condition record, as well as update and delete them..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CONDITIONCONTRACT_0001 |
| API Version: | 1.1.1 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Logistics - Condition Contract Integration(SAP_COM_0729) |
| Scope Items: | Sales Rebate Processing(1B6), Purchasing Rebate Processing(2R7), Sales Commissions - External Sales Representative(2TT), Royalties Settlement for Sales(55I) |
| Authentication Methods: | x509 |
| Service Group Name: | API_CONDITION_CONTRACT |
| Business Object: | Condition Contract |
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If 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()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from theBusVolSelectionCriteriaentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theCndnContrCndnRecordValidityentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theCndnContrConditionRecordentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theCndnContrConditionRecordScaleentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theCndnContrConditionRecordTextentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theCndnContrSettlementCalendarentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theConditionContractentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theConditionContractStatusentity collection matching the filter and search expressions.createCndnContrCndnRecordValidity(CndnContrCndnRecordValidity cndnContrCndnRecordValidity) Deprecated.Create a newCndnContrCndnRecordValidityentity and save it to the S/4HANA system.createCndnContrConditionRecord(CndnContrConditionRecord cndnContrConditionRecord) Deprecated.Create a newCndnContrConditionRecordentity and save it to the S/4HANA system.createConditionContract(ConditionContract conditionContract) Deprecated.Create a newConditionContractentity and save it to the S/4HANA system.deleteBusVolSelectionCriteria(BusVolSelectionCriteria busVolSelectionCriteria) Deprecated.Deletes an existingBusVolSelectionCriteriaentity in the S/4HANA system.deleteCndnContrConditionRecord(CndnContrConditionRecord cndnContrConditionRecord) Deprecated.Deletes an existingCndnContrConditionRecordentity in the S/4HANA system.deleteCndnContrConditionRecordScale(CndnContrConditionRecordScale cndnContrConditionRecordScale) Deprecated.Deletes an existingCndnContrConditionRecordScaleentity in the S/4HANA system.deleteCndnContrConditionRecordText(CndnContrConditionRecordText cndnContrConditionRecordText) Deprecated.Deletes an existingCndnContrConditionRecordTextentity in the S/4HANA system.deleteCndnContrSettlementCalendar(CndnContrSettlementCalendar cndnContrSettlementCalendar) Deprecated.Deletes an existingCndnContrSettlementCalendarentity in the S/4HANA system.Deprecated.Fetch multipleBusVolSelectionCriteriaentities.Deprecated.Fetch multipleCndnContrCndnRecordValidityentities.Deprecated.Fetch multipleCndnContrConditionRecordentities.Deprecated.Fetch multipleCndnContrConditionRecordScaleentities.Deprecated.Fetch multipleCndnContrConditionRecordTextentities.Deprecated.Fetch multipleCndnContrSettlementCalendarentities.Deprecated.Fetch multipleConditionContractentities.Deprecated.Fetch multipleConditionContractStatusentities.getBusVolSelectionCriteriaByKey(String conditionContract, UUID cndnContrBusVolUUID) Deprecated.Fetch a singleBusVolSelectionCriteriaentity using key fields.getCndnContrCndnRecordValidityByKey(String conditionContract, String conditionRecord, LocalDate conditionValidityEndDate) Deprecated.Fetch a singleCndnContrCndnRecordValidityentity using key fields.getCndnContrConditionRecordByKey(String conditionContract, String conditionRecord) Deprecated.Fetch a singleCndnContrConditionRecordentity using key fields.getCndnContrConditionRecordScaleByKey(String conditionContract, String conditionRecord, String conditionScaleLine) Deprecated.Fetch a singleCndnContrConditionRecordScaleentity using key fields.getCndnContrConditionRecordTextByKey(String conditionContract, String conditionRecord, String language) Deprecated.Fetch a singleCndnContrConditionRecordTextentity using key fields.getCndnContrSettlementCalendarByKey(String conditionContract, LocalDate settlmtDate, String settlmtDateCat) Deprecated.Fetch a singleCndnContrSettlementCalendarentity using key fields.getConditionContractByKey(String conditionContract) Deprecated.Fetch a singleConditionContractentity using key fields.getConditionContractStatusByKey(String conditionContract, String statusCode) Deprecated.Fetch a singleConditionContractStatusentity using key fields.updateBusVolSelectionCriteria(BusVolSelectionCriteria busVolSelectionCriteria) Deprecated.Update an existingBusVolSelectionCriteriaentity and save it to the S/4HANA system.updateCndnContrConditionRecord(CndnContrConditionRecord cndnContrConditionRecord) Deprecated.Update an existingCndnContrConditionRecordentity and save it to the S/4HANA system.updateCndnContrConditionRecordText(CndnContrConditionRecordText cndnContrConditionRecordText) Deprecated.Update an existingCndnContrConditionRecordTextentity and save it to the S/4HANA system.updateCndnContrSettlementCalendar(CndnContrSettlementCalendar cndnContrSettlementCalendar) Deprecated.Update an existingCndnContrSettlementCalendarentity and save it to the S/4HANA system.updateConditionContract(ConditionContract conditionContract) Deprecated.Update an existingConditionContractentity and save it to the S/4HANA system.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.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
Deprecated.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
Deprecated.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.
-
getAllBusVolSelectionCriteria
Deprecated.Fetch multipleBusVolSelectionCriteriaentities.- Returns:
- A request builder to fetch multiple
BusVolSelectionCriteriaentities. 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.
-
countBusVolSelectionCriteria
Deprecated.Fetch the number of entries from theBusVolSelectionCriteriaentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
BusVolSelectionCriteriaentities. 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.
-
getBusVolSelectionCriteriaByKey
@Nonnull GetByKeyRequestBuilder<BusVolSelectionCriteria> getBusVolSelectionCriteriaByKey(String conditionContract, UUID cndnContrBusVolUUID) Deprecated.Fetch a singleBusVolSelectionCriteriaentity using key fields.- Parameters:
cndnContrBusVolUUID- Business Volume Selection UUIDConstraints: Not nullable
conditionContract- Condition ContractConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
BusVolSelectionCriteriaentity 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.
-
updateBusVolSelectionCriteria
@Nonnull UpdateRequestBuilder<BusVolSelectionCriteria> updateBusVolSelectionCriteria(@Nonnull BusVolSelectionCriteria busVolSelectionCriteria) Deprecated.Update an existingBusVolSelectionCriteriaentity and save it to the S/4HANA system.- Parameters:
busVolSelectionCriteria-BusVolSelectionCriteriaentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
BusVolSelectionCriteriaentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteBusVolSelectionCriteria
@Nonnull DeleteRequestBuilder<BusVolSelectionCriteria> deleteBusVolSelectionCriteria(@Nonnull BusVolSelectionCriteria busVolSelectionCriteria) Deprecated.Deletes an existingBusVolSelectionCriteriaentity in the S/4HANA system.- Parameters:
busVolSelectionCriteria-BusVolSelectionCriteriaentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
BusVolSelectionCriteriaentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllCndnContrCndnRecordValidity
Deprecated.Fetch multipleCndnContrCndnRecordValidityentities.- Returns:
- A request builder to fetch multiple
CndnContrCndnRecordValidityentities. 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.
-
countCndnContrCndnRecordValidity
Deprecated.Fetch the number of entries from theCndnContrCndnRecordValidityentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
CndnContrCndnRecordValidityentities. 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.
-
getCndnContrCndnRecordValidityByKey
@Nonnull GetByKeyRequestBuilder<CndnContrCndnRecordValidity> getCndnContrCndnRecordValidityByKey(String conditionContract, String conditionRecord, LocalDate conditionValidityEndDate) Deprecated.Fetch a singleCndnContrCndnRecordValidityentity using key fields.- Parameters:
conditionValidityEndDate- Validity end date of the condition recordConstraints: Not nullable
conditionRecord- Number of Condition RecordConstraints: Not nullable, Maximum length: 10
conditionContract- Condition ContractConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
CndnContrCndnRecordValidityentity 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.
-
createCndnContrCndnRecordValidity
@Nonnull CreateRequestBuilder<CndnContrCndnRecordValidity> createCndnContrCndnRecordValidity(@Nonnull CndnContrCndnRecordValidity cndnContrCndnRecordValidity) Deprecated.Create a newCndnContrCndnRecordValidityentity and save it to the S/4HANA system.- Parameters:
cndnContrCndnRecordValidity-CndnContrCndnRecordValidityentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
CndnContrCndnRecordValidityentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllCndnContrConditionRecord
Deprecated.Fetch multipleCndnContrConditionRecordentities.- Returns:
- A request builder to fetch multiple
CndnContrConditionRecordentities. 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.
-
countCndnContrConditionRecord
Deprecated.Fetch the number of entries from theCndnContrConditionRecordentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
CndnContrConditionRecordentities. 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.
-
getCndnContrConditionRecordByKey
@Nonnull GetByKeyRequestBuilder<CndnContrConditionRecord> getCndnContrConditionRecordByKey(String conditionContract, String conditionRecord) Deprecated.Fetch a singleCndnContrConditionRecordentity using key fields.- Parameters:
conditionRecord- Number of Condition RecordConstraints: Not nullable, Maximum length: 10
conditionContract- Condition ContractConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
CndnContrConditionRecordentity 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.
-
createCndnContrConditionRecord
@Nonnull CreateRequestBuilder<CndnContrConditionRecord> createCndnContrConditionRecord(@Nonnull CndnContrConditionRecord cndnContrConditionRecord) Deprecated.Create a newCndnContrConditionRecordentity and save it to the S/4HANA system.- Parameters:
cndnContrConditionRecord-CndnContrConditionRecordentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
CndnContrConditionRecordentity. To perform execution, call theexecutemethod on the request builder object.
-
updateCndnContrConditionRecord
@Nonnull UpdateRequestBuilder<CndnContrConditionRecord> updateCndnContrConditionRecord(@Nonnull CndnContrConditionRecord cndnContrConditionRecord) Deprecated.Update an existingCndnContrConditionRecordentity and save it to the S/4HANA system.- Parameters:
cndnContrConditionRecord-CndnContrConditionRecordentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CndnContrConditionRecordentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCndnContrConditionRecord
@Nonnull DeleteRequestBuilder<CndnContrConditionRecord> deleteCndnContrConditionRecord(@Nonnull CndnContrConditionRecord cndnContrConditionRecord) Deprecated.Deletes an existingCndnContrConditionRecordentity in the S/4HANA system.- Parameters:
cndnContrConditionRecord-CndnContrConditionRecordentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CndnContrConditionRecordentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllCndnContrConditionRecordScale
Deprecated.Fetch multipleCndnContrConditionRecordScaleentities.- Returns:
- A request builder to fetch multiple
CndnContrConditionRecordScaleentities. 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.
-
countCndnContrConditionRecordScale
Deprecated.Fetch the number of entries from theCndnContrConditionRecordScaleentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
CndnContrConditionRecordScaleentities. 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.
-
getCndnContrConditionRecordScaleByKey
@Nonnull GetByKeyRequestBuilder<CndnContrConditionRecordScale> getCndnContrConditionRecordScaleByKey(String conditionContract, String conditionRecord, String conditionScaleLine) Deprecated.Fetch a singleCndnContrConditionRecordScaleentity using key fields.- Parameters:
conditionRecord- Number of Condition RecordConstraints: Not nullable, Maximum length: 10
conditionScaleLine- Current number of the line scaleConstraints: Not nullable, Maximum length: 4
conditionContract- Condition ContractConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
CndnContrConditionRecordScaleentity 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.
-
deleteCndnContrConditionRecordScale
@Nonnull DeleteRequestBuilder<CndnContrConditionRecordScale> deleteCndnContrConditionRecordScale(@Nonnull CndnContrConditionRecordScale cndnContrConditionRecordScale) Deprecated.Deletes an existingCndnContrConditionRecordScaleentity in the S/4HANA system.- Parameters:
cndnContrConditionRecordScale-CndnContrConditionRecordScaleentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CndnContrConditionRecordScaleentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllCndnContrConditionRecordText
Deprecated.Fetch multipleCndnContrConditionRecordTextentities.- Returns:
- A request builder to fetch multiple
CndnContrConditionRecordTextentities. 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.
-
countCndnContrConditionRecordText
Deprecated.Fetch the number of entries from theCndnContrConditionRecordTextentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
CndnContrConditionRecordTextentities. 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.
-
getCndnContrConditionRecordTextByKey
@Nonnull GetByKeyRequestBuilder<CndnContrConditionRecordText> getCndnContrConditionRecordTextByKey(String conditionContract, String conditionRecord, String language) Deprecated.Fetch a singleCndnContrConditionRecordTextentity using key fields.- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
conditionRecord- Number of Condition RecordConstraints: Not nullable, Maximum length: 10
conditionContract- Condition ContractConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
CndnContrConditionRecordTextentity 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.
-
updateCndnContrConditionRecordText
@Nonnull UpdateRequestBuilder<CndnContrConditionRecordText> updateCndnContrConditionRecordText(@Nonnull CndnContrConditionRecordText cndnContrConditionRecordText) Deprecated.Update an existingCndnContrConditionRecordTextentity and save it to the S/4HANA system.- Parameters:
cndnContrConditionRecordText-CndnContrConditionRecordTextentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CndnContrConditionRecordTextentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCndnContrConditionRecordText
@Nonnull DeleteRequestBuilder<CndnContrConditionRecordText> deleteCndnContrConditionRecordText(@Nonnull CndnContrConditionRecordText cndnContrConditionRecordText) Deprecated.Deletes an existingCndnContrConditionRecordTextentity in the S/4HANA system.- Parameters:
cndnContrConditionRecordText-CndnContrConditionRecordTextentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CndnContrConditionRecordTextentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllCndnContrSettlementCalendar
Deprecated.Fetch multipleCndnContrSettlementCalendarentities.- Returns:
- A request builder to fetch multiple
CndnContrSettlementCalendarentities. 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.
-
countCndnContrSettlementCalendar
Deprecated.Fetch the number of entries from theCndnContrSettlementCalendarentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
CndnContrSettlementCalendarentities. 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.
-
getCndnContrSettlementCalendarByKey
@Nonnull GetByKeyRequestBuilder<CndnContrSettlementCalendar> getCndnContrSettlementCalendarByKey(String conditionContract, LocalDate settlmtDate, String settlmtDateCat) Deprecated.Fetch a singleCndnContrSettlementCalendarentity using key fields.- Parameters:
settlmtDate- Rebates: Settlement DateConstraints: Not nullable
conditionContract- Condition ContractConstraints: Not nullable, Maximum length: 10
settlmtDateCat- Rebates: Settlement Date TypeConstraints: Not nullable, Maximum length: 1
- Returns:
- A request builder to fetch a single
CndnContrSettlementCalendarentity 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.
-
updateCndnContrSettlementCalendar
@Nonnull UpdateRequestBuilder<CndnContrSettlementCalendar> updateCndnContrSettlementCalendar(@Nonnull CndnContrSettlementCalendar cndnContrSettlementCalendar) Deprecated.Update an existingCndnContrSettlementCalendarentity and save it to the S/4HANA system.- Parameters:
cndnContrSettlementCalendar-CndnContrSettlementCalendarentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CndnContrSettlementCalendarentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCndnContrSettlementCalendar
@Nonnull DeleteRequestBuilder<CndnContrSettlementCalendar> deleteCndnContrSettlementCalendar(@Nonnull CndnContrSettlementCalendar cndnContrSettlementCalendar) Deprecated.Deletes an existingCndnContrSettlementCalendarentity in the S/4HANA system.- Parameters:
cndnContrSettlementCalendar-CndnContrSettlementCalendarentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CndnContrSettlementCalendarentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllConditionContract
Deprecated.Fetch multipleConditionContractentities.- Returns:
- A request builder to fetch multiple
ConditionContractentities. 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.
-
countConditionContract
Deprecated.Fetch the number of entries from theConditionContractentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
ConditionContractentities. 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.
-
getConditionContractByKey
@Nonnull GetByKeyRequestBuilder<ConditionContract> getConditionContractByKey(String conditionContract) Deprecated.Fetch a singleConditionContractentity using key fields.- Parameters:
conditionContract- Condition ContractConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
ConditionContractentity 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.
-
createConditionContract
@Nonnull CreateRequestBuilder<ConditionContract> createConditionContract(@Nonnull ConditionContract conditionContract) Deprecated.Create a newConditionContractentity and save it to the S/4HANA system.- Parameters:
conditionContract-ConditionContractentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
ConditionContractentity. To perform execution, call theexecutemethod on the request builder object.
-
updateConditionContract
@Nonnull UpdateRequestBuilder<ConditionContract> updateConditionContract(@Nonnull ConditionContract conditionContract) Deprecated.Update an existingConditionContractentity and save it to the S/4HANA system.- Parameters:
conditionContract-ConditionContractentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
ConditionContractentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllConditionContractStatus
Deprecated.Fetch multipleConditionContractStatusentities.- Returns:
- A request builder to fetch multiple
ConditionContractStatusentities. 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.
-
countConditionContractStatus
Deprecated.Fetch the number of entries from theConditionContractStatusentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
ConditionContractStatusentities. 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.
-
getConditionContractStatusByKey
@Nonnull GetByKeyRequestBuilder<ConditionContractStatus> getConditionContractStatusByKey(String conditionContract, String statusCode) Deprecated.Fetch a singleConditionContractStatusentity using key fields.- Parameters:
conditionContract- Condition ContractConstraints: Not nullable, Maximum length: 10
statusCode- Object StatusConstraints: Not nullable, Maximum length: 5
- Returns:
- A request builder to fetch a single
ConditionContractStatusentity 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.
-