import { BatchClass } from './BatchClass'; import { BatchClassRequestBuilder } from './BatchClassRequestBuilder'; import { BatchApi } from './BatchApi'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField, OneToOneLink } from '@sap-cloud-sdk/odata-v2'; export declare class BatchClassApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ BatchApi ]): this; entityConstructor: typeof BatchClass; requestBuilder(): BatchClassRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the one-to-one navigation property [[toBatch]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_BATCH: OneToOneLink, DeSerializersT, BatchApi>; /** * Static representation of the [[material]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MATERIAL: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[batchIdentifyingPlant]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BATCH_IDENTIFYING_PLANT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[batch]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BATCH: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[classInternalId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CLASS_INTERNAL_ID: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[lastChangeDateTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LAST_CHANGE_DATE_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTimeOffset", true, true>; }; } //# sourceMappingURL=BatchClassApi.d.ts.map