import { TeamAttributes } from './TeamAttributes'; import { TeamAttributesRequestBuilder } from './TeamAttributesRequestBuilder'; import { TeamHeadersApi } from './TeamHeadersApi'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OneToOneLink } from '@sap-cloud-sdk/odata-v4'; export declare class TeamAttributesApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ TeamHeadersApi ]): this; entityConstructor: typeof TeamAttributes; requestBuilder(): TeamAttributesRequestBuilder; 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 [[teamHeader]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TEAM_HEADER: OneToOneLink, DeSerializersT, TeamHeadersApi>; /** * Static representation of the [[respyMgmtGlobalTeamId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RESPY_MGMT_GLOBAL_TEAM_ID: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[respyMgmtAttributeName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RESPY_MGMT_ATTRIBUTE_NAME: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[respyMgmtAttributeSign]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RESPY_MGMT_ATTRIBUTE_SIGN: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[respyMgmtAttributeOption]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RESPY_MGMT_ATTRIBUTE_OPTION: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[respyMgmtAttributeLowValue]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RESPY_MGMT_ATTRIBUTE_LOW_VALUE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[respyMgmtAttributeHighValue]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RESPY_MGMT_ATTRIBUTE_HIGH_VALUE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; }; } //# sourceMappingURL=TeamAttributesApi.d.ts.map