import { TeamTypes } from './TeamTypes'; import { TeamTypesRequestBuilder } from './TeamTypesRequestBuilder'; import { TeamCategoriesApi } from './TeamCategoriesApi'; import { TeamTypeTextsApi } from './TeamTypeTextsApi'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OneToOneLink, OneToManyLink } from '@sap-cloud-sdk/odata-v4'; export declare class TeamTypesApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ TeamCategoriesApi, TeamTypeTextsApi ]): this; entityConstructor: typeof TeamTypes; requestBuilder(): TeamTypesRequestBuilder; 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 [[teamCategory]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TEAM_CATEGORY: OneToOneLink, DeSerializersT, TeamCategoriesApi>; /** * Static representation of the one-to-many navigation property [[teamTypeTexts]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TEAM_TYPE_TEXTS: OneToManyLink, DeSerializersT, TeamTypeTextsApi>; /** * Static representation of the [[respyMgmtTeamType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RESPY_MGMT_TEAM_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * 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>; }; } //# sourceMappingURL=TeamTypesApi.d.ts.map