Class DataShareExternalUser
java.lang.Object
com.cloudera.cdp.datacatalog.model.DataShareExternalUser
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-03-31T14:25:30.688-07:00")
public class DataShareExternalUser
extends Object
Details of an external user with access to a Data Share.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for clientId.Getter for companyName.Getter for permissions.Getter for sharedOn.Getter for userId.Getter for username.Getter for validTill.inthashCode()voidsetClientId(String clientId) Setter for clientId.voidsetCompanyName(String companyName) Setter for companyName.voidsetPermissions(List<String> permissions) Setter for permissions.voidsetSharedOn(ZonedDateTime sharedOn) Setter for sharedOn.voidSetter for userId.voidsetUsername(String username) Setter for username.voidsetValidTill(ZonedDateTime validTill) Setter for validTill.toString()
-
Constructor Details
-
DataShareExternalUser
public DataShareExternalUser()
-
-
Method Details
-
getUserId
Getter for userId. The unique identifier of the external user. -
setUserId
Setter for userId. The unique identifier of the external user. -
getUsername
Getter for username. The username of the external user. -
setUsername
Setter for username. The username of the external user. -
getClientId
Getter for clientId. The Client ID of the external user that will be used for authentication. -
setClientId
Setter for clientId. The Client ID of the external user that will be used for authentication. -
getCompanyName
Getter for companyName. The company name of the external user. -
setCompanyName
Setter for companyName. The company name of the external user. -
getPermissions
Getter for permissions. List of permissions granted to the external user for the Data Share. -
setPermissions
Setter for permissions. List of permissions granted to the external user for the Data Share. -
getValidTill
Getter for validTill. The date and time when the access of Data Share will expire for the external user. -
setValidTill
Setter for validTill. The date and time when the access of Data Share will expire for the external user. -
equals
-
hashCode
public int hashCode() -
toString
-