Uses of Enum Class
com.mypurecloud.sdk.v2.model.RegisterArchitectExportJobResponse.StatusEnum
Packages that use RegisterArchitectExportJobResponse.StatusEnum
-
Uses of RegisterArchitectExportJobResponse.StatusEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RegisterArchitectExportJobResponse.StatusEnumModifier and TypeMethodDescriptionRegisterArchitectExportJobResponse.StatusEnum.fromString(String key) RegisterArchitectExportJobResponse.getStatus()Returns the enum constant of this class with the specified name.RegisterArchitectExportJobResponse.StatusEnum.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 RegisterArchitectExportJobResponse.StatusEnumModifier and TypeMethodDescriptionvoidRegisterArchitectExportJobResponse.setStatus(RegisterArchitectExportJobResponse.StatusEnum status) RegisterArchitectExportJobResponse.status(RegisterArchitectExportJobResponse.StatusEnum status) The status of the export job.