Uses of Class
com.mypurecloud.sdk.v2.api.request.GetIntegrationsUserappsRequest
Packages that use GetIntegrationsUserappsRequest
-
Uses of GetIntegrationsUserappsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetIntegrationsUserappsRequestModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsUserapps(GetIntegrationsUserappsRequest request) List permitted user app integrations for the logged in userIntegrationsApiAsync.getIntegrationsUserappsAsync(GetIntegrationsUserappsRequest request, AsyncApiCallback<UserAppEntityListing> callback) List permitted user app integrations for the logged in user -
Uses of GetIntegrationsUserappsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetIntegrationsUserappsRequestModifier and TypeMethodDescriptionGetIntegrationsUserappsRequest.Builder.build()GetIntegrationsUserappsRequest.withAppHost(String appHost) GetIntegrationsUserappsRequest.withCustomHeader(String name, String value) GetIntegrationsUserappsRequest.withExpand(List<String> expand) GetIntegrationsUserappsRequest.withNextPage(String nextPage) GetIntegrationsUserappsRequest.withPageNumber(Integer pageNumber) GetIntegrationsUserappsRequest.withPageSize(Integer pageSize) GetIntegrationsUserappsRequest.withPreviousPage(String previousPage) GetIntegrationsUserappsRequest.withSortBy(String sortBy)