Uses of Class
com.databricks.sdk.service.sharing.RecipientTokenInfo
-
Packages that use RecipientTokenInfo Package Description com.databricks.sdk.service.sharing -
-
Uses of RecipientTokenInfo in com.databricks.sdk.service.sharing
Methods in com.databricks.sdk.service.sharing that return RecipientTokenInfo Modifier and Type Method Description RecipientTokenInfoRecipientTokenInfo. setActivationUrl(String activationUrl)RecipientTokenInfoRecipientTokenInfo. setCreatedAt(Long createdAt)RecipientTokenInfoRecipientTokenInfo. setCreatedBy(String createdBy)RecipientTokenInfoRecipientTokenInfo. setExpirationTime(Long expirationTime)RecipientTokenInfoRecipientTokenInfo. setId(String id)RecipientTokenInfoRecipientTokenInfo. setUpdatedAt(Long updatedAt)RecipientTokenInfoRecipientTokenInfo. setUpdatedBy(String updatedBy)Methods in com.databricks.sdk.service.sharing that return types with arguments of type RecipientTokenInfo Modifier and Type Method Description Collection<RecipientTokenInfo>RecipientInfo. getTokens()Method parameters in com.databricks.sdk.service.sharing with type arguments of type RecipientTokenInfo Modifier and Type Method Description RecipientInfoRecipientInfo. setTokens(Collection<RecipientTokenInfo> tokens)
-