public class MemberLinkedApps extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<ApiApp> |
linkedApiApps |
protected String |
teamMemberId |
| Constructor and Description |
|---|
MemberLinkedApps(String teamMemberId,
List<ApiApp> linkedApiApps)
Information on linked applications of a team member.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<ApiApp> |
getLinkedApiApps()
List of third party applications linked by this team member
|
String |
getTeamMemberId()
The member unique Id
|
int |
hashCode() |
String |
toString() |
String |
toStringMultiline()
Returns a String representation of this object formatted for easier
readability.
|
protected final String teamMemberId
public MemberLinkedApps(String teamMemberId, List<ApiApp> linkedApiApps)
teamMemberId - The member unique Id. Must not be null.linkedApiApps - List of third party applications linked by this
team member. Must not contain a null item and not be null.IllegalArgumentException - If any argument does not meet its
preconditions.public String getTeamMemberId()
null.public List<ApiApp> getLinkedApiApps()
null.public String toStringMultiline()
The returned String may contain newlines.