Uses of Class
com.databricks.sdk.service.iam.ComplexValue
-
Packages that use ComplexValue Package Description com.databricks.sdk.service.iam -
-
Uses of ComplexValue in com.databricks.sdk.service.iam
Methods in com.databricks.sdk.service.iam that return ComplexValue Modifier and Type Method Description ComplexValueComplexValue. setDisplay(String display)ComplexValueComplexValue. setPrimary(Boolean primary)ComplexValueComplexValue. setRef(String ref)ComplexValueComplexValue. setType(String typeValue)ComplexValueComplexValue. setValue(String value)Methods in com.databricks.sdk.service.iam that return types with arguments of type ComplexValue Modifier and Type Method Description Collection<ComplexValue>User. getEmails()Collection<ComplexValue>Group. getEntitlements()Collection<ComplexValue>ServicePrincipal. getEntitlements()Collection<ComplexValue>User. getEntitlements()Collection<ComplexValue>Group. getGroups()Collection<ComplexValue>ServicePrincipal. getGroups()Collection<ComplexValue>User. getGroups()Collection<ComplexValue>Group. getMembers()Collection<ComplexValue>Group. getRoles()Collection<ComplexValue>ServicePrincipal. getRoles()Collection<ComplexValue>User. getRoles()Method parameters in com.databricks.sdk.service.iam with type arguments of type ComplexValue Modifier and Type Method Description UserUser. setEmails(Collection<ComplexValue> emails)GroupGroup. setEntitlements(Collection<ComplexValue> entitlements)ServicePrincipalServicePrincipal. setEntitlements(Collection<ComplexValue> entitlements)UserUser. setEntitlements(Collection<ComplexValue> entitlements)GroupGroup. setGroups(Collection<ComplexValue> groups)ServicePrincipalServicePrincipal. setGroups(Collection<ComplexValue> groups)UserUser. setGroups(Collection<ComplexValue> groups)GroupGroup. setMembers(Collection<ComplexValue> members)GroupGroup. setRoles(Collection<ComplexValue> roles)ServicePrincipalServicePrincipal. setRoles(Collection<ComplexValue> roles)UserUser. setRoles(Collection<ComplexValue> roles)
-