Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn.CustomerReturnOverviewStatus
Packages that use CustomerReturnOverviewStatus
Package
Description
-
Uses of CustomerReturnOverviewStatus in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn with type parameters of type CustomerReturnOverviewStatusModifier and TypeFieldDescriptionstatic final CustomerReturnOneToOneLink<CustomerReturnOverviewStatus>CustomerReturn.TO_CUSTOMER_RETURN_OVERVIEW_STATUSUse with available fluent helpers to apply the to_CustomerReturnOverviewStatus navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn that return CustomerReturnOverviewStatusModifier and TypeMethodDescriptionCustomerReturnOverviewStatus.CustomerReturnOverviewStatusBuilder.build()CustomerReturn.fetchCustomerReturnOverviewStatus()Fetches the CustomerReturnOverviewStatus entity (one to one) associated with this entity.CustomerReturn.getCustomerReturnOverviewStatusOrFetch()Retrieval of associated CustomerReturnOverviewStatus entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn that return types with arguments of type CustomerReturnOverviewStatusModifier and TypeMethodDescriptionio.vavr.control.Option<CustomerReturnOverviewStatus>CustomerReturn.getCustomerReturnOverviewStatusIfPresent()Retrieval of associated CustomerReturnOverviewStatus entity (one to one).protected Class<CustomerReturnOverviewStatus>CustomerReturnOverviewStatusByKeyFluentHelper.getEntityClass()protected Class<CustomerReturnOverviewStatus>CustomerReturnOverviewStatusFluentHelper.getEntityClass()CustomerReturnOverviewStatus.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn with parameters of type CustomerReturnOverviewStatusModifier and TypeMethodDescriptionCustomerReturn.CustomerReturnBuilder.customerReturnOverviewStatus(CustomerReturnOverviewStatus value) Navigation property to_CustomerReturnOverviewStatus for CustomerReturn to single CustomerReturnOverviewStatus.voidCustomerReturn.setCustomerReturnOverviewStatus(CustomerReturnOverviewStatus value) Overwrites the associated CustomerReturnOverviewStatus entity for the loaded navigation property to_CustomerReturnOverviewStatus.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn with parameters of type CustomerReturnOverviewStatusModifierConstructorDescriptionCustomerReturn(String customerReturn, String customerReturnType, String salesOrganization, String distributionChannel, String organizationDivision, String salesGroup, String salesOffice, String salesDistrict, String soldToParty, LocalDateTime creationDate, String createdByUser, LocalDateTime lastChangeDate, String senderBusinessSystemName, ZonedDateTime lastChangeDateTime, String purchaseOrderByCustomer, String customerPurchaseOrderType, LocalDateTime customerPurchaseOrderDate, LocalDateTime customerReturnDate, BigDecimal totalNetAmount, String transactionCurrency, String sDDocumentReason, LocalDateTime pricingDate, LocalDateTime requestedDeliveryDate, String shippingType, String headerBillingBlockReason, String deliveryBlockReason, String incotermsClassification, String incotermsTransferLocation, String incotermsLocation1, String incotermsLocation2, String incotermsVersion, String customerPaymentTerms, String paymentMethod, String customerTaxClassification1, String customerTaxClassification2, String customerTaxClassification3, String customerTaxClassification4, String customerTaxClassification5, String customerTaxClassification6, String customerTaxClassification7, String customerTaxClassification8, String customerTaxClassification9, String retsMgmtProcess, String referenceSDDocument, String referenceSDDocumentCategory, String accountingDocExternalReference, String assignmentReference, String customerReturnApprovalReason, String salesDocApprovalStatus, String retsMgmtLogProcgStatus, String retsMgmtCompnProcgStatus, String retsMgmtProcessingStatus, String overallSDProcessStatus, String totalCreditCheckStatus, String overallSDDocumentRejectionSts, CustomerReturnOverviewStatus toCustomerReturnOverviewStatus, List<CustomerReturnItem> toItem, List<CustomerReturnPartner> toPartner, List<CustomerReturnPrcgElmnt> toPricingElement, List<CustomerReturnRelatedObject> toRelatedObject, List<CustomerReturnText> toText) -
Uses of CustomerReturnOverviewStatus in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn.link that return types with arguments of type CustomerReturnOverviewStatusModifier and TypeMethodDescriptionCustomerReturnOverviewStatusOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression) Query modifier to restrict the result set to entities for which this expression (formulated over a property of a related entity) evaluates to true.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn.link with type arguments of type CustomerReturnOverviewStatusModifier and TypeMethodDescriptionprotected CustomerReturnOverviewStatusLink<ObjectT>CustomerReturnOverviewStatusLink.translateLinkType(EntityLink<CustomerReturnOverviewStatusLink<ObjectT>, CustomerReturnOverviewStatus, ObjectT> link)