Uses of Class
com.mypurecloud.sdk.v2.model.InstagramIntegrationUpdateRequest
Packages that use InstagramIntegrationUpdateRequest
Package
Description
-
Uses of InstagramIntegrationUpdateRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type InstagramIntegrationUpdateRequestModifier and TypeMethodDescriptionConversationsApi.patchConversationsMessagingIntegrationsInstagramIntegrationId(String integrationId, InstagramIntegrationUpdateRequest body) Update Instagram messaging integrationConversationsApi.patchConversationsMessagingIntegrationsInstagramIntegrationIdWithHttpInfo(String integrationId, InstagramIntegrationUpdateRequest body) Update Instagram messaging integrationMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type InstagramIntegrationUpdateRequestModifier and TypeMethodDescriptionConversationsApi.patchConversationsMessagingIntegrationsInstagramIntegrationId(ApiRequest<InstagramIntegrationUpdateRequest> request) Update Instagram messaging integrationConversationsApiAsync.patchConversationsMessagingIntegrationsInstagramIntegrationIdAsync(ApiRequest<InstagramIntegrationUpdateRequest> request, AsyncApiCallback<ApiResponse<InstagramIntegration>> callback) Update Instagram messaging integration -
Uses of InstagramIntegrationUpdateRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return InstagramIntegrationUpdateRequestModifier and TypeMethodDescriptionPatchConversationsMessagingIntegrationsInstagramIntegrationIdRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type InstagramIntegrationUpdateRequestModifier and TypeMethodDescriptionPatchConversationsMessagingIntegrationsInstagramIntegrationIdRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type InstagramIntegrationUpdateRequestModifier and TypeMethodDescriptionPatchConversationsMessagingIntegrationsInstagramIntegrationIdRequest.builder(String integrationId, InstagramIntegrationUpdateRequest body) voidPatchConversationsMessagingIntegrationsInstagramIntegrationIdRequest.setBody(InstagramIntegrationUpdateRequest body) PatchConversationsMessagingIntegrationsInstagramIntegrationIdRequest.Builder.withBody(InstagramIntegrationUpdateRequest body) PatchConversationsMessagingIntegrationsInstagramIntegrationIdRequest.withBody(InstagramIntegrationUpdateRequest body) PatchConversationsMessagingIntegrationsInstagramIntegrationIdRequest.Builder.withRequiredParams(String integrationId, InstagramIntegrationUpdateRequest body) -
Uses of InstagramIntegrationUpdateRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return InstagramIntegrationUpdateRequestModifier and TypeMethodDescriptionInstagramIntegrationUpdateRequest.messagingSetting(MessagingSettingRequestReference messagingSetting) Defines the message settings to be applied for this integrationThe name of the Instagram IntegrationInstagramIntegrationUpdateRequest.pageAccessToken(String pageAccessToken) The long-lived Page Access Token of Instagram page.InstagramIntegrationUpdateRequest.supportedContent(SupportedContentReference supportedContent) Defines the SupportedContent profile configured for an integrationInstagramIntegrationUpdateRequest.userAccessToken(String userAccessToken) The short-lived User Access Token of the Instagram user logged into the Facebook app.