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 boolean
equals(Object o)
AuthenticationType
getAuthenticationType()
String
getComment()
String
getName()
String
getRecipientProfileStr()
int
hashCode()
CreateProvider
setAuthenticationType(AuthenticationType authenticationType)
CreateProvider
setComment(String comment)
CreateProvider
setName(String name)
CreateProvider
setRecipientProfileStr(String recipientProfileStr)
String
toString()
-
-
-
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()
-
-