Class Connectors
- java.lang.Object
-
- com.stackone.stackone_client_java.Connectors
-
public class Connectors extends java.lang.ObjectRetrieve metadata for connectors.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StackoneGetConnectorMetaRequestBuildergetConnectorMeta()Get Connector Meta information for the given provider keyStackoneGetConnectorMetaResponsegetConnectorMeta(java.lang.String provider)Get Connector Meta information for the given provider keyStackoneGetConnectorMetaResponsegetConnectorMeta(java.lang.String provider, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> include, java.util.Optional<Options> options)Get Connector Meta information for the given provider keyStackoneListConnectorsMetaRequestBuilderlistConnectorsMeta()List Connectors Meta Information for all providersStackoneListConnectorsMetaResponselistConnectorsMeta(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> include, java.util.Optional<Options> options)List Connectors Meta Information for all providersStackoneListConnectorsMetaResponselistConnectorsMetaDirect()List Connectors Meta Information for all providers
-
-
-
Method Detail
-
listConnectorsMeta
public StackoneListConnectorsMetaRequestBuilder listConnectorsMeta()
List Connectors Meta Information for all providers- Returns:
- The call builder
-
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 responseoptions- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getConnectorMeta
public StackoneGetConnectorMetaRequestBuilder getConnectorMeta()
Get Connector Meta information for the given provider key- Returns:
- The call builder
-
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 responseoptions- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
-