-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class EntitlementInfos implements Parcelable
This class contains all the entitlements associated to the user.
-
-
Field Summary
Fields Modifier and Type Field Description private final <ERROR CLASS>activeprivate final Map<String, EntitlementInfo>all
-
Constructor Summary
Constructors Constructor Description EntitlementInfos(Map<String, EntitlementInfo> all)
-
Method Summary
Modifier and Type Method Description final <ERROR CLASS>getActive()Dictionary of active EntitlementInfo objects keyed by entitlement identifier. final Map<String, EntitlementInfo>getAll()final EntitlementInfoget(String s)Retrieves an specific entitlementInfo by its entitlement identifier. IntegerhashCode()-
-
Constructor Detail
-
EntitlementInfos
EntitlementInfos(Map<String, EntitlementInfo> all)
-
-
Method Detail
-
getActive
final <ERROR CLASS> getActive()
Dictionary of active EntitlementInfo objects keyed by entitlement identifier.
-
getAll
final Map<String, EntitlementInfo> getAll()
-
get
final EntitlementInfo get(String s)
Retrieves an specific entitlementInfo by its entitlement identifier. It's equivalent to accessing the
allmap by entitlement identifier.
-
-
-
-