public final class UserPrivacyOptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UserPrivacyOptions.Builder
Builder is used to build instances of UserPrivacyOptions from values configured by the setters. |
| Modifier and Type | Method and Description |
|---|---|
static UserPrivacyOptions.Builder |
builder()
Constructs a
UserPrivacyOptions.Builder object. |
boolean |
equals(Object o) |
DataCollectionLevel |
getDataCollectionLevel()
Returns the specified data collection level.
|
int |
hashCode() |
boolean |
isCrashReportingOptedIn()
Returns the opt-in value for crash reporting.
|
UserPrivacyOptions.Builder |
newBuilder()
Constructs a
UserPrivacyOptions.Builder object that is initialized with the values from this object. |
String |
toString() |
public static UserPrivacyOptions.Builder builder()
UserPrivacyOptions.Builder object.UserPrivacyOptions.Builder objectpublic DataCollectionLevel getDataCollectionLevel()
public boolean isCrashReportingOptedIn()
public UserPrivacyOptions.Builder newBuilder()
UserPrivacyOptions.Builder object that is initialized with the values from this object.UserPrivacyOptions.Builder object that is initialized with the values from this object© 2021 Dynatrace LLC. All Rights Reserved