Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchIntegrationRequest
Packages that use PatchIntegrationRequest
-
Uses of PatchIntegrationRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchIntegrationRequestModifier and TypeMethodDescriptionIntegrationsApi.patchIntegration(PatchIntegrationRequest request) Update an integration.IntegrationsApiAsync.patchIntegrationAsync(PatchIntegrationRequest request, AsyncApiCallback<Integration> callback) Update an integration. -
Uses of PatchIntegrationRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchIntegrationRequestModifier and TypeMethodDescriptionPatchIntegrationRequest.Builder.build()PatchIntegrationRequest.withBody(Integration body) PatchIntegrationRequest.withCustomHeader(String name, String value) PatchIntegrationRequest.withExpand(List<String> expand) PatchIntegrationRequest.withIntegrationId(String integrationId) PatchIntegrationRequest.withNextPage(String nextPage) PatchIntegrationRequest.withPageNumber(Integer pageNumber) PatchIntegrationRequest.withPageSize(Integer pageSize) PatchIntegrationRequest.withPreviousPage(String previousPage) PatchIntegrationRequest.withSortBy(String sortBy)