import { InspectionOperation } from './InspectionOperation'; import { InspectionOperationRequestBuilder } from './InspectionOperationRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class InspectionOperationApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof InspectionOperation; requestBuilder(): InspectionOperationRequestBuilder; 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 [[orderInternalBillOfOperations]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ORDER_INTERNAL_BILL_OF_OPERATIONS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspectionOperation]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_OPERATION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspectionOperationPlant]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_OPERATION_PLANT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[billOfOperationsType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BILL_OF_OPERATIONS_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[booOperationInternalId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BOO_OPERATION_INTERNAL_ID: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[workCenterInternalId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ WORK_CENTER_INTERNAL_ID: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[statusObject]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ STATUS_OBJECT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[operationControlProfile]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ OPERATION_CONTROL_PROFILE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[operationConfirmation]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ OPERATION_CONFIRMATION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspectionSubSystem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_SUB_SYSTEM: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[operationText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ OPERATION_TEXT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=InspectionOperationApi.d.ts.map