import { Observable } from 'rxjs'; import { ODataClient, ODataEntitySetService, ODataEntity, ODataEntities, EntityKey, ODataEntityResource, ODataNavigationPropertyResource, ODataQueryArgumentsOptions } from 'angular-odata'; import { AccessControlEntry } from './accesscontrolentry.entity'; import { ContentCollection } from './contentcollection.entity'; import { HorselessUri } from './horselessuri.entity'; import { JSONAsset } from './jsonasset.entity'; import { Principal } from './principal.entity'; import { Publication } from './publication.entity'; import { Tenant } from './tenant.entity'; import * as i0 from "@angular/core"; export declare class TenantService extends ODataEntitySetService { constructor(client: ODataClient); accessControlEntries(key: EntityKey): ODataNavigationPropertyResource; fetchAccessControlEntries(key: EntityKey, options?: ODataQueryArgumentsOptions): Observable>; addAccessControlEntryToAccessControlEntries(key: EntityKey, target: ODataEntityResource>, { etag }?: { etag?: string; }): Observable; removeAccessControlEntryFromAccessControlEntries(key: EntityKey, { target, etag }?: { target?: ODataEntityResource>; etag?: string; }): Observable; accounts(key: EntityKey): ODataNavigationPropertyResource; fetchAccounts(key: EntityKey, options?: ODataQueryArgumentsOptions): Observable>; addPrincipalToAccounts(key: EntityKey, target: ODataEntityResource>, { etag }?: { etag?: string; }): Observable; removePrincipalFromAccounts(key: EntityKey, { target, etag }?: { target?: ODataEntityResource>; etag?: string; }): Observable; contentCollections(key: EntityKey): ODataNavigationPropertyResource; fetchContentCollections(key: EntityKey, options?: ODataQueryArgumentsOptions): Observable>; addContentCollectionToContentCollections(key: EntityKey, target: ODataEntityResource>, { etag }?: { etag?: string; }): Observable; removeContentCollectionFromContentCollections(key: EntityKey, { target, etag }?: { target?: ODataEntityResource>; etag?: string; }): Observable; entityUri(key: EntityKey): ODataNavigationPropertyResource; fetchEntityUri(key: EntityKey, options?: ODataQueryArgumentsOptions): Observable>; setHorselessUriAsEntityUri(key: EntityKey, target: ODataEntityResource>, { etag }?: { etag?: string; }): Observable; unsetHorselessUriAsEntityUri(key: EntityKey, { target, etag }?: { target?: ODataEntityResource>; etag?: string; }): Observable; metaData(key: EntityKey): ODataNavigationPropertyResource; fetchMetaData(key: EntityKey, options?: ODataQueryArgumentsOptions): Observable>; addJSONAssetToMetaData(key: EntityKey, target: ODataEntityResource>, { etag }?: { etag?: string; }): Observable; removeJSONAssetFromMetaData(key: EntityKey, { target, etag }?: { target?: ODataEntityResource>; etag?: string; }): Observable; owners(key: EntityKey): ODataNavigationPropertyResource; fetchOwners(key: EntityKey, options?: ODataQueryArgumentsOptions): Observable>; addPrincipalToOwners(key: EntityKey, target: ODataEntityResource>, { etag }?: { etag?: string; }): Observable; removePrincipalFromOwners(key: EntityKey, { target, etag }?: { target?: ODataEntityResource>; etag?: string; }): Observable; publications(key: EntityKey): ODataNavigationPropertyResource; fetchPublications(key: EntityKey, options?: ODataQueryArgumentsOptions): Observable>; addPublicationToPublications(key: EntityKey, target: ODataEntityResource>, { etag }?: { etag?: string; }): Observable; removePublicationFromPublications(key: EntityKey, { target, etag }?: { target?: ODataEntityResource>; etag?: string; }): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }