Uses of Class
org.gcube.social_networking.socialnetworking.model.beans.JobStatusModelType
-
Packages that use JobStatusModelType Package Description org.gcube.social_networking.socialnetworking.model.beans -
-
Uses of JobStatusModelType in org.gcube.social_networking.socialnetworking.model.beans
Methods in org.gcube.social_networking.socialnetworking.model.beans that return JobStatusModelType Modifier and Type Method Description JobStatusModelTypeJobNotificationBean. getStatus()static JobStatusModelTypeJobStatusModelType. valueOf(String name)Returns the enum constant of this type with the specified name.static JobStatusModelType[]JobStatusModelType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.social_networking.socialnetworking.model.beans with parameters of type JobStatusModelType Modifier and Type Method Description voidJobNotificationBean. setStatus(JobStatusModelType status)Constructors in org.gcube.social_networking.socialnetworking.model.beans with parameters of type JobStatusModelType Constructor Description JobNotificationBean(String recipient, String jobId, String jobName, String serviceName, JobStatusModelType status, String statusMessage)
-