Package com.intercom.api.resources.teams
Class AsyncRawTeamsClient
java.lang.Object
com.intercom.api.resources.teams.AsyncRawTeamsClient
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfind(FindTeamRequest request) You can fetch the details of a single team, containing an array of admins that belong to this team.find(FindTeamRequest request, RequestOptions requestOptions) You can fetch the details of a single team, containing an array of admins that belong to this team.list()This will return a list of team objects for the App.list(RequestOptions requestOptions) This will return a list of team objects for the App.
-
Field Details
-
clientOptions
-
-
Constructor Details
-
AsyncRawTeamsClient
-
-
Method Details
-
list
This will return a list of team objects for the App. -
list
This will return a list of team objects for the App. -
find
You can fetch the details of a single team, containing an array of admins that belong to this team. -
find
public CompletableFuture<IntercomHttpResponse<Team>> find(FindTeamRequest request, RequestOptions requestOptions) You can fetch the details of a single team, containing an array of admins that belong to this team.
-