Class RawTeamsClient
- java.lang.Object
-
- com.intercom.api.resources.unstable.teams.RawTeamsClient
-
public class RawTeamsClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description RawTeamsClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntercomHttpResponse<TeamList>listTeams()This will return a list of team objects for the App.IntercomHttpResponse<TeamList>listTeams(RequestOptions requestOptions)This will return a list of team objects for the App.IntercomHttpResponse<Team>retrieveTeam(RetrieveTeamRequest request)You can fetch the details of a single team, containing an array of admins that belong to this team.IntercomHttpResponse<Team>retrieveTeam(RetrieveTeamRequest request, RequestOptions requestOptions)You can fetch the details of a single team, containing an array of admins that belong to this team.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
RawTeamsClient
public RawTeamsClient(ClientOptions clientOptions)
-
-
Method Detail
-
listTeams
public IntercomHttpResponse<TeamList> listTeams()
This will return a list of team objects for the App.
-
listTeams
public IntercomHttpResponse<TeamList> listTeams(RequestOptions requestOptions)
This will return a list of team objects for the App.
-
retrieveTeam
public IntercomHttpResponse<Team> retrieveTeam(RetrieveTeamRequest request)
You can fetch the details of a single team, containing an array of admins that belong to this team.
-
retrieveTeam
public IntercomHttpResponse<Team> retrieveTeam(RetrieveTeamRequest request, RequestOptions requestOptions)
You can fetch the details of a single team, containing an array of admins that belong to this team.
-
-