Uses of Class
com.mypurecloud.sdk.v2.api.request.GetIntegrationsTypesRequest
Packages that use GetIntegrationsTypesRequest
-
Uses of GetIntegrationsTypesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetIntegrationsTypesRequestModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsTypes(GetIntegrationsTypesRequest request) List integration typesIntegrationsApiAsync.getIntegrationsTypesAsync(GetIntegrationsTypesRequest request, AsyncApiCallback<IntegrationTypeEntityListing> callback) List integration types -
Uses of GetIntegrationsTypesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetIntegrationsTypesRequestModifier and TypeMethodDescriptionGetIntegrationsTypesRequest.Builder.build()GetIntegrationsTypesRequest.withCustomHeader(String name, String value) GetIntegrationsTypesRequest.withExpand(List<String> expand) GetIntegrationsTypesRequest.withNextPage(String nextPage) GetIntegrationsTypesRequest.withPageNumber(Integer pageNumber) GetIntegrationsTypesRequest.withPageSize(Integer pageSize) GetIntegrationsTypesRequest.withPreviousPage(String previousPage) GetIntegrationsTypesRequest.withSortBy(String sortBy)