@Deprecated public class ProfileConfig extends Object
Example Usage: ProfileConfig profileConfig = new ProfileConfig();
Modifier and Type | Field and Description |
---|---|
ProfileConfig.ActivitySelection |
activitySelection
Deprecated.
Gets and Sets the activity selection for the profiles
activitySelection . |
ProfileConfig.DataCapture |
dataCapture
Deprecated.
Gets and Sets the profiles DataCapture object
dataCapture . |
String |
modifiedDate
Deprecated.
Gets and Sets the profiles modified date string.
|
String |
profileName
Deprecated.
Gets and Sets the profile name.
|
Constructor and Description |
---|
ProfileConfig()
Deprecated.
Creates a new instance of ProfileConfig.
|
public String profileName
Example Usage: String profileName = profileConfig.profileName;
public String modifiedDate
Example Usage: String profileDate = profileConfig.modifiedDate;
public ProfileConfig.DataCapture dataCapture
dataCapture
.
Example Usage: DataCapture dataCapture = profileConfig.dataCapture;
public ProfileConfig.ActivitySelection activitySelection
activitySelection
.
If no activities are associated to profile, the profile will be associated to that application for that session.
Example Usage: ActivitySelection activitySelection = profileConfig.activitySelection;