public final class TeamsFindResponseItems extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
Boolean |
admin |
Whether current user is administrator of team
|
String |
description |
Team description
|
String |
href |
URL of this team information
|
String |
id |
Team ID
|
Boolean |
member |
Whether current user is a member of team
|
String |
name |
Team name
|
| Constructor | Description |
|---|---|
TeamsFindResponseItems() |
| Modifier and Type | Method | Description |
|---|---|---|
Boolean |
getAdmin() |
Get Whether current user is administrator of team
|
String |
getDescription() |
Get Team description
|
String |
getHref() |
Get URL of this team information
|
String |
getId() |
Get Team ID
|
Boolean |
getMember() |
Get Whether current user is a member of team
|
String |
getName() |
Get Team name
|
String |
toString() |
getOtherPropertiespublic String description
public Boolean admin
public Boolean member
public String name
public String id
public String href
public final String getDescription()
public final Boolean getAdmin()
public final Boolean getMember()
public final String getName()
public final String getId()
public final String getHref()
Copyright © 2021. All rights reserved.