Uses of Enum Class
com.mypurecloud.sdk.v2.model.BulkJob.StateEnum
Packages that use BulkJob.StateEnum
-
Uses of BulkJob.StateEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BulkJob.StateEnumModifier and TypeMethodDescriptionstatic BulkJob.StateEnumBulkJob.StateEnum.fromString(String key) BulkJob.getState()static BulkJob.StateEnumReturns the enum constant of this class with the specified name.static BulkJob.StateEnum[]BulkJob.StateEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type BulkJob.StateEnumModifier and TypeMethodDescriptionvoidBulkJob.setState(BulkJob.StateEnum state) BulkJob.state(BulkJob.StateEnum state) The bulk job state.