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(CreateAppContextRequest request) Creates a new app context.AuthClient.createAppContext(CreateAppContextRequest request, RequestOptions requestOptions) Creates a new app context.AuthClient.createAppContext(AppContextRequest body) Creates a new app context.AuthClient.createAppContext(AppContextRequest body, 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, description, and/or companyName of an app context.AuthClient.updateAppContext(String contextId, UpdateAppContextRequest request, RequestOptions requestOptions) Updates the name, description, and/or companyName of an app context.Methods in ai.vectros.resources.auth that return types with arguments of type AppContextResponseModifier and TypeMethodDescriptionAsyncAuthClient.createAppContext(CreateAppContextRequest request) Creates a new app context.AsyncAuthClient.createAppContext(CreateAppContextRequest request, RequestOptions requestOptions) Creates a new app context.AsyncAuthClient.createAppContext(AppContextRequest body) Creates a new app context.AsyncAuthClient.createAppContext(AppContextRequest body, RequestOptions requestOptions) Creates a new app context.AsyncRawAuthClient.createAppContext(CreateAppContextRequest request) Creates a new app context.AsyncRawAuthClient.createAppContext(CreateAppContextRequest request, RequestOptions requestOptions) Creates a new app context.AsyncRawAuthClient.createAppContext(AppContextRequest body) Creates a new app context.AsyncRawAuthClient.createAppContext(AppContextRequest body, RequestOptions requestOptions) Creates a new app context.RawAuthClient.createAppContext(CreateAppContextRequest request) Creates a new app context.RawAuthClient.createAppContext(CreateAppContextRequest request, RequestOptions requestOptions) Creates a new app context.RawAuthClient.createAppContext(AppContextRequest body) Creates a new app context.RawAuthClient.createAppContext(AppContextRequest body, 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, description, and/or companyName of an app context.AsyncAuthClient.updateAppContext(String contextId, UpdateAppContextRequest request, RequestOptions requestOptions) Updates the name, description, and/or companyName of an app context.AsyncRawAuthClient.updateAppContext(String contextId, UpdateAppContextRequest request) Updates the name, description, and/or companyName of an app context.AsyncRawAuthClient.updateAppContext(String contextId, UpdateAppContextRequest request, RequestOptions requestOptions) Updates the name, description, and/or companyName of an app context.RawAuthClient.updateAppContext(String contextId, UpdateAppContextRequest request) Updates the name, description, and/or companyName of an app context.RawAuthClient.updateAppContext(String contextId, UpdateAppContextRequest request, RequestOptions requestOptions) Updates the name, description, and/or companyName 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.