import { BuPaAddressUsage } from './BuPaAddressUsage'; import { BuPaAddressUsageRequestBuilder } from './BuPaAddressUsageRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class BuPaAddressUsageApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof BuPaAddressUsage; requestBuilder(): BuPaAddressUsageRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[businessPartner]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BUSINESS_PARTNER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[validityEndDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VALIDITY_END_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTimeOffset", false, true>; /** * Static representation of the [[addressUsage]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ADDRESS_USAGE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[addressId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ADDRESS_ID: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[validityStartDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VALIDITY_START_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTimeOffset", true, true>; /** * Static representation of the [[standardUsage]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ STANDARD_USAGE: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[authorizationGroup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ AUTHORIZATION_GROUP: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=BuPaAddressUsageApi.d.ts.map