Uses of Class
com.mypurecloud.sdk.v2.api.request.GetTeamsRequest
Packages that use GetTeamsRequest
-
Uses of GetTeamsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetTeamsRequestModifier and TypeMethodDescriptionTeamsApi.getTeams(GetTeamsRequest request) Get Team listingTeamsApiAsync.getTeamsAsync(GetTeamsRequest request, AsyncApiCallback<TeamEntityListing> callback) Get Team listing -
Uses of GetTeamsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetTeamsRequestModifier and TypeMethodDescriptionGetTeamsRequest.Builder.build()GetTeamsRequest.withBefore(String before) GetTeamsRequest.withCustomHeader(String name, String value) GetTeamsRequest.withExpand(String expand) GetTeamsRequest.withPageSize(Integer pageSize)