Uses of Class
ai.vectros.types.AppContextResponseStatus
Packages that use AppContextResponseStatus
-
Uses of AppContextResponseStatus in ai.vectros.types
Fields in ai.vectros.types declared as AppContextResponseStatusModifier and TypeFieldDescriptionstatic final AppContextResponseStatusAppContextResponseStatus.ACTIVEstatic final AppContextResponseStatusAppContextResponseStatus.DELETEDstatic final AppContextResponseStatusAppContextResponseStatus.PURGINGMethods in ai.vectros.types that return AppContextResponseStatusMethods in ai.vectros.types that return types with arguments of type AppContextResponseStatusMethods in ai.vectros.types with parameters of type AppContextResponseStatusModifier and TypeMethodDescriptionAppContextResponse.Builder.status(AppContextResponseStatus status) Method parameters in ai.vectros.types with type arguments of type AppContextResponseStatusModifier and TypeMethodDescriptionAppContextResponse.Builder.status(Optional<AppContextResponseStatus> status) Lifecycle status of the app context:activeunder normal operation;purgingwhile an asynchronous delete is draining the context's data;deletedonce that teardown completes.