import { SpecIdentifier } from './SpecIdentifier'; import { SpecIdentifierRequestBuilder } from './SpecIdentifierRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class SpecIdentifierApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof SpecIdentifier; requestBuilder(): SpecIdentifierRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[specIdfgDescInternalId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SPEC_IDFG_DESC_INTERNAL_ID: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[specIdfgDescChangeState]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SPEC_IDFG_DESC_CHANGE_STATE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[specificationInternalId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SPECIFICATION_INTERNAL_ID: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[specIdfgDescIsDeleted]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SPEC_IDFG_DESC_IS_DELETED: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[specIdfgDescCreatedByUser]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SPEC_IDFG_DESC_CREATED_BY_USER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[specIdfgDescCreationDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SPEC_IDFG_DESC_CREATION_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[specIdfgDescLastChangedByUser]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SPEC_IDFG_DESC_LAST_CHANGED_BY_USER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[specIdfgDescLastChangeDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SPEC_IDFG_DESC_LAST_CHANGE_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[specIdfgDescSortSequence]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SPEC_IDFG_DESC_SORT_SEQUENCE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[specIdfgDescCategory]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SPEC_IDFG_DESC_CATEGORY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[specIdfgDescType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SPEC_IDFG_DESC_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[specIdfgDescLanguage]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SPEC_IDFG_DESC_LANGUAGE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[specIdfgDescText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SPEC_IDFG_DESC_TEXT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[specificationAuthznGroup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SPECIFICATION_AUTHZN_GROUP: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[specificationType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SPECIFICATION_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=SpecIdentifierApi.d.ts.map