Class Connectors


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

      • listConnectorsMetaDirect

        public StackoneListConnectorsMetaResponse listConnectorsMetaDirect()
                                                                    throws java.lang.Exception
        List Connectors Meta Information for all providers
        Returns:
        The response from the API call
        Throws:
        java.lang.Exception - if the API call fails
      • listConnectorsMeta

        public StackoneListConnectorsMetaResponse listConnectorsMeta​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> include,
                                                                     java.util.Optional<Options> options)
                                                              throws java.lang.Exception
        List Connectors Meta Information for all providers
        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.Exception - if the API call fails
      • getConnectorMeta

        public StackoneGetConnectorMetaResponse getConnectorMeta​(java.lang.String provider)
                                                          throws java.lang.Exception
        Get Connector Meta information for the given provider key
        Parameters:
        provider -
        Returns:
        The response from the API call
        Throws:
        java.lang.Exception - 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)
                                                          throws java.lang.Exception
        Get Connector Meta information for the given provider key
        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.Exception - if the API call fails