Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner |
Modifier and Type | Field and Description |
---|---|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.ADDITIONAL_STREET_PREFIX_NAME
Use with available fluent helpers to apply the AdditionalStreetPrefixName field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.ADDITIONAL_STREET_SUFFIX_NAME
Use with available fluent helpers to apply the AdditionalStreetSuffixName field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.ADDRESS_ID
Use with available fluent helpers to apply the AddressID field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.ADDRESS_ID_BY_EXTERNAL_SYSTEM
Use with available fluent helpers to apply the AddressIDByExternalSystem field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.ADDRESS_TIME_ZONE
Use with available fluent helpers to apply the AddressTimeZone field to query operations.
|
static BusinessPartnerAddressField<UUID> |
BusinessPartnerAddress.ADDRESS_UUID
Use with available fluent helpers to apply the AddressUUID field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.AUTHORIZATION_GROUP
Use with available fluent helpers to apply the AuthorizationGroup field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.BUSINESS_PARTNER
Use with available fluent helpers to apply the BusinessPartner field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.CARE_OF_NAME
Use with available fluent helpers to apply the CareOfName field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.CITY_CODE
Use with available fluent helpers to apply the CityCode field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.CITY_NAME
Use with available fluent helpers to apply the CityName field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.COMPANY_POSTAL_CODE
Use with available fluent helpers to apply the CompanyPostalCode field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.COUNTRY
Use with available fluent helpers to apply the Country field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.COUNTY
Use with available fluent helpers to apply the County field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.DELIVERY_SERVICE_NUMBER
Use with available fluent helpers to apply the DeliveryServiceNumber field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.DELIVERY_SERVICE_TYPE_CODE
Use with available fluent helpers to apply the DeliveryServiceTypeCode field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.DISTRICT
Use with available fluent helpers to apply the District field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.FORM_OF_ADDRESS
Use with available fluent helpers to apply the FormOfAddress field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.FULL_NAME
Use with available fluent helpers to apply the FullName field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.HOME_CITY_NAME
Use with available fluent helpers to apply the HomeCityName field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.HOUSE_NUMBER
Use with available fluent helpers to apply the HouseNumber field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.HOUSE_NUMBER_SUPPLEMENT_TEXT
Use with available fluent helpers to apply the HouseNumberSupplementText field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.PERSON
Use with available fluent helpers to apply the Person field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.PO_BOX
Use with available fluent helpers to apply the POBox field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.PO_BOX_DEVIATING_CITY_NAME
Use with available fluent helpers to apply the POBoxDeviatingCityName field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.PO_BOX_DEVIATING_COUNTRY
Use with available fluent helpers to apply the POBoxDeviatingCountry field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.PO_BOX_DEVIATING_REGION
Use with available fluent helpers to apply the POBoxDeviatingRegion field to query operations.
|
static BusinessPartnerAddressField<Boolean> |
BusinessPartnerAddress.PO_BOX_IS_WITHOUT_NUMBER
Use with available fluent helpers to apply the POBoxIsWithoutNumber field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.PO_BOX_LOBBY_NAME
Use with available fluent helpers to apply the POBoxLobbyName field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.PO_BOX_POSTAL_CODE
Use with available fluent helpers to apply the POBoxPostalCode field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.POSTAL_CODE
Use with available fluent helpers to apply the PostalCode field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.PRFRD_COMM_MEDIUM_TYPE
Use with available fluent helpers to apply the PrfrdCommMediumType field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.REGION
Use with available fluent helpers to apply the Region field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.STREET_NAME
Use with available fluent helpers to apply the StreetName field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.STREET_PREFIX_NAME
Use with available fluent helpers to apply the StreetPrefixName field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.STREET_SUFFIX_NAME
Use with available fluent helpers to apply the StreetSuffixName field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.TAX_JURISDICTION
Use with available fluent helpers to apply the TaxJurisdiction field to query operations.
|
static BusinessPartnerAddressField<String> |
BusinessPartnerAddress.TRANSPORT_ZONE
Use with available fluent helpers to apply the TransportZone field to query operations.
|
static BusinessPartnerAddressField<ZonedDateTime> |
BusinessPartnerAddress.VALIDITY_END_DATE
Use with available fluent helpers to apply the ValidityEndDate field to query operations.
|
static BusinessPartnerAddressField<ZonedDateTime> |
BusinessPartnerAddress.VALIDITY_START_DATE
Use with available fluent helpers to apply the ValidityStartDate field to query operations.
|
Modifier and Type | Method and Description |
---|---|
static <T> BusinessPartnerAddressField<T> |
BusinessPartnerAddress.field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
BusinessPartnerAddress.field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
Copyright © 2019 SAP SE. All rights reserved.