public class ListMemberAppsResult extends Object
Modifier and Type | Field and Description |
---|---|
protected List<ApiApp> |
linkedApiApps |
Constructor and Description |
---|
ListMemberAppsResult(List<ApiApp> linkedApiApps) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<ApiApp> |
getLinkedApiApps()
List of third party applications linked by this team member
|
int |
hashCode() |
String |
toString() |
String |
toStringMultiline()
Returns a String representation of this object formatted for easier
readability.
|
public ListMemberAppsResult(List<ApiApp> linkedApiApps)
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 List<ApiApp> getLinkedApiApps()
null
.public String toStringMultiline()
The returned String may contain newlines.