Uses of Class
com.mypurecloud.sdk.v2.model.GraphApiSettings
Packages that use GraphApiSettings
-
Uses of GraphApiSettings in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return GraphApiSettingsModifier and TypeMethodDescriptionInboundDomain.getGraphApiSettings()InboundDomainCreateRequest.getGraphApiSettings()InboundDomainPatchRequest.getGraphApiSettings()GraphApiSettings.integration(DomainEntityRef integration) The Graph API server integration to use for emails.Methods in com.mypurecloud.sdk.v2.model with parameters of type GraphApiSettingsModifier and TypeMethodDescriptionInboundDomain.graphApiSettings(GraphApiSettings graphApiSettings) The GraphAPI server integration and settings to use for processing inbound and outbound emails.InboundDomainCreateRequest.graphApiSettings(GraphApiSettings graphApiSettings) The GraphAPI server integration and settings to use for processing inbound and outbound emails.InboundDomainPatchRequest.graphApiSettings(GraphApiSettings graphApiSettings) The GraphAPI server integration and settings to use for processing inbound and outbound emails.voidInboundDomain.setGraphApiSettings(GraphApiSettings graphApiSettings) voidInboundDomainCreateRequest.setGraphApiSettings(GraphApiSettings graphApiSettings) voidInboundDomainPatchRequest.setGraphApiSettings(GraphApiSettings graphApiSettings)