import { MaintNotifDetCatGroup } from './MaintNotifDetCatGroup'; import { MaintNotifDetCatGroupRequestBuilder } from './MaintNotifDetCatGroupRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField } from '@sap-cloud-sdk/odata-v4'; export declare class MaintNotifDetCatGroupApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof MaintNotifDetCatGroup; requestBuilder(): MaintNotifDetCatGroupRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[maintNotifDetectionProfile]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MAINT_NOTIF_DETECTION_PROFILE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[maintNotifDetectionGroup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MAINT_NOTIF_DETECTION_GROUP: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[maintNotifDetectionProfileText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MAINT_NOTIF_DETECTION_PROFILE_TEXT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[maintNotifDetectionGroupText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MAINT_NOTIF_DETECTION_GROUP_TEXT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; }; } //# sourceMappingURL=MaintNotifDetCatGroupApi.d.ts.map