public final class AddedSpaceMember
extends Object
Constructor and Description |
---|
AddedSpaceMember(Entity entity,
boolean isAdmin,
boolean includeSubs,
boolean isImplicit)
Creates a new
AddedSpaceMember instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Entity |
getEntity()
The entity information of the Space member.
|
int |
hashCode() |
boolean |
isAdmin()
The Space Admin settings of the Space member
|
boolean |
isImplicit()
If the Space Member is added as a User or not.
|
boolean |
isIncludeSubs()
The "Include Affiliated Departments" setting of the Department Space Member.
|
String |
toString() |
@ConstructorProperties(value={"entity","isAdmin","includeSubs","isImplicit"}) public AddedSpaceMember(Entity entity, boolean isAdmin, boolean includeSubs, boolean isImplicit)
AddedSpaceMember
instance.entity
- The entity information of the Space member.isAdmin
- The Space Admin settings of the Space memberincludeSubs
- The "Include Affiliated Departments" setting of the Department Space Member.isImplicit
- If the Space Member is added as a User or not.public Entity getEntity()
public boolean isAdmin()
public boolean isIncludeSubs()
public boolean isImplicit()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object