-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum OwnershipType extends Enum<OwnershipType>
Enum of supported ownership types for an entitlement.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description UNKNOWNThe purchase has no or an unknown ownership type.
FAMILY_SHAREDThe purchase has been shared to this user by a family member.
PURCHASEDThe purchase was made directly by this user.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-