Uses of Enum Class
org.gcube.social_networking.socialnetworking.model.beans.JobStatusModelType
Packages that use JobStatusModelType
-
Uses of JobStatusModelType in org.gcube.social_networking.socialnetworking.model.beans
Methods in org.gcube.social_networking.socialnetworking.model.beans that return JobStatusModelTypeModifier and TypeMethodDescriptionJobNotificationBean.getStatus()static JobStatusModelTypeReturns the enum constant of this class with the specified name.static JobStatusModelType[]JobStatusModelType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.gcube.social_networking.socialnetworking.model.beans with parameters of type JobStatusModelTypeConstructors in org.gcube.social_networking.socialnetworking.model.beans with parameters of type JobStatusModelTypeModifierConstructorDescriptionJobNotificationBean(String recipient, String jobId, String jobName, String serviceName, JobStatusModelType status, String statusMessage)