import { BuPaIdentification } from './BuPaIdentification'; import { BuPaIdentificationRequestBuilder } from './BuPaIdentificationRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class BuPaIdentificationApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof BuPaIdentification; requestBuilder(): BuPaIdentificationRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[businessPartner]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BUSINESS_PARTNER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[bpIdentificationType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BP_IDENTIFICATION_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[bpIdentificationNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BP_IDENTIFICATION_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[bpIdnNmbrIssuingInstitute]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BP_IDN_NMBR_ISSUING_INSTITUTE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[bpIdentificationEntryDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BP_IDENTIFICATION_ENTRY_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[country]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COUNTRY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[region]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REGION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[validityStartDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VALIDITY_START_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[validityEndDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VALIDITY_END_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[authorizationGroup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ AUTHORIZATION_GROUP: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=BuPaIdentificationApi.d.ts.map