Class RecipientProfile
- java.lang.Object
-
- com.databricks.sdk.service.sharing.RecipientProfile
-
@Generated public class RecipientProfile extends Object
-
-
Constructor Summary
Constructors Constructor Description RecipientProfile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetBearerToken()StringgetEndpoint()LonggetShareCredentialsVersion()inthashCode()RecipientProfilesetBearerToken(String bearerToken)RecipientProfilesetEndpoint(String endpoint)RecipientProfilesetShareCredentialsVersion(Long shareCredentialsVersion)StringtoString()
-
-
-
Method Detail
-
setBearerToken
public RecipientProfile setBearerToken(String bearerToken)
-
getBearerToken
public String getBearerToken()
-
setEndpoint
public RecipientProfile setEndpoint(String endpoint)
-
getEndpoint
public String getEndpoint()
-
setShareCredentialsVersion
public RecipientProfile setShareCredentialsVersion(Long shareCredentialsVersion)
-
getShareCredentialsVersion
public Long getShareCredentialsVersion()
-
-