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