Class AsyncDirectoryEntriesClient


  • public class AsyncDirectoryEntriesClient
    extends java.lang.Object
    • Constructor Detail

      • AsyncDirectoryEntriesClient

        public AsyncDirectoryEntriesClient​(ClientOptions clientOptions)
    • Method Detail

      • getV1

        public java.util.concurrent.CompletableFuture<DirectoryEntry1> getV1​(java.lang.String directoryEntryId)
        Retrieves a specific directory entry by ID if authorized to access it. | authz: min_org_role=operator | () -> (DirectoryEntry1)
      • getV1

        public java.util.concurrent.CompletableFuture<DirectoryEntry1> getV1​(java.lang.String directoryEntryId,
                                                                             RequestOptions requestOptions)
        Retrieves a specific directory entry by ID if authorized to access it. | authz: min_org_role=operator | () -> (DirectoryEntry1)
      • listV1

        public java.util.concurrent.CompletableFuture<DirectoryEntryListRes> listV1()
        Lists directory entries with pagination and optional full-text search. | authz: min_org_role=operator | () -> (DirectoryEntryListRes)
      • listV1

        public java.util.concurrent.CompletableFuture<DirectoryEntryListRes> listV1​(DirectoryEntriesListV1Request request)
        Lists directory entries with pagination and optional full-text search. | authz: min_org_role=operator | () -> (DirectoryEntryListRes)
      • createV1

        public java.util.concurrent.CompletableFuture<java.lang.String> createV1​(DirectoryEntryClientCreate1 request)
        Creates a directory entry. | (DirectoryEntryClientCreate1) -> (PydanticObjectId)
      • createV1

        public java.util.concurrent.CompletableFuture<java.lang.String> createV1​(DirectoryEntryClientCreate1 request,
                                                                                 RequestOptions requestOptions)
        Creates a directory entry. | (DirectoryEntryClientCreate1) -> (PydanticObjectId)
      • updateV1

        public java.util.concurrent.CompletableFuture<java.lang.Boolean> updateV1​(java.lang.String directoryEntryId)
        Updates existing directory entry owned by the caller's organization. | (DirectoryEntryClientUpdate1) -> (bool)
      • updateV1

        public java.util.concurrent.CompletableFuture<java.lang.Boolean> updateV1​(java.lang.String directoryEntryId,
                                                                                  DirectoryEntryClientUpdate1 request)
        Updates existing directory entry owned by the caller's organization. | (DirectoryEntryClientUpdate1) -> (bool)
      • updateV1

        public java.util.concurrent.CompletableFuture<java.lang.Boolean> updateV1​(java.lang.String directoryEntryId,
                                                                                  DirectoryEntryClientUpdate1 request,
                                                                                  RequestOptions requestOptions)
        Updates existing directory entry owned by the caller's organization. | (DirectoryEntryClientUpdate1) -> (bool)
      • deleteV1

        public java.util.concurrent.CompletableFuture<java.lang.Boolean> deleteV1​(java.lang.String directoryEntryId)
        Deletes directory entry owned by the caller's organization. | authz: min_org_role=operator | () -> (bool)
      • deleteV1

        public java.util.concurrent.CompletableFuture<java.lang.Boolean> deleteV1​(java.lang.String directoryEntryId,
                                                                                  RequestOptions requestOptions)
        Deletes directory entry owned by the caller's organization. | authz: min_org_role=operator | () -> (bool)