import { InspectionLotWithStatus } from './InspectionLotWithStatus'; import { InspectionLotWithStatusRequestBuilder } from './InspectionLotWithStatusRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class InspectionLotWithStatusApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof InspectionLotWithStatus; requestBuilder(): InspectionLotWithStatusRequestBuilder; 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 [[inspectionLotStatusCreated]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_STATUS_CREATED: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspectionLotStatusReleased]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_STATUS_RELEASED: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspectionLotStatusSkip]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_STATUS_SKIP: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotStatusRsltsConfirmed]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_STATUS_RSLTS_CONFIRMED: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotStsDefectsRecorded]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_STS_DEFECTS_RECORDED: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotStsShrtTrmInspCmpltd]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_STS_SHRT_TRM_INSP_CMPLTD: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotStatusInspCompleted]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_STATUS_INSP_COMPLETED: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotStatusCanceled]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_STATUS_CANCELED: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotStatusRepair]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_STATUS_REPAIR: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=InspectionLotWithStatusApi.d.ts.map