Uses of Class
com.mypurecloud.sdk.v2.model.V3SourceScheduleSettings
Packages that use V3SourceScheduleSettings
-
Uses of V3SourceScheduleSettings in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return V3SourceScheduleSettingsModifier and TypeMethodDescriptionThe date-time value of the first sync run.V3SourceCreateRequest.getScheduleSettings()V3SourceDetailedResponse.getScheduleSettings()V3SourceExpandableResponse.getScheduleSettings()V3SourceUpdateRequest.getScheduleSettings()The time between syncs, in hours, until a new sync is run.Methods in com.mypurecloud.sdk.v2.model with parameters of type V3SourceScheduleSettingsModifier and TypeMethodDescriptionV3SourceCreateRequest.scheduleSettings(V3SourceScheduleSettings scheduleSettings) Settings that determine when the source starts a sync.V3SourceDetailedResponse.scheduleSettings(V3SourceScheduleSettings scheduleSettings) Settings that determine when the source starts a sync.V3SourceExpandableResponse.scheduleSettings(V3SourceScheduleSettings scheduleSettings) Settings that determine when the source starts a sync.V3SourceUpdateRequest.scheduleSettings(V3SourceScheduleSettings scheduleSettings) Settings that determine when the source starts a sync.voidV3SourceCreateRequest.setScheduleSettings(V3SourceScheduleSettings scheduleSettings) voidV3SourceDetailedResponse.setScheduleSettings(V3SourceScheduleSettings scheduleSettings) voidV3SourceExpandableResponse.setScheduleSettings(V3SourceScheduleSettings scheduleSettings) voidV3SourceUpdateRequest.setScheduleSettings(V3SourceScheduleSettings scheduleSettings)