Class AsyncConnectors


  • public class AsyncConnectors
    extends java.lang.Object
    Retrieve metadata for connectors.
    • Method Detail

      • sync

        public Connectors sync()
        Switches to the sync SDK.
        Returns:
        The sync SDK
      • listConnectorsMetaDirect

        public java.util.concurrent.CompletableFuture<StackoneListConnectorsMetaResponse> listConnectorsMetaDirect()
        List Connector Meta Information
        Returns:
        CompletableFuture<StackoneListConnectorsMetaResponse> - The async response
      • listConnectorsMeta

        public java.util.concurrent.CompletableFuture<StackoneListConnectorsMetaResponse> listConnectorsMeta​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> include,
                                                                                                             java.util.Optional<Options> options)
        List Connector Meta Information
        Parameters:
        include - The comma separated list of data that will be included in the response
        options - additional options
        Returns:
        CompletableFuture<StackoneListConnectorsMetaResponse> - The async response
      • getConnectorMeta

        public java.util.concurrent.CompletableFuture<StackoneGetConnectorMetaResponse> getConnectorMeta​(java.lang.String provider)
        Get Connector Meta Information
        Parameters:
        provider -
        Returns:
        CompletableFuture<StackoneGetConnectorMetaResponse> - The async response
      • getConnectorMeta

        public java.util.concurrent.CompletableFuture<StackoneGetConnectorMetaResponse> getConnectorMeta​(java.lang.String provider,
                                                                                                         org.openapitools.jackson.nullable.JsonNullable<java.lang.String> include,
                                                                                                         java.util.Optional<Options> options)
        Get Connector Meta Information
        Parameters:
        provider -
        include - The comma separated list of data that will be included in the response
        options - additional options
        Returns:
        CompletableFuture<StackoneGetConnectorMetaResponse> - The async response