import { AddressPhoneNumber } from './AddressPhoneNumber'; import { AddressPhoneNumberRequestBuilder } from './AddressPhoneNumberRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class AddressPhoneNumberApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof AddressPhoneNumber; requestBuilder(): AddressPhoneNumberRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * 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 [[person]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PERSON: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[ordinalNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ORDINAL_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[destinationLocationCountry]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DESTINATION_LOCATION_COUNTRY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[isDefaultPhoneNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IS_DEFAULT_PHONE_NUMBER: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[phoneNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PHONE_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[phoneNumberExtension]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PHONE_NUMBER_EXTENSION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[internationalPhoneNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INTERNATIONAL_PHONE_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[phoneNumberType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PHONE_NUMBER_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[addressCommunicationRemarkText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ADDRESS_COMMUNICATION_REMARK_TEXT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=AddressPhoneNumberApi.d.ts.map