Uses of Class
com.spotify.github.v3.checks.AnnotationLevel
-
Packages that use AnnotationLevel Package Description com.spotify.github.v3.checks -
-
Uses of AnnotationLevel in com.spotify.github.v3.checks
Methods in com.spotify.github.v3.checks that return AnnotationLevel Modifier and Type Method Description AnnotationLevel
Annotation. annotationLevel()
Annotation level.AnnotationLevel
ImmutableAnnotation. annotationLevel()
Annotation level.static AnnotationLevel
AnnotationLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static AnnotationLevel[]
AnnotationLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.spotify.github.v3.checks with parameters of type AnnotationLevel Modifier and Type Method Description ImmutableAnnotation.Builder
ImmutableAnnotation.Builder. annotationLevel(AnnotationLevel annotationLevel)
Initializes the value for theannotationLevel
attribute.ImmutableAnnotation
ImmutableAnnotation. withAnnotationLevel(AnnotationLevel value)
Copy the current immutable object by setting a value for theannotationLevel
attribute.
-