Uses of Class
ai.vectros.types.IdentityLookupRequest
Packages that use IdentityLookupRequest
Package
Description
-
Uses of IdentityLookupRequest in ai.vectros.resources.identity
Methods in ai.vectros.resources.identity with parameters of type IdentityLookupRequestModifier and TypeMethodDescriptionAsyncIdentityClient.lookupEntities(String namespace, IdentityLookupRequest body) Looks up entities in a namespace by a schema-declared field value, with the criteria in the request body instead of the URL.AsyncIdentityClient.lookupEntities(String namespace, IdentityLookupRequest body, RequestOptions requestOptions) Looks up entities in a namespace by a schema-declared field value, with the criteria in the request body instead of the URL.AsyncRawIdentityClient.lookupEntities(String namespace, IdentityLookupRequest body) Looks up entities in a namespace by a schema-declared field value, with the criteria in the request body instead of the URL.AsyncRawIdentityClient.lookupEntities(String namespace, IdentityLookupRequest body, RequestOptions requestOptions) Looks up entities in a namespace by a schema-declared field value, with the criteria in the request body instead of the URL.IdentityClient.lookupEntities(String namespace, IdentityLookupRequest body) Looks up entities in a namespace by a schema-declared field value, with the criteria in the request body instead of the URL.IdentityClient.lookupEntities(String namespace, IdentityLookupRequest body, RequestOptions requestOptions) Looks up entities in a namespace by a schema-declared field value, with the criteria in the request body instead of the URL.RawIdentityClient.lookupEntities(String namespace, IdentityLookupRequest body) Looks up entities in a namespace by a schema-declared field value, with the criteria in the request body instead of the URL.RawIdentityClient.lookupEntities(String namespace, IdentityLookupRequest body, RequestOptions requestOptions) Looks up entities in a namespace by a schema-declared field value, with the criteria in the request body instead of the URL.AsyncIdentityClient.lookupUsers(IdentityLookupRequest request) Looks up users by a schema lookup field, with the query criteria carried in the request body rather than the URL.AsyncIdentityClient.lookupUsers(IdentityLookupRequest request, RequestOptions requestOptions) Looks up users by a schema lookup field, with the query criteria carried in the request body rather than the URL.AsyncRawIdentityClient.lookupUsers(IdentityLookupRequest request) Looks up users by a schema lookup field, with the query criteria carried in the request body rather than the URL.AsyncRawIdentityClient.lookupUsers(IdentityLookupRequest request, RequestOptions requestOptions) Looks up users by a schema lookup field, with the query criteria carried in the request body rather than the URL.IdentityClient.lookupUsers(IdentityLookupRequest request) Looks up users by a schema lookup field, with the query criteria carried in the request body rather than the URL.IdentityClient.lookupUsers(IdentityLookupRequest request, RequestOptions requestOptions) Looks up users by a schema lookup field, with the query criteria carried in the request body rather than the URL.RawIdentityClient.lookupUsers(IdentityLookupRequest request) Looks up users by a schema lookup field, with the query criteria carried in the request body rather than the URL.RawIdentityClient.lookupUsers(IdentityLookupRequest request, RequestOptions requestOptions) Looks up users by a schema lookup field, with the query criteria carried in the request body rather than the URL. -
Uses of IdentityLookupRequest in ai.vectros.resources.identity.requests
Methods in ai.vectros.resources.identity.requests that return IdentityLookupRequestMethods in ai.vectros.resources.identity.requests with parameters of type IdentityLookupRequestModifier and TypeMethodDescriptionLookupEntitiesRequest.BodyStage.body(@NotNull IdentityLookupRequest body) LookupEntitiesRequest.Builder.body(@NotNull IdentityLookupRequest body) -
Uses of IdentityLookupRequest in ai.vectros.types
Methods in ai.vectros.types that return IdentityLookupRequestModifier and TypeMethodDescriptionIdentityLookupRequest._FinalStage.build()IdentityLookupRequest.Builder.build()Methods in ai.vectros.types with parameters of type IdentityLookupRequestModifier and TypeMethodDescriptionIdentityLookupRequest.Builder.from(IdentityLookupRequest other) IdentityLookupRequest.TypeStage.from(IdentityLookupRequest other)