Uses of Class
com.azure.resourcemanager.pineconevectordb.models.UserDetails
Packages that use UserDetails
Package
Description
Package containing the data models for PineconeVectorDb.
-
Uses of UserDetails in com.azure.resourcemanager.pineconevectordb.models
Methods in com.azure.resourcemanager.pineconevectordb.models that return UserDetailsModifier and TypeMethodDescriptionstatic UserDetailsUserDetails.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UserDetails from the JsonReader.OrganizationProperties.user()Get the user property: Details of the user.UserDetails.withEmailAddress(String emailAddress) Set the emailAddress property: Email address of the user.UserDetails.withFirstName(String firstName) Set the firstName property: First name of the user.UserDetails.withLastName(String lastName) Set the lastName property: Last name of the user.UserDetails.withPhoneNumber(String phoneNumber) Set the phoneNumber property: User's phone number.Set the upn property: User's principal name.Methods in com.azure.resourcemanager.pineconevectordb.models with parameters of type UserDetailsModifier and TypeMethodDescriptionOrganizationProperties.withUser(UserDetails user) Set the user property: Details of the user.