Class CreateProvider
- java.lang.Object
-
- com.databricks.sdk.service.sharing.CreateProvider
-
@Generated public class CreateProvider extends Object
-
-
Constructor Summary
Constructors Constructor Description CreateProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)AuthenticationTypegetAuthenticationType()StringgetComment()StringgetName()StringgetRecipientProfileStr()inthashCode()CreateProvidersetAuthenticationType(AuthenticationType authenticationType)CreateProvidersetComment(String comment)CreateProvidersetName(String name)CreateProvidersetRecipientProfileStr(String recipientProfileStr)StringtoString()
-
-
-
Method Detail
-
setAuthenticationType
public CreateProvider setAuthenticationType(AuthenticationType authenticationType)
-
getAuthenticationType
public AuthenticationType getAuthenticationType()
-
setComment
public CreateProvider setComment(String comment)
-
getComment
public String getComment()
-
setName
public CreateProvider setName(String name)
-
getName
public String getName()
-
setRecipientProfileStr
public CreateProvider setRecipientProfileStr(String recipientProfileStr)
-
getRecipientProfileStr
public String getRecipientProfileStr()
-
-