Class Connectors


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

      • async

        public AsyncConnectors async()
        Switches to the async SDK.
        Returns:
        The async SDK
      • listConnectorsMetaDirect

        public StackoneListConnectorsMetaResponse listConnectorsMetaDirect()
        List Connector Meta Information
        Returns:
        The response from the API call
        Throws:
        java.lang.RuntimeException - subclass if the API call fails
      • listConnectorsMeta

        public 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:
        The response from the API call
        Throws:
        java.lang.RuntimeException - subclass if the API call fails
      • getConnectorMeta

        public StackoneGetConnectorMetaResponse getConnectorMeta​(java.lang.String provider)
        Get Connector Meta Information
        Parameters:
        provider -
        Returns:
        The response from the API call
        Throws:
        java.lang.RuntimeException - subclass if the API call fails
      • getConnectorMeta

        public 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:
        The response from the API call
        Throws:
        java.lang.RuntimeException - subclass if the API call fails