public abstract class LegalConsentEntity
extends java.lang.Object
LegalConsentEntity abstract class wraps various attributes related to the terms of
service.| Modifier and Type | Method and Description |
|---|---|
abstract int |
badgeId()
Returns an int of the identification number of the badge.
|
abstract java.lang.String |
privacyPolicyLink()
Returns a String of the URL of the privacy policy.
|
abstract boolean |
privacyPolicyResolved()
Returns a boolean that represents whether or not the privacy policy has been resolved.
|
abstract java.lang.String |
termOfUseLink()
Returns a String of the URL of the terms of use.
|
abstract boolean |
termOfUseResolved()
Returns a boolean that represents whether or not the terms of use has been resolved.
|
public abstract int badgeId()
public abstract java.lang.String termOfUseLink()
public abstract java.lang.String privacyPolicyLink()
public abstract boolean termOfUseResolved()
true if the terms of use is not configured or if the terms of use is
configured and has been acknowledged;
false otherwise.public abstract boolean privacyPolicyResolved()
true if the privacy policy is not configured or if the privacy policy is
configured and has been acknowledged;
false otherwise.