Package com.databricks.sdk.service.iam
Class User
- java.lang.Object
-
- com.databricks.sdk.service.iam.User
-
@Generated public class User extends Object
-
-
Constructor Summary
Constructors Constructor Description User()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Boolean
getActive()
String
getDisplayName()
Collection<ComplexValue>
getEmails()
Collection<ComplexValue>
getEntitlements()
String
getExternalId()
Collection<ComplexValue>
getGroups()
String
getId()
Name
getName()
Collection<ComplexValue>
getRoles()
String
getUserName()
int
hashCode()
User
setActive(Boolean active)
User
setDisplayName(String displayName)
User
setEmails(Collection<ComplexValue> emails)
User
setEntitlements(Collection<ComplexValue> entitlements)
User
setExternalId(String externalId)
User
setGroups(Collection<ComplexValue> groups)
User
setId(String id)
User
setName(Name name)
User
setRoles(Collection<ComplexValue> roles)
User
setUserName(String userName)
String
toString()
-
-
-
Method Detail
-
getActive
public Boolean getActive()
-
getDisplayName
public String getDisplayName()
-
setEmails
public User setEmails(Collection<ComplexValue> emails)
-
getEmails
public Collection<ComplexValue> getEmails()
-
setEntitlements
public User setEntitlements(Collection<ComplexValue> entitlements)
-
getEntitlements
public Collection<ComplexValue> getEntitlements()
-
getExternalId
public String getExternalId()
-
setGroups
public User setGroups(Collection<ComplexValue> groups)
-
getGroups
public Collection<ComplexValue> getGroups()
-
getId
public String getId()
-
getName
public Name getName()
-
setRoles
public User setRoles(Collection<ComplexValue> roles)
-
getRoles
public Collection<ComplexValue> getRoles()
-
getUserName
public String getUserName()
-
-