Uses of Enum Class
io.github.glaforge.gemini.interactions.model.Content.UrlContextStatus
Packages that use Content.UrlContextStatus
-
Uses of Content.UrlContextStatus in io.github.glaforge.gemini.interactions.model
Methods in io.github.glaforge.gemini.interactions.model that return Content.UrlContextStatusModifier and TypeMethodDescriptionContent.UrlContextResult.status()Returns the value of thestatusrecord component.static Content.UrlContextStatusReturns the enum constant of this class with the specified name.static Content.UrlContextStatus[]Content.UrlContextStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.github.glaforge.gemini.interactions.model with parameters of type Content.UrlContextStatusModifierConstructorDescriptionUrlContextResult(String url, Content.UrlContextStatus status) Creates an instance of aUrlContextResultrecord class.