|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HostedProfileSettingType | |
|---|---|
| net.authorize.cim | |
| net.authorize.data.cim | |
| Uses of HostedProfileSettingType in net.authorize.cim |
|---|
| Fields in net.authorize.cim with type parameters of type HostedProfileSettingType | |
|---|---|
protected Map<HostedProfileSettingType,String> |
Transaction.hostedProfileSettings
|
| Methods in net.authorize.cim with parameters of type HostedProfileSettingType | |
|---|---|
void |
Transaction.addHostedProfileSetting(HostedProfileSettingType settingName,
String settingValue)
Add hosted profile setting to the hosted profile settings map. |
| Method parameters in net.authorize.cim with type arguments of type HostedProfileSettingType | |
|---|---|
void |
Transaction.setHostedProfileSettings(Map<HostedProfileSettingType,String> settings)
Sets the hosted profile settings. |
| Uses of HostedProfileSettingType in net.authorize.data.cim |
|---|
| Methods in net.authorize.data.cim that return HostedProfileSettingType | |
|---|---|
static HostedProfileSettingType |
HostedProfileSettingType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static HostedProfileSettingType[] |
HostedProfileSettingType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||