Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businessplace.BusinessPlaceCntryInfo
Packages that use BusinessPlaceCntryInfo
Package
Description
-
Uses of BusinessPlaceCntryInfo in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businessplace
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businessplace with type parameters of type BusinessPlaceCntryInfoModifier and TypeFieldDescriptionstatic final BusinessPlaceLink<BusinessPlaceCntryInfo>BusinessPlace.TO_BUSINESS_PLACE_CNTRY_INFO_SETUse with available fluent helpers to apply the BusinessPlaceCntryInfoSet navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businessplace that return BusinessPlaceCntryInfoMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businessplace that return types with arguments of type BusinessPlaceCntryInfoModifier and TypeMethodDescriptionBusinessPlace.fetchBusinessPlaceCntryInfoSet()Fetches the BusinessPlaceCntryInfo entities (one to many) associated with this entity.io.vavr.control.Option<List<BusinessPlaceCntryInfo>>BusinessPlace.getBusinessPlaceCntryInfoSetIfPresent()Retrieval of associated BusinessPlaceCntryInfo entities (one to many).BusinessPlace.getBusinessPlaceCntryInfoSetOrFetch()Retrieval of associated BusinessPlaceCntryInfo entities (one to many).BusinessPlaceCntryInfo.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businessplace with parameters of type BusinessPlaceCntryInfoModifier and TypeMethodDescriptionvoidBusinessPlace.addBusinessPlaceCntryInfoSet(BusinessPlaceCntryInfo... entity) Adds elements to the list of associated BusinessPlaceCntryInfo entities.BusinessPlace.BusinessPlaceBuilder.businessPlaceCntryInfoSet(BusinessPlaceCntryInfo... value) Navigation property BusinessPlaceCntryInfoSet for BusinessPlace to multiple BusinessPlaceCntryInfo.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businessplace with type arguments of type BusinessPlaceCntryInfoModifier and TypeMethodDescriptionvoidBusinessPlace.setBusinessPlaceCntryInfoSet(List<BusinessPlaceCntryInfo> value) Overwrites the list of associated BusinessPlaceCntryInfo entities for the loaded navigation property BusinessPlaceCntryInfoSet.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businessplace with type arguments of type BusinessPlaceCntryInfoModifierConstructorDescriptionBusinessPlace(String companyCode, String businessPlaceID, String addressID, String taxNumber1, String taxNumber2, String businessPlaceDescription, List<BusinessPlaceCntryInfo> toBusinessPlaceCntryInfoSet) -
Uses of BusinessPlaceCntryInfo in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businessplace.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businessplace.link that return types with arguments of type BusinessPlaceCntryInfoModifier and TypeMethodDescriptionBusinessPlaceCntryInfoOneToOneLink.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.businessplace.link with type arguments of type BusinessPlaceCntryInfoModifier and TypeMethodDescriptionprotected BusinessPlaceCntryInfoLink<ObjectT>BusinessPlaceCntryInfoLink.translateLinkType(EntityLink<BusinessPlaceCntryInfoLink<ObjectT>, BusinessPlaceCntryInfo, ObjectT> link)