Uses of Enum Class
org.kiwiproject.beta.base.jar.AttributesLookupStatus
Packages that use AttributesLookupStatus
-
Uses of AttributesLookupStatus in org.kiwiproject.beta.base.jar
Methods in org.kiwiproject.beta.base.jar that return AttributesLookupStatusModifier and TypeMethodDescriptionAttributesLookupResult.lookupStatus()Returns the value of thelookupStatusrecord component.static AttributesLookupStatusReturns the enum constant of this class with the specified name.static AttributesLookupStatus[]AttributesLookupStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.kiwiproject.beta.base.jar with parameters of type AttributesLookupStatusModifierConstructorDescriptionAttributesLookupResult(AttributesLookupStatus lookupStatus, @Nullable Map<String, String> attributes, @Nullable Exception error) Creates an instance of aAttributesLookupResultrecord class.