Uses of Enum Class
com.iland.core.api.vbo.O365JobSchedulePolicyPeriodicallyEvery
Packages that use O365JobSchedulePolicyPeriodicallyEvery
Package
Description
-
Uses of O365JobSchedulePolicyPeriodicallyEvery in com.iland.core.api.vbo
Methods in com.iland.core.api.vbo that return O365JobSchedulePolicyPeriodicallyEveryModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.O365JobSchedulePolicyPeriodicallyEvery.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of O365JobSchedulePolicyPeriodicallyEvery in com.iland.core.web.rest.request.vbo
Methods in com.iland.core.web.rest.request.vbo that return O365JobSchedulePolicyPeriodicallyEveryModifier and TypeMethodDescriptionO365JobSchedulePolicyRequest.getPeriodicallyEvery()Specifies the time interval between the job runs.Constructors in com.iland.core.web.rest.request.vbo with parameters of type O365JobSchedulePolicyPeriodicallyEveryModifierConstructorDescriptionO365JobSchedulePolicyRequest(O365JobSchedulePolicyType type, O365JobSchedulePolicyDailyType dailyType, O365JobSchedulePolicyPeriodicallyEvery periodicallyEvery, String dailyTime, boolean retryEnabled, int retryNumber, int retryWaitInterval) Create a O365 job schedule policy modification request. -
Uses of O365JobSchedulePolicyPeriodicallyEvery in com.iland.core.web.rest.response.vbo
Methods in com.iland.core.web.rest.response.vbo that return O365JobSchedulePolicyPeriodicallyEveryModifier and TypeMethodDescriptionO365JobSchedulePolicyResponse.getPeriodicallyEvery()Returns the time interval between the job runs.Constructors in com.iland.core.web.rest.response.vbo with parameters of type O365JobSchedulePolicyPeriodicallyEveryModifierConstructorDescriptionO365JobSchedulePolicyResponse(O365JobSchedulePolicyType type, O365JobSchedulePolicyDailyType dailyType, String dailyTime, O365JobSchedulePolicyPeriodicallyEvery periodicallyEvery, boolean backupWindowEnabled, List<Boolean> backupWindow, int backupWindowMinuteOffset, boolean retryEnabled, int retryNumber, int retryWaitInterval)