Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.bankv2.Bank
Packages that use Bank
Package
Description
-
Uses of Bank in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.bankv2
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.bankv2 with type parameters of type BankModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Bank,SAP__Message> Bank._MESSAGESUse with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Bank>Bank.ALL_FIELDSSelector for all available fields of Bank.static final SimpleProperty.String<Bank>Bank.BANKstatic final SimpleProperty.String<Bank>Bank.BANK_BRANCHstatic final SimpleProperty.String<Bank>Bank.BANK_CATEGORYstatic final SimpleProperty.String<Bank>Bank.BANK_COUNTRYstatic final SimpleProperty.String<Bank>Bank.BANK_INTERNAL_IDstatic final SimpleProperty.String<Bank>Bank.BANK_NAMEstatic final SimpleProperty.String<Bank>static final SimpleProperty.Boolean<Bank>static final SimpleProperty.String<Bank>Bank.REGIONstatic final SimpleProperty.String<Bank>Bank.SHORT_CITY_NAMEstatic final SimpleProperty.String<Bank>Bank.SHORT_STREET_NAMEstatic final SimpleProperty.String<Bank>Bank.SWIFT_CODEstatic final NavigationProperty.Single<BankAddress,Bank> BankAddress.TO__BANKUse with available request builders to apply the _Bank navigation property to query operations.static final NavigationProperty.Collection<Bank,BankAddress> Bank.TO__BANK_ADDRESSUse with available request builders to apply the _BankAddress navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.bankv2 that return BankMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.bankv2 that return types with arguments of type BankModifier and TypeMethodDescriptionio.vavr.control.Option<Bank>BankAddress.getBankIfPresent()Retrieval of associated Bank entity (one to one).Bank.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.bankv2 with parameters of type BankModifier and TypeMethodDescriptionNavigation property _Bank for BankAddress to single Bank.voidOverwrites the associated Bank entity for the loaded navigation property _Bank.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.bankv2 with parameters of type BankModifierConstructorDescriptionBankAddress(String bankCountry, String bankInternalID, String addressRepresentationCode, String addressID, String correspondenceLanguage, String cityName, String districtName, String villageName, String postalCode, String companyPostalCode, String streetName, String streetAddrNonDeliverableReason, String streetPrefixName1, String streetPrefixName2, String streetSuffixName1, String streetSuffixName2, String houseNumber, String houseNumberSupplementText, String building, String floor, String roomNumber, String country, String region, String formOfAddress, String addresseeName1, String addresseeName2, String addresseeName3, String addresseeName4, String taxJurisdiction, String transportZone, String pOBox, String pOBoxAddrNonDeliverableReason, Boolean pOBoxIsWithoutNumber, String pOBoxPostalCode, String pOBoxLobbyName, String pOBoxDeviatingCityName, String pOBoxDeviatingRegion, String pOBoxDeviatingCountry, String careOfName, String deliveryServiceTypeCode, String deliveryServiceNumber, String addressTimeZone, String secondaryRegionName, String tertiaryRegionName, Bank to_Bank) -
Uses of Bank 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 BankModifier and TypeMethodDescriptionBankV2Service.countBank()Deprecated.Fetch the number of entries from theBankentity collection matching the filter and search expressions.DefaultBankV2Service.countBank()Deprecated.BankV2Service.createBank(Bank bank) Deprecated.Create a newBankentity and save it to the S/4HANA system.DefaultBankV2Service.createBank(Bank bank) Deprecated.BankV2Service.getAllBank()Deprecated.Fetch multipleBankentities.DefaultBankV2Service.getAllBank()Deprecated.BankV2Service.getBankByKey(String bankCountry, String bankInternalID) Deprecated.Fetch a singleBankentity using key fields.DefaultBankV2Service.getBankByKey(String bankCountry, String bankInternalID) Deprecated.BankV2Service.updateBank(Bank bank) Deprecated.Update an existingBankentity and save it to the S/4HANA system.DefaultBankV2Service.updateBank(Bank bank) Deprecated.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type BankModifier and TypeMethodDescriptionBankV2Service.createBank(Bank bank) Deprecated.Create a newBankentity and save it to the S/4HANA system.DefaultBankV2Service.createBank(Bank bank) Deprecated.BankV2Service.updateBank(Bank bank) Deprecated.Update an existingBankentity and save it to the S/4HANA system.DefaultBankV2Service.updateBank(Bank bank) Deprecated.