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 InformationStackoneGetConnectorMetaResponsegetConnectorMeta(java.lang.String provider)Get Connector Meta InformationStackoneGetConnectorMetaResponsegetConnectorMeta(java.lang.String provider, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> include, java.util.Optional<Options> options)Get Connector Meta InformationStackoneListConnectorsMetaRequestBuilderlistConnectorsMeta()List Connector Meta InformationStackoneListConnectorsMetaResponselistConnectorsMeta(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> include, java.util.Optional<Options> options)List Connector Meta InformationStackoneListConnectorsMetaResponselistConnectorsMetaDirect()List Connector Meta Information
-
-
-
Method Detail
-
listConnectorsMeta
public StackoneListConnectorsMetaRequestBuilder listConnectorsMeta()
List Connector Meta Information- Returns:
- The call builder
-
listConnectorsMetaDirect
public StackoneListConnectorsMetaResponse listConnectorsMetaDirect() throws java.lang.Exception
List Connector Meta Information- 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 Connector Meta Information- 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- Returns:
- The call builder
-
getConnectorMeta
public StackoneGetConnectorMetaResponse getConnectorMeta(java.lang.String provider) throws java.lang.Exception
Get Connector Meta Information- 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- 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
-
-