import { InspLotUsageDecision } from './InspLotUsageDecision'; import { InspLotUsageDecisionRequestBuilder } from './InspLotUsageDecisionRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class InspLotUsageDecisionApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof InspLotUsageDecision; requestBuilder(): InspLotUsageDecisionRequestBuilder; 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 [[inspLotUsageDecisionLevel]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_USAGE_DECISION_LEVEL: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspectionLotQualityScore]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_QUALITY_SCORE: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[inspLotUsageDecisionCatalog]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_USAGE_DECISION_CATALOG: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[selectedCodeSetPlant]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SELECTED_CODE_SET_PLANT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotUsgeDcsnSelectedSet]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_USGE_DCSN_SELECTED_SET: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotUsageDecisionCodeGroup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_USAGE_DECISION_CODE_GROUP: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspectionLotUsageDecisionCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_USAGE_DECISION_CODE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotUsgeDcsnDynValuation]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_USGE_DCSN_DYN_VALUATION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotUsageDecisionValuation]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_USAGE_DECISION_VALUATION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotUsgeDcsnFollowUpAction]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_USGE_DCSN_FOLLOW_UP_ACTION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspectionLotUsageDecidedBy]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_USAGE_DECIDED_BY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspectionLotUsageDecidedOn]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_USAGE_DECIDED_ON: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[inspLotUsageDecisionTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_USAGE_DECISION_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.Time", true, true>; /** * Static representation of the [[inspLotUsageDecisionChangedBy]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_USAGE_DECISION_CHANGED_BY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotUsageDecisionChangedOn]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_USAGE_DECISION_CHANGED_ON: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[inspLotUsgeDcsnChangedTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_USGE_DCSN_CHANGED_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.Time", true, true>; /** * Static representation of the [[inspLotUsgeDcsnHasLongText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_USGE_DCSN_HAS_LONG_TEXT: EdmTypeField>, DeSerializersT, "Edm.Boolean", 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=InspLotUsageDecisionApi.d.ts.map