import { Checklist } from './Checklist'; import { ChecklistRequestBuilder } from './ChecklistRequestBuilder'; import { Sap_Message } from './Sap_Message'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField, CollectionField } from '@sap-cloud-sdk/odata-v4'; export declare class ChecklistApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Checklist; requestBuilder(): ChecklistRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[empresa]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ EMPRESA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[filial]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FILIAL: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[checklist]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHECKLIST: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[vigDe]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VIG_DE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", false, true>; /** * Static representation of the [[orgstrKey]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ORGSTR_KEY: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[cnpjRoot]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CNPJ_ROOT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[ie]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[centralEfd]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CENTRAL_EFD: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[vigAte]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VIG_ATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[answer]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ANSWER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[note]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NOTE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[userid]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ USERID: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[udate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ UDATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[uzeit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ UZEIT: OrderableEdmTypeField>, DeSerializersT, "Edm.TimeOfDay", false, true>; /** * Static representation of the [[sapMessages]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SAP_MESSAGES: CollectionField>, DeSerializersT, Sap_Message, false, true>; }; } //# sourceMappingURL=ChecklistApi.d.ts.map