Uses of Class
ai.vectros.types.EntityResponse
Packages that use EntityResponse
-
Uses of EntityResponse in ai.vectros.resources.identity
Methods in ai.vectros.resources.identity that return EntityResponseModifier and TypeMethodDescriptionIdentityClient.createEntity(String namespace, CreateEntityRequest request) Creates a new entity in the given namespace.IdentityClient.createEntity(String namespace, CreateEntityRequest request, RequestOptions requestOptions) Creates a new entity in the given namespace.IdentityClient.createEntity(String namespace, EntityRequest body) Creates a new entity in the given namespace.IdentityClient.createEntity(String namespace, EntityRequest body, RequestOptions requestOptions) Creates a new entity in the given namespace.Retrieves a single entity by its namespace and Vectros-assigned ID.IdentityClient.getEntity(String namespace, String id, RequestOptions requestOptions) Retrieves a single entity by its namespace and Vectros-assigned ID.IdentityClient.getEntity(String namespace, String id, GetEntityRequest request) Retrieves a single entity by its namespace and Vectros-assigned ID.IdentityClient.getEntity(String namespace, String id, GetEntityRequest request, RequestOptions requestOptions) Retrieves a single entity by its namespace and Vectros-assigned ID.IdentityClient.updateEntity(String namespace, String id, UpdateEntityRequest request) Updates the mutable fields of an entity.IdentityClient.updateEntity(String namespace, String id, UpdateEntityRequest request, RequestOptions requestOptions) Updates the mutable fields of an entity.Methods in ai.vectros.resources.identity that return types with arguments of type EntityResponseModifier and TypeMethodDescriptionAsyncIdentityClient.createEntity(String namespace, CreateEntityRequest request) Creates a new entity in the given namespace.AsyncIdentityClient.createEntity(String namespace, CreateEntityRequest request, RequestOptions requestOptions) Creates a new entity in the given namespace.AsyncIdentityClient.createEntity(String namespace, EntityRequest body) Creates a new entity in the given namespace.AsyncIdentityClient.createEntity(String namespace, EntityRequest body, RequestOptions requestOptions) Creates a new entity in the given namespace.AsyncRawIdentityClient.createEntity(String namespace, CreateEntityRequest request) Creates a new entity in the given namespace.AsyncRawIdentityClient.createEntity(String namespace, CreateEntityRequest request, RequestOptions requestOptions) Creates a new entity in the given namespace.AsyncRawIdentityClient.createEntity(String namespace, EntityRequest body) Creates a new entity in the given namespace.AsyncRawIdentityClient.createEntity(String namespace, EntityRequest body, RequestOptions requestOptions) Creates a new entity in the given namespace.RawIdentityClient.createEntity(String namespace, CreateEntityRequest request) Creates a new entity in the given namespace.RawIdentityClient.createEntity(String namespace, CreateEntityRequest request, RequestOptions requestOptions) Creates a new entity in the given namespace.RawIdentityClient.createEntity(String namespace, EntityRequest body) Creates a new entity in the given namespace.RawIdentityClient.createEntity(String namespace, EntityRequest body, RequestOptions requestOptions) Creates a new entity in the given namespace.Retrieves a single entity by its namespace and Vectros-assigned ID.AsyncIdentityClient.getEntity(String namespace, String id, RequestOptions requestOptions) Retrieves a single entity by its namespace and Vectros-assigned ID.AsyncIdentityClient.getEntity(String namespace, String id, GetEntityRequest request) Retrieves a single entity by its namespace and Vectros-assigned ID.AsyncIdentityClient.getEntity(String namespace, String id, GetEntityRequest request, RequestOptions requestOptions) Retrieves a single entity by its namespace and Vectros-assigned ID.Retrieves a single entity by its namespace and Vectros-assigned ID.AsyncRawIdentityClient.getEntity(String namespace, String id, RequestOptions requestOptions) Retrieves a single entity by its namespace and Vectros-assigned ID.AsyncRawIdentityClient.getEntity(String namespace, String id, GetEntityRequest request) Retrieves a single entity by its namespace and Vectros-assigned ID.AsyncRawIdentityClient.getEntity(String namespace, String id, GetEntityRequest request, RequestOptions requestOptions) Retrieves a single entity by its namespace and Vectros-assigned ID.Retrieves a single entity by its namespace and Vectros-assigned ID.RawIdentityClient.getEntity(String namespace, String id, RequestOptions requestOptions) Retrieves a single entity by its namespace and Vectros-assigned ID.RawIdentityClient.getEntity(String namespace, String id, GetEntityRequest request) Retrieves a single entity by its namespace and Vectros-assigned ID.RawIdentityClient.getEntity(String namespace, String id, GetEntityRequest request, RequestOptions requestOptions) Retrieves a single entity by its namespace and Vectros-assigned ID.AsyncIdentityClient.updateEntity(String namespace, String id, UpdateEntityRequest request) Updates the mutable fields of an entity.AsyncIdentityClient.updateEntity(String namespace, String id, UpdateEntityRequest request, RequestOptions requestOptions) Updates the mutable fields of an entity.AsyncRawIdentityClient.updateEntity(String namespace, String id, UpdateEntityRequest request) Updates the mutable fields of an entity.AsyncRawIdentityClient.updateEntity(String namespace, String id, UpdateEntityRequest request, RequestOptions requestOptions) Updates the mutable fields of an entity.RawIdentityClient.updateEntity(String namespace, String id, UpdateEntityRequest request) Updates the mutable fields of an entity.RawIdentityClient.updateEntity(String namespace, String id, UpdateEntityRequest request, RequestOptions requestOptions) Updates the mutable fields of an entity. -
Uses of EntityResponse in ai.vectros.types
Methods in ai.vectros.types that return EntityResponseMethods in ai.vectros.types that return types with arguments of type EntityResponseMethods in ai.vectros.types with parameters of type EntityResponseMethod parameters in ai.vectros.types with type arguments of type EntityResponseModifier and TypeMethodDescriptionEntityPage.Builder.data(List<EntityResponse> data) EntityPage.Builder.data(Optional<List<EntityResponse>> data) The items on this page, in the endpoint's natural order.