Uses of Enum Class
de.espirit.firstspirit.ui.operations.RequestOperation.Kind
Packages that use RequestOperation.Kind
-
Uses of RequestOperation.Kind in de.espirit.firstspirit.ui.operations
Methods in de.espirit.firstspirit.ui.operations that return RequestOperation.KindModifier and TypeMethodDescriptionstatic RequestOperation.KindReturns the enum constant of this class with the specified name.static RequestOperation.Kind[]RequestOperation.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.espirit.firstspirit.ui.operations with parameters of type RequestOperation.KindModifier and TypeMethodDescriptionvoidRequestOperation.setKind(@NotNull RequestOperation.Kind kind) Set the kind of request to be answered.