import { BusSolnQtanItmConfign } from './BusSolnQtanItmConfign'; import { BusSolnQtanItmConfignRequestBuilder } from './BusSolnQtanItmConfignRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class BusSolnQtanItmConfignApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof BusSolnQtanItmConfign; requestBuilder(): BusSolnQtanItmConfignRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[varConfignInstceBusObjectKey]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VAR_CONFIGN_INSTCE_BUS_OBJECT_KEY: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[varConfignInstceBusObjectType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VAR_CONFIGN_INSTCE_BUS_OBJECT_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[variantConfigurationInstance]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VARIANT_CONFIGURATION_INSTANCE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[charcInternalId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHARC_INTERNAL_ID: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[charcValue]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHARC_VALUE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[charcFromNumericValue]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHARC_FROM_NUMERIC_VALUE: OrderableEdmTypeField>, DeSerializersT, "Edm.Double", false, true>; /** * Static representation of the [[charcToNumericValue]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHARC_TO_NUMERIC_VALUE: OrderableEdmTypeField>, DeSerializersT, "Edm.Double", false, true>; /** * Static representation of the [[characteristic]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHARACTERISTIC: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[characteristicValue]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHARACTERISTIC_VALUE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[charcValueAssignmentType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHARC_VALUE_ASSIGNMENT_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[variantConditionFactor]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VARIANT_CONDITION_FACTOR: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[variantConfigurationDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VARIANT_CONFIGURATION_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; }; } //# sourceMappingURL=BusSolnQtanItmConfignApi.d.ts.map