Uses of Class
com.microsoft.azure.eventgrid.models.JobState
-
Packages that use JobState Package Description com.microsoft.azure.eventgrid.models This package contains the models classes for EventGridClient. -
-
Uses of JobState in com.microsoft.azure.eventgrid.models
Methods in com.microsoft.azure.eventgrid.models that return JobState Modifier and Type Method Description static JobStateJobState. fromString(String value)Parses a serialized value to a JobState instance.static JobStateJobState. valueOf(String name)Returns the enum constant of this type with the specified name.static JobState[]JobState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-