import { Sign_Subs } from './Sign_Subs'; import { Sign_SubsRequestBuilder } from './Sign_SubsRequestBuilder'; import { Sap_Message } from './Sap_Message'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField, CollectionField } from '@sap-cloud-sdk/odata-v4'; export declare class Sign_SubsApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Sign_Subs; requestBuilder(): Sign_SubsRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[empresa]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ EMPRESA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[identCpfCnpjT]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IDENT_CPF_CNPJ_T: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codAssinT]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_ASSIN_T: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[vigDe]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VIG_DE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", false, true>; /** * Static representation of the [[vigAte]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VIG_ATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[identNomT]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IDENT_NOM_T: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[indCrcT]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IND_CRC_T: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[emailT]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ EMAIL_T: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[foneT]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FONE_T: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[ufCrcT]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ UF_CRC_T: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[numSeqCrcT]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NUM_SEQ_CRC_T: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[dtCrcT]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DT_CRC_T: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[sapMessages]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SAP_MESSAGES: CollectionField>, DeSerializersT, Sap_Message, false, true>; }; } //# sourceMappingURL=Sign_SubsApi.d.ts.map