Package com.mypurecloud.sdk.v2.api
Class DataExtensionsApi
java.lang.Object
com.mypurecloud.sdk.v2.api.DataExtensionsApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet a specific named core type.getDataextensionsCoretype(ApiRequest<Void> request) Get a specific named core type.getDataextensionsCoretype(String coretypeName) Get a specific named core type.Get the core types from which all schemas are built.Get the core types from which all schemas are built.getDataextensionsCoretypes(ApiRequest<Void> request) Get the core types from which all schemas are built.Get the core types from which all schemas are built.getDataextensionsCoretypeWithHttpInfo(String coretypeName) Get a specific named core type.Get quantitative limits on schemasGet quantitative limits on schemasgetDataextensionsLimits(ApiRequest<Void> request) Get quantitative limits on schemasGet quantitative limits on schemas
-
Constructor Details
-
DataExtensionsApi
public DataExtensionsApi() -
DataExtensionsApi
-
-
Method Details
-
getDataextensionsCoretype
Get a specific named core type.- Parameters:
coretypeName- The core type's name (required)- Returns:
- Coretype
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getDataextensionsCoretypeWithHttpInfo
public ApiResponse<Coretype> getDataextensionsCoretypeWithHttpInfo(String coretypeName) throws IOException Get a specific named core type.- Parameters:
coretypeName- The core type's name (required)- Returns:
- Coretype
- Throws:
IOException- if the request fails to be processed
-
getDataextensionsCoretype
public Coretype getDataextensionsCoretype(GetDataextensionsCoretypeRequest request) throws IOException, ApiException Get a specific named core type.- Parameters:
request- The request object- Returns:
- Coretype
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getDataextensionsCoretype
Get a specific named core type.- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
getDataextensionsCoretypes
Get the core types from which all schemas are built.- Returns:
- CoretypeListing
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getDataextensionsCoretypesWithHttpInfo
Get the core types from which all schemas are built.- Returns:
- CoretypeListing
- Throws:
IOException- if the request fails to be processed
-
getDataextensionsCoretypes
public CoretypeListing getDataextensionsCoretypes(GetDataextensionsCoretypesRequest request) throws IOException, ApiException Get the core types from which all schemas are built.- Parameters:
request- The request object- Returns:
- CoretypeListing
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getDataextensionsCoretypes
public ApiResponse<CoretypeListing> getDataextensionsCoretypes(ApiRequest<Void> request) throws IOException Get the core types from which all schemas are built.- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
getDataextensionsLimits
Get quantitative limits on schemas- Returns:
- SchemaQuantityLimits
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getDataextensionsLimitsWithHttpInfo
Get quantitative limits on schemas- Returns:
- SchemaQuantityLimits
- Throws:
IOException- if the request fails to be processed
-
getDataextensionsLimits
public SchemaQuantityLimits getDataextensionsLimits(GetDataextensionsLimitsRequest request) throws IOException, ApiException Get quantitative limits on schemas- Parameters:
request- The request object- Returns:
- SchemaQuantityLimits
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getDataextensionsLimits
public ApiResponse<SchemaQuantityLimits> getDataextensionsLimits(ApiRequest<Void> request) throws IOException Get quantitative limits on schemas- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-