Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.Customer
Packages that use Customer
Package
Description
-
Uses of Customer in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type parameters of type CustomerModifier and TypeFieldDescriptionstatic final BusinessPartnerOneToOneLink<Customer>BusinessPartner.TO_CUSTOMERUse with available fluent helpers to apply the to_Customer navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return CustomerModifier and TypeMethodDescriptionCustomer.CustomerBuilder.build()BusinessPartner.fetchCustomer()Fetches the Customer entity (one to one) associated with this entity.BusinessPartner.getCustomerOrFetch()Retrieval of associated Customer entity (one to one).protected CustomerCustomerCreateFluentHelper.getEntity()protected CustomerCustomerUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return types with arguments of type CustomerModifier and TypeMethodDescriptionio.vavr.control.Option<Customer>BusinessPartner.getCustomerIfPresent()Retrieval of associated Customer entity (one to one).CustomerByKeyFluentHelper.getEntityClass()CustomerFluentHelper.getEntityClass()Customer.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type CustomerModifier and TypeMethodDescriptionNavigation property to_Customer for BusinessPartner to single Customer.voidBusinessPartner.setCustomer(Customer value) Overwrites the associated Customer entity for the loaded navigation property to_Customer.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type CustomerModifierConstructorDescriptionBusinessPartner(String businessPartner, String customer, String supplier, String academicTitle, String authorizationGroup, String businessPartnerCategory, String businessPartnerFullName, String businessPartnerGrouping, String businessPartnerName, UUID businessPartnerUUID, String correspondenceLanguage, String createdByUser, LocalDateTime creationDate, LocalTime creationTime, String firstName, String formOfAddress, String industry, String internationalLocationNumber1, String internationalLocationNumber2, Boolean isFemale, Boolean isMale, String isNaturalPerson, Boolean isSexUnknown, String genderCodeName, String language, LocalDateTime lastChangeDate, LocalTime lastChangeTime, String lastChangedByUser, String lastName, String legalForm, String organizationBPName1, String organizationBPName2, String organizationBPName3, String organizationBPName4, LocalDateTime organizationFoundationDate, LocalDateTime organizationLiquidationDate, String searchTerm1, String searchTerm2, String additionalLastName, LocalDateTime birthDate, String businessPartnerBirthDateStatus, String businessPartnerBirthplaceName, LocalDateTime businessPartnerDeathDate, Boolean businessPartnerIsBlocked, String businessPartnerType, String eTag, String groupBusinessPartnerName1, String groupBusinessPartnerName2, String independentAddressID, String internationalLocationNumber3, String middleName, String nameCountry, String nameFormat, String personFullName, String personNumber, Boolean isMarkedForArchiving, String businessPartnerIDByExtSystem, String businessPartnerPrintFormat, String businessPartnerOccupation, String busPartMaritalStatus, String busPartNationality, String businessPartnerBirthName, String businessPartnerSupplementName, String naturalPersonEmployerName, String lastNamePrefix, String lastNameSecondPrefix, String initials, String tradingPartner, BPCreditWorthiness toBPCreditWorthiness, BPFinancialServicesReporting toBPFinServicesReporting, List<BPFiscalYearInformation> toBPFiscalYearInformation, List<BPRelationship> toBPRelationship, List<BuPaIdentification> toBuPaIdentification, List<BuPaIndustry> toBuPaIndustry, BPFinancialServicesExtn toBusinessPartner, List<BusinessPartnerAddress> toBusinessPartnerAddress, List<BusinessPartnerBank> toBusinessPartnerBank, List<BusinessPartnerContact> toBusinessPartnerContact, List<BusinessPartnerRating> toBusinessPartnerRating, List<BusinessPartnerRole> toBusinessPartnerRole, List<BusinessPartnerTaxNumber> toBusinessPartnerTax, List<BusPartAddrDepdntTaxNmbr> toBusPartAddrDepdntTaxNmbr, Customer toCustomer, Supplier toSupplier) CustomerCreateFluentHelper(String servicePath, Customer entity, String entityCollection) Creates a fluent helper object that will create aCustomerentity on the OData endpoint.CustomerUpdateFluentHelper(String servicePath, Customer entity, String entityCollection) Creates a fluent helper object that will update aCustomerentity on the OData endpoint. -
Uses of Customer in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.batch with parameters of type CustomerModifier and TypeMethodDescriptionBusinessPartnerServiceBatchChangeSet.createCustomer(Customer customer) Create a newCustomerentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.createCustomer(Customer customer) BusinessPartnerServiceBatchChangeSet.updateCustomer(Customer customer) Update an existingCustomerentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.updateCustomer(Customer customer) -
Uses of Customer in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.link that return types with arguments of type CustomerModifier and TypeMethodDescriptionCustomerOneToOneLink.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.businesspartner.link with type arguments of type CustomerModifier and TypeMethodDescriptionprotected CustomerLink<ObjectT>CustomerLink.translateLinkType(EntityLink<CustomerLink<ObjectT>, Customer, ObjectT> link) -
Uses of Customer in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type CustomerModifier and TypeMethodDescriptionBusinessPartnerService.createCustomer(Customer customer) Deprecated.Create a newCustomerentity and save it to the S/4HANA system.DefaultBusinessPartnerService.createCustomer(Customer customer) Deprecated.BusinessPartnerService.updateCustomer(Customer customer) Deprecated.Update an existingCustomerentity and save it to the S/4HANA system.DefaultBusinessPartnerService.updateCustomer(Customer customer) Deprecated.