import { AddressHomePageUrl } from './AddressHomePageUrl'; import { AddressHomePageUrlRequestBuilder } from './AddressHomePageUrlRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class AddressHomePageUrlApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof AddressHomePageUrl; requestBuilder(): AddressHomePageUrlRequestBuilder; 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 [[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.DateTime", false, true>; /** * Static representation of the [[isDefaultUrlAddress]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IS_DEFAULT_URL_ADDRESS: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[searchUrlAddress]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SEARCH_URL_ADDRESS: 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>; /** * Static representation of the [[urlFieldLength]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ URL_FIELD_LENGTH: OrderableEdmTypeField>, DeSerializersT, "Edm.Int16", true, true>; /** * Static representation of the [[websiteUrl]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ WEBSITE_URL: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=AddressHomePageUrlApi.d.ts.map