Uses of Class
ai.vectros.types.IdentityLookupRequest
Packages that use IdentityLookupRequest
-
Uses of IdentityLookupRequest in ai.vectros.resources.identity
Methods in ai.vectros.resources.identity with parameters of type IdentityLookupRequestModifier and TypeMethodDescriptionAsyncIdentityClient.lookupClients(IdentityLookupRequest request) Body-based equivalent of thetype/field/valuelookup onGET /v1/clients.AsyncIdentityClient.lookupClients(IdentityLookupRequest request, RequestOptions requestOptions) Body-based equivalent of thetype/field/valuelookup onGET /v1/clients.AsyncRawIdentityClient.lookupClients(IdentityLookupRequest request) Body-based equivalent of thetype/field/valuelookup onGET /v1/clients.AsyncRawIdentityClient.lookupClients(IdentityLookupRequest request, RequestOptions requestOptions) Body-based equivalent of thetype/field/valuelookup onGET /v1/clients.IdentityClient.lookupClients(IdentityLookupRequest request) Body-based equivalent of thetype/field/valuelookup onGET /v1/clients.IdentityClient.lookupClients(IdentityLookupRequest request, RequestOptions requestOptions) Body-based equivalent of thetype/field/valuelookup onGET /v1/clients.RawIdentityClient.lookupClients(IdentityLookupRequest request) Body-based equivalent of thetype/field/valuelookup onGET /v1/clients.RawIdentityClient.lookupClients(IdentityLookupRequest request, RequestOptions requestOptions) Body-based equivalent of thetype/field/valuelookup onGET /v1/clients.AsyncIdentityClient.lookupOrgs(IdentityLookupRequest request) Looks up organizations by a schema-declared field value, with the search criteria sent in the request body instead of the URL.AsyncIdentityClient.lookupOrgs(IdentityLookupRequest request, RequestOptions requestOptions) Looks up organizations by a schema-declared field value, with the search criteria sent in the request body instead of the URL.AsyncRawIdentityClient.lookupOrgs(IdentityLookupRequest request) Looks up organizations by a schema-declared field value, with the search criteria sent in the request body instead of the URL.AsyncRawIdentityClient.lookupOrgs(IdentityLookupRequest request, RequestOptions requestOptions) Looks up organizations by a schema-declared field value, with the search criteria sent in the request body instead of the URL.IdentityClient.lookupOrgs(IdentityLookupRequest request) Looks up organizations by a schema-declared field value, with the search criteria sent in the request body instead of the URL.IdentityClient.lookupOrgs(IdentityLookupRequest request, RequestOptions requestOptions) Looks up organizations by a schema-declared field value, with the search criteria sent in the request body instead of the URL.RawIdentityClient.lookupOrgs(IdentityLookupRequest request) Looks up organizations by a schema-declared field value, with the search criteria sent in the request body instead of the URL.RawIdentityClient.lookupOrgs(IdentityLookupRequest request, RequestOptions requestOptions) Looks up organizations by a schema-declared field value, with the search criteria sent 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.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)