Uses of Class
ai.vectros.types.AppContextResponse
Packages that use AppContextResponse
-
Uses of AppContextResponse in ai.vectros.resources.auth
Methods in ai.vectros.resources.auth that return AppContextResponseModifier and TypeMethodDescriptionAuthClient.createAppContext(AppContextRequest request) Creates a new app context.AuthClient.createAppContext(AppContextRequest request, RequestOptions requestOptions) Creates a new app context.AuthClient.getAppContext(String contextId) Returns a single app context by itscontextId.AuthClient.getAppContext(String contextId, RequestOptions requestOptions) Returns a single app context by itscontextId.AuthClient.getAppContext(String contextId, GetAppContextRequest request) Returns a single app context by itscontextId.AuthClient.getAppContext(String contextId, GetAppContextRequest request, RequestOptions requestOptions) Returns a single app context by itscontextId.AuthClient.updateAppContext(String contextId, UpdateAppContextRequest request) Updates the name and/or description of an app context.AuthClient.updateAppContext(String contextId, UpdateAppContextRequest request, RequestOptions requestOptions) Updates the name and/or description of an app context.Methods in ai.vectros.resources.auth that return types with arguments of type AppContextResponseModifier and TypeMethodDescriptionAsyncAuthClient.createAppContext(AppContextRequest request) Creates a new app context.AsyncAuthClient.createAppContext(AppContextRequest request, RequestOptions requestOptions) Creates a new app context.AsyncRawAuthClient.createAppContext(AppContextRequest request) Creates a new app context.AsyncRawAuthClient.createAppContext(AppContextRequest request, RequestOptions requestOptions) Creates a new app context.RawAuthClient.createAppContext(AppContextRequest request) Creates a new app context.RawAuthClient.createAppContext(AppContextRequest request, RequestOptions requestOptions) Creates a new app context.AsyncAuthClient.getAppContext(String contextId) Returns a single app context by itscontextId.AsyncAuthClient.getAppContext(String contextId, RequestOptions requestOptions) Returns a single app context by itscontextId.AsyncAuthClient.getAppContext(String contextId, GetAppContextRequest request) Returns a single app context by itscontextId.AsyncAuthClient.getAppContext(String contextId, GetAppContextRequest request, RequestOptions requestOptions) Returns a single app context by itscontextId.AsyncRawAuthClient.getAppContext(String contextId) Returns a single app context by itscontextId.AsyncRawAuthClient.getAppContext(String contextId, RequestOptions requestOptions) Returns a single app context by itscontextId.AsyncRawAuthClient.getAppContext(String contextId, GetAppContextRequest request) Returns a single app context by itscontextId.AsyncRawAuthClient.getAppContext(String contextId, GetAppContextRequest request, RequestOptions requestOptions) Returns a single app context by itscontextId.RawAuthClient.getAppContext(String contextId) Returns a single app context by itscontextId.RawAuthClient.getAppContext(String contextId, RequestOptions requestOptions) Returns a single app context by itscontextId.RawAuthClient.getAppContext(String contextId, GetAppContextRequest request) Returns a single app context by itscontextId.RawAuthClient.getAppContext(String contextId, GetAppContextRequest request, RequestOptions requestOptions) Returns a single app context by itscontextId.AsyncAuthClient.updateAppContext(String contextId, UpdateAppContextRequest request) Updates the name and/or description of an app context.AsyncAuthClient.updateAppContext(String contextId, UpdateAppContextRequest request, RequestOptions requestOptions) Updates the name and/or description of an app context.AsyncRawAuthClient.updateAppContext(String contextId, UpdateAppContextRequest request) Updates the name and/or description of an app context.AsyncRawAuthClient.updateAppContext(String contextId, UpdateAppContextRequest request, RequestOptions requestOptions) Updates the name and/or description of an app context.RawAuthClient.updateAppContext(String contextId, UpdateAppContextRequest request) Updates the name and/or description of an app context.RawAuthClient.updateAppContext(String contextId, UpdateAppContextRequest request, RequestOptions requestOptions) Updates the name and/or description of an app context. -
Uses of AppContextResponse in ai.vectros.types
Methods in ai.vectros.types that return AppContextResponseMethods in ai.vectros.types that return types with arguments of type AppContextResponseMethods in ai.vectros.types with parameters of type AppContextResponseMethod parameters in ai.vectros.types with type arguments of type AppContextResponseModifier and TypeMethodDescriptionAppContextPage.Builder.data(List<AppContextResponse> data) AppContextPage.Builder.data(Optional<List<AppContextResponse>> data) The items on this page, in the endpoint's natural order.