Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businessplace.field.BusinessPlaceField
Packages that use BusinessPlaceField
-
Uses of BusinessPlaceField in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businessplace
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businessplace declared as BusinessPlaceFieldModifier and TypeFieldDescriptionstatic final BusinessPlaceField<String>BusinessPlace.ADDRESS_IDUse with available fluent helpers to apply the AddressID field to query operations.static final BusinessPlaceField<String>BusinessPlace.BUSINESS_PLACE_DESCRIPTIONUse with available fluent helpers to apply the BusinessPlaceDescription field to query operations.static final BusinessPlaceField<String>BusinessPlace.BUSINESS_PLACE_IDUse with available fluent helpers to apply the BusinessPlaceID field to query operations.static final BusinessPlaceField<String>BusinessPlace.COMPANY_CODEUse with available fluent helpers to apply the CompanyCode field to query operations.static final BusinessPlaceField<String>BusinessPlace.TAX_NUMBER1Use with available fluent helpers to apply the TaxNumber1 field to query operations.static final BusinessPlaceField<String>BusinessPlace.TAX_NUMBER2Use with available fluent helpers to apply the TaxNumber2 field to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businessplace that return BusinessPlaceFieldModifier and TypeMethodDescriptionstatic <T,DomainT>
BusinessPlaceField<T>BusinessPlace.field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> BusinessPlaceField<T>Use with available fluent helpers to apply an extension field to query operations.