Uses of Class
com.mypurecloud.sdk.v2.api.request.GetIntegrationRequest
Packages that use GetIntegrationRequest
-
Uses of GetIntegrationRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetIntegrationRequestModifier and TypeMethodDescriptionIntegrationsApi.getIntegration(GetIntegrationRequest request) Get integration.IntegrationsApiAsync.getIntegrationAsync(GetIntegrationRequest request, AsyncApiCallback<Integration> callback) Get integration. -
Uses of GetIntegrationRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetIntegrationRequestModifier and TypeMethodDescriptionGetIntegrationRequest.Builder.build()GetIntegrationRequest.withCustomHeader(String name, String value) GetIntegrationRequest.withExpand(List<String> expand) GetIntegrationRequest.withIntegrationId(String integrationId) GetIntegrationRequest.withNextPage(String nextPage) GetIntegrationRequest.withPageNumber(Integer pageNumber) GetIntegrationRequest.withPageSize(Integer pageSize) GetIntegrationRequest.withPreviousPage(String previousPage) GetIntegrationRequest.withSortBy(String sortBy)