Uses of Class
ai.vectros.types.EntityRequest
Packages that use EntityRequest
Package
Description
-
Uses of EntityRequest in ai.vectros.resources.identity
Methods in ai.vectros.resources.identity with parameters of type EntityRequestModifier and TypeMethodDescriptionAsyncIdentityClient.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, 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.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.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.AsyncIdentityClient.updateEntity(String namespace, String id, EntityRequest body) Updates the mutable fields of an entity.AsyncIdentityClient.updateEntity(String namespace, String id, EntityRequest body, RequestOptions requestOptions) Updates the mutable fields of an entity.AsyncRawIdentityClient.updateEntity(String namespace, String id, EntityRequest body) Updates the mutable fields of an entity.AsyncRawIdentityClient.updateEntity(String namespace, String id, EntityRequest body, RequestOptions requestOptions) Updates the mutable fields of an entity.IdentityClient.updateEntity(String namespace, String id, EntityRequest body) Updates the mutable fields of an entity.IdentityClient.updateEntity(String namespace, String id, EntityRequest body, RequestOptions requestOptions) Updates the mutable fields of an entity.RawIdentityClient.updateEntity(String namespace, String id, EntityRequest body) Updates the mutable fields of an entity.RawIdentityClient.updateEntity(String namespace, String id, EntityRequest body, RequestOptions requestOptions) Updates the mutable fields of an entity. -
Uses of EntityRequest in ai.vectros.resources.identity.requests
Methods in ai.vectros.resources.identity.requests that return EntityRequestMethods in ai.vectros.resources.identity.requests with parameters of type EntityRequestModifier and TypeMethodDescriptionCreateEntityRequest.BodyStage.body(@NotNull EntityRequest body) CreateEntityRequest.Builder.body(@NotNull EntityRequest body) UpdateEntityRequest.BodyStage.body(@NotNull EntityRequest body) UpdateEntityRequest.Builder.body(@NotNull EntityRequest body) -
Uses of EntityRequest in ai.vectros.types
Methods in ai.vectros.types that return EntityRequestModifier and TypeMethodDescriptionEntityRequest._FinalStage.build()EntityRequest.Builder.build()Methods in ai.vectros.types with parameters of type EntityRequestModifier and TypeMethodDescriptionEntityRequest.Builder.from(EntityRequest other) EntityRequest.ExternalIdStage.from(EntityRequest other)