import { InspSampleCharacteristic } from './InspSampleCharacteristic'; import { InspSampleCharacteristicRequestBuilder } from './InspSampleCharacteristicRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class InspSampleCharacteristicApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof InspSampleCharacteristic; requestBuilder(): InspSampleCharacteristicRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[inspectionLot]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[inspPlanOperationInternalId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_PLAN_OPERATION_INTERNAL_ID: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[inspectionCharacteristic]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_CHARACTERISTIC: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[inspectionSubsetInternalId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_SUBSET_INTERNAL_ID: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[inspectionCharacteristicStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_CHARACTERISTIC_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[qualityControlChart]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ QUALITY_CONTROL_CHART: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspSampleAcceptanceNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_SAMPLE_ACCEPTANCE_NUMBER: OrderableEdmTypeField>, DeSerializersT, "Edm.Int16", true, true>; /** * Static representation of the [[inspSampleRejectionNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_SAMPLE_REJECTION_NUMBER: OrderableEdmTypeField>, DeSerializersT, "Edm.Int16", true, true>; /** * Static representation of the [[inspSampleValuationRule]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_SAMPLE_VALUATION_RULE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspectionSampleSize]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_SAMPLE_SIZE: OrderableEdmTypeField>, DeSerializersT, "Edm.Int32", true, true>; /** * Static representation of the [[inspLotDynRuleStage]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_DYN_RULE_STAGE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspectionSeverity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_SEVERITY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspSubsetCharcCreationDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_SUBSET_CHARC_CREATION_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[changedDateTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHANGED_DATE_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTimeOffset", true, true>; }; } //# sourceMappingURL=InspSampleCharacteristicApi.d.ts.map