Interface TargetAccountTypeProvider
-
@ProviderType public interface TargetAccountTypeProvider
TheTargetAccountTypeProviderrepresents an interface to get the type of Adobe Target account - premium/standard.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTargetAccountTypeProvider.TargetAccountTypeAn enum of possible types of Target Accounts
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TargetAccountTypeProvider.TargetAccountTypegetTargetAccountType(Configuration config)
-
-
-
Method Detail
-
getTargetAccountType
TargetAccountTypeProvider.TargetAccountType getTargetAccountType(@Nonnull Configuration config)
- Parameters:
config- Ims Target configuration- Returns:
- a String containing the the type of Adobe Target Account
- Throws:
WorkspacesConfigurationException- if the Ims Target Configuration is invalidIllegalArgumentException- if the passed configuration is null
-
-