Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.contractaccountingdisputecase.DisputeCaseObject
Packages that use DisputeCaseObject
Package
Description
-
Uses of DisputeCaseObject in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.contractaccountingdisputecase
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.contractaccountingdisputecase with type parameters of type DisputeCaseObjectModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<DisputeCaseObject,SAP__Message> DisputeCaseObject._MESSAGESUse with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<DisputeCaseObject>DisputeCaseObject.ALL_FIELDSSelector for all available fields of DisputeCaseObject.static final SimpleProperty.String<DisputeCaseObject>DisputeCaseObject.CA_PAYMENT_LOTstatic final SimpleProperty.String<DisputeCaseObject>DisputeCaseObject.CA_PAYMENT_LOT_ITEMstatic final SimpleProperty.Guid<DisputeCaseObject>DisputeCaseObject.CASE_UUIDstatic final SimpleProperty.String<DisputeCaseObject>DisputeCaseObject.OBJECT_CLASSIFICATIONstatic final SimpleProperty.String<DisputeCaseObject>DisputeCaseObject.OBJECT_KEYstatic final SimpleProperty.String<DisputeCaseObject>DisputeCaseObject.OBJECT_TYPEstatic final NavigationProperty.Collection<DisputeCase,DisputeCaseObject> DisputeCase.TO__C_A_CASE_OBJECTUse with available request builders to apply the _CACaseObject navigation property to query operations.static final NavigationProperty.Single<DisputeCaseObject,DisputeCase> DisputeCaseObject.TO__C_A_DISPUTE_CASEUse with available request builders to apply the _CADisputeCase navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.contractaccountingdisputecase that return DisputeCaseObjectMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.contractaccountingdisputecase that return types with arguments of type DisputeCaseObjectModifier and TypeMethodDescriptionio.vavr.control.Option<List<DisputeCaseObject>>DisputeCase.getCACaseObjectIfPresent()Retrieval of associated DisputeCaseObject entities (one to many).DisputeCaseObject.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.contractaccountingdisputecase with parameters of type DisputeCaseObjectModifier and TypeMethodDescriptionvoidDisputeCase.addCACaseObject(DisputeCaseObject... entity) Adds elements to the list of associated DisputeCaseObject entities.DisputeCase.DisputeCaseBuilder.caCaseObject(DisputeCaseObject... value) Navigation property _CACaseObject for DisputeCase to multiple DisputeCaseObject.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.contractaccountingdisputecase with type arguments of type DisputeCaseObjectModifier and TypeMethodDescriptionvoidDisputeCase.setCACaseObject(List<DisputeCaseObject> value) Overwrites the list of associated DisputeCaseObject entities for the loaded navigation property _CACaseObject.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.contractaccountingdisputecase with type arguments of type DisputeCaseObjectModifierConstructorDescriptionDisputeCase(UUID caseUUID, String businessPartner, String businessPartnerFullName, String contractAccount, String contractAccountName, String cAContract, String cAApplicationArea, String cASubApplication, BigDecimal disputedAmount, BigDecimal totalReceivablesAmount, BigDecimal disputeCaseCorrectionAmount, BigDecimal disputeCaseReversedAmount, BigDecimal creditedAmount, BigDecimal writeOffAmount, BigDecimal disputeCaseReplacedAmount, BigDecimal paidAmount, BigDecimal cARemainingDisputedAmount, String disputeCaseCurrency, String logicalSystem, String cADisputeType, String cADisputeTypeText, String companyCode, String companyCodeName, String disputeCaseCoordinator, String disputeCaseRootCause, String caseRootCauseDescription, LocalDate caseProcessingDeadlineDate, String contactPersonFullName, String contactPersonEmailAddress, String contactPersonPhoneNumber, String contactPersonFaxNumber, String contactPersonFaxCountry, String disputeCaseBPCorrespondenceKey, String disputeCaseInformationText, LocalDate disputeCaseTransactionDate, String cADisputeCase, String caseType, String caseID, String caseExternalReference, String caseCreatedBy, LocalDate caseCreationDate, String caseLastChangedBy, OffsetDateTime caseLastChangedOn, String caseStatusProfile, String caseClosedBy, OffsetDateTime caseClosedTime, LocalDate casePlannedCloseDate, String caseProcessor, String caseResponsible, String caseTitle, String caseAuthorizationLevel, String caseStatus, String caseStatusName, String caseSystemStatus, String caseUserStatusName, String casePriority, String disputeCasePriorityName, String caseCategory, String disputeCaseCategoryName, String caseReason, String caseReasonName, String caseEscalationReason, String dsputCaseEscalationRsnName, String streetName, String houseNumber, String countryName, String postalCode, String cityName, String cADisputeExternalCallerCode, String disputeCaseOrigin, String cAAuthorizationGroup, Collection<SAP__Message> _Messages, List<DisputeCaseObject> to_CACaseObject) -
Uses of DisputeCaseObject in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type DisputeCaseObjectModifier and TypeMethodDescriptionContractAccountingDisputeCaseService.countDisputeCaseObject()Deprecated.Fetch the number of entries from theDisputeCaseObjectentity collection matching the filter and search expressions.DefaultContractAccountingDisputeCaseService.countDisputeCaseObject()Deprecated.ContractAccountingDisputeCaseService.createDisputeCaseObject(DisputeCaseObject disputeCaseObject) Deprecated.Create a newDisputeCaseObjectentity and save it to the S/4HANA system.DefaultContractAccountingDisputeCaseService.createDisputeCaseObject(DisputeCaseObject disputeCaseObject) Deprecated.ContractAccountingDisputeCaseService.deleteDisputeCaseObject(DisputeCaseObject disputeCaseObject) Deprecated.Deletes an existingDisputeCaseObjectentity in the S/4HANA system.DefaultContractAccountingDisputeCaseService.deleteDisputeCaseObject(DisputeCaseObject disputeCaseObject) Deprecated.ContractAccountingDisputeCaseService.getAllDisputeCaseObject()Deprecated.Fetch multipleDisputeCaseObjectentities.DefaultContractAccountingDisputeCaseService.getAllDisputeCaseObject()Deprecated.ContractAccountingDisputeCaseService.getDisputeCaseObjectByKey(UUID caseUUID, String objectType, String objectKey) Deprecated.Fetch a singleDisputeCaseObjectentity using key fields.DefaultContractAccountingDisputeCaseService.getDisputeCaseObjectByKey(UUID caseUUID, String objectType, String objectKey) Deprecated.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type DisputeCaseObjectModifier and TypeMethodDescriptionContractAccountingDisputeCaseService.createDisputeCaseObject(DisputeCaseObject disputeCaseObject) Deprecated.Create a newDisputeCaseObjectentity and save it to the S/4HANA system.DefaultContractAccountingDisputeCaseService.createDisputeCaseObject(DisputeCaseObject disputeCaseObject) Deprecated.ContractAccountingDisputeCaseService.deleteDisputeCaseObject(DisputeCaseObject disputeCaseObject) Deprecated.Deletes an existingDisputeCaseObjectentity in the S/4HANA system.DefaultContractAccountingDisputeCaseService.deleteDisputeCaseObject(DisputeCaseObject disputeCaseObject) Deprecated.