import { Location } from './Location'; import { LocationRequestBuilder } from './LocationRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class LocationApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Location; requestBuilder(): LocationRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[locationUuid]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LOCATION_UUID: EdmTypeField>, DeSerializersT, "Edm.Guid", false, true>; /** * Static representation of the [[locationName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LOCATION_NAME: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[locationType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LOCATION_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[locationLatitude]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LOCATION_LATITUDE: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[locationLongtitude]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LOCATION_LONGTITUDE: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; }; } //# sourceMappingURL=LocationApi.d.ts.map