Uses of Class
com.mypurecloud.sdk.v2.model.IntegrationTypeEntityListing
Packages that use IntegrationTypeEntityListing
-
Uses of IntegrationTypeEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return IntegrationTypeEntityListingModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsTypes(GetIntegrationsTypesRequest request) List integration typesIntegrationsApi.getIntegrationsTypes(Integer pageSize, Integer pageNumber, String sortBy, List<String> expand, String nextPage, String previousPage) List integration typesMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type IntegrationTypeEntityListingModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsTypes(ApiRequest<Void> request) List integration typesIntegrationsApiAsync.getIntegrationsTypesAsync(GetIntegrationsTypesRequest request, AsyncApiCallback<IntegrationTypeEntityListing> callback) List integration typesIntegrationsApiAsync.getIntegrationsTypesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<IntegrationTypeEntityListing>> callback) List integration typesIntegrationsApi.getIntegrationsTypesWithHttpInfo(Integer pageSize, Integer pageNumber, String sortBy, List<String> expand, String nextPage, String previousPage) List integration typesMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type IntegrationTypeEntityListingModifier and TypeMethodDescriptionIntegrationsApiAsync.getIntegrationsTypesAsync(GetIntegrationsTypesRequest request, AsyncApiCallback<IntegrationTypeEntityListing> callback) List integration typesIntegrationsApiAsync.getIntegrationsTypesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<IntegrationTypeEntityListing>> callback) List integration types -
Uses of IntegrationTypeEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return IntegrationTypeEntityListingModifier and TypeMethodDescriptionIntegrationTypeEntityListing.entities(List<IntegrationType> entities) IntegrationTypeEntityListing.pageNumber(Integer pageNumber) IntegrationTypeEntityListing.previousUri(String previousUri)