Index

A C G O S 
All Classes and Interfaces|All Packages

A

APIConnection - Class in org.machanism.macha.core.adapters.commercetools.common.client
Provides a connection to the Commercetools API by configuring credentials and settings.
APIConnection() - Constructor for class org.machanism.macha.core.adapters.commercetools.common.client.APIConnection
Default constructor.
APIConnection(Configurator) - Constructor for class org.machanism.macha.core.adapters.commercetools.common.client.APIConnection
Constructor that accepts an external configurator to load client credentials and settings.

C

createApiClient() - Method in class org.machanism.macha.core.adapters.commercetools.common.client.APIConnection
Creates a Commercetools ProjectApiRoot client using the configured credentials and settings.

G

getClientId() - Method in class org.machanism.macha.core.adapters.commercetools.common.client.APIConnection
Gets the client ID used for authentication.
getClientSecret() - Method in class org.machanism.macha.core.adapters.commercetools.common.client.APIConnection
Gets the client secret used for authentication.
getProjectKey() - Method in class org.machanism.macha.core.adapters.commercetools.common.client.APIConnection
Gets the project key for the Commercetools instance.
getScopes() - Method in class org.machanism.macha.core.adapters.commercetools.common.client.APIConnection
Gets the current OAuth scopes.
getServiceRegion() - Method in class org.machanism.macha.core.adapters.commercetools.common.client.APIConnection
Gets the current service region.

O

org.machanism.macha.core.adapters.commercetools.common.client - package org.machanism.macha.core.adapters.commercetools.common.client
 

S

setClientId(String) - Method in class org.machanism.macha.core.adapters.commercetools.common.client.APIConnection
Sets the client ID for authentication.
setClientSecret(String) - Method in class org.machanism.macha.core.adapters.commercetools.common.client.APIConnection
Sets the client secret for authentication.
setProjectKey(String) - Method in class org.machanism.macha.core.adapters.commercetools.common.client.APIConnection
Sets the project key for the Commercetools instance.
setScopes(String) - Method in class org.machanism.macha.core.adapters.commercetools.common.client.APIConnection
Sets the OAuth scopes.
setServiceRegion(String) - Method in class org.machanism.macha.core.adapters.commercetools.common.client.APIConnection
Sets the service region.
A C G O S 
All Classes and Interfaces|All Packages