import { AddressFaxNumber } from './AddressFaxNumber'; import { AddressFaxNumberRequestBuilder } from './AddressFaxNumberRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class AddressFaxNumberApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof AddressFaxNumber; requestBuilder(): AddressFaxNumberRequestBuilder; 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 [[isDefaultFaxNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IS_DEFAULT_FAX_NUMBER: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[faxCountry]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FAX_COUNTRY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[faxNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FAX_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[faxNumberExtension]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FAX_NUMBER_EXTENSION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[internationalFaxNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INTERNATIONAL_FAX_NUMBER: 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=AddressFaxNumberApi.d.ts.map