Class SubjectType

java.lang.Object
com.atlassian.confluence.api.model.people.SubjectType
All Implemented Interfaces:
ApiEnum

public class SubjectType extends Object implements ApiEnum
Though SubjectType.USER and SubjectType.GROUP are singleton, do NOT assume you can compare an arbitrary SubjectType with one of those via an equality (==) check. Always use .equals(). (you should be anyway)
Since:
5.7