Package com.mypurecloud.sdk.v2.model
Class EdgeAutoUpdateConfig
java.lang.Object
com.mypurecloud.sdk.v2.model.EdgeAutoUpdateConfig
- All Implemented Interfaces:
Serializable
EdgeAutoUpdateConfig
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionend(LocalDateTime end) Date time is represented as an ISO-8601 string without a timezone.booleangetEnd()getRrule()getStart()inthashCode()The recurrence rule for updating the Edges assigned to the site.voidsetEnd(LocalDateTime end) voidvoidsetStart(LocalDateTime start) voidsetTimeZone(String timeZone) 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.toString()
-
Constructor Details
-
EdgeAutoUpdateConfig
public EdgeAutoUpdateConfig() -
EdgeAutoUpdateConfig
-
-
Method Details
-
timeZone
The timezone of the window in which any updates to the edges assigned to the site can be applied. The minimum size of the window is 2 hours. -
getTimeZone
-
setTimeZone
-
rrule
The recurrence rule for updating the Edges assigned to the site. The only supported frequencies are daily and weekly. Weekly frequencies require a day list with at least oneday specified. All other configurations are not supported. -
getRrule
-
setRrule
-
start
Date time is represented as an ISO-8601 string without a timezone. For example: yyyy-MM-ddTHH:mm:ss.SSS -
getStart
-
setStart
-
end
Date time is represented as an ISO-8601 string without a timezone. For example: yyyy-MM-ddTHH:mm:ss.SSS -
getEnd
-
setEnd
-
equals
-
hashCode
public int hashCode() -
toString
-