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 AnnotationLevelAnnotation. annotationLevel()Annotation level.AnnotationLevelImmutableAnnotation. annotationLevel()Annotation level.static AnnotationLevelAnnotationLevel. 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.BuilderImmutableAnnotation.Builder. annotationLevel(AnnotationLevel annotationLevel)Initializes the value for theannotationLevelattribute.ImmutableAnnotationImmutableAnnotation. withAnnotationLevel(AnnotationLevel value)Copy the current immutable object by setting a value for theannotationLevelattribute.
-