Uses of Class
com.mypurecloud.sdk.v2.model.EdgeAutoUpdateConfig
Packages that use EdgeAutoUpdateConfig
-
Uses of EdgeAutoUpdateConfig in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EdgeAutoUpdateConfigModifier and TypeMethodDescriptionEdgeAutoUpdateConfig.end(LocalDateTime end) Date time is represented as an ISO-8601 string without a timezone.Site.getEdgeAutoUpdateConfig()The recurrence rule for updating the Edges assigned to the site.EdgeAutoUpdateConfig.start(LocalDateTime start) Date time is represented as an ISO-8601 string without a timezone.The timezone of the window in which any updates to the edges assigned to the site can be applied.Methods in com.mypurecloud.sdk.v2.model with parameters of type EdgeAutoUpdateConfigModifier and TypeMethodDescriptionSite.edgeAutoUpdateConfig(EdgeAutoUpdateConfig edgeAutoUpdateConfig) Recurrance rule, time zone, and start/end settings for automatic edge updates for this sitevoidSite.setEdgeAutoUpdateConfig(EdgeAutoUpdateConfig edgeAutoUpdateConfig)